• Joined on 2025-10-28

kaniko-cache/reguflow-frontend-lab (a457123e9791c8ec561bc01702a99f4954ad50ba39ba7371e871719488d958d7)

Published 2026-03-04 08:14:28 +00:00 by danthe

Installation

docker pull git.goroid.io/danthe/kaniko-cache/reguflow-frontend-lab:a457123e9791c8ec561bc01702a99f4954ad50ba39ba7371e871719488d958d7
sha256:b6137c4bccdb2cef80bbb8e73523edbe9e44c87bbd91e766ba449cf039b7fbb7

Image Layers

RUN echo 'server { listen 80; root /usr/share/nginx/html; index index.html; location / { try_files $uri $uri/ /index.html; } location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2)$ { expires 1y; add_header Cache-Control "public, immutable"; } }' > /etc/nginx/conf.d/default.conf