disko/disko-frontend (sha-f4d19fe)

Published 2026-02-06 22:09:29 +00:00 by KundaPanda

Installation

docker pull git.kundapanda.cz/projects/disko/disko-frontend:sha-f4d19fe
sha256:f0176ea70ece32acbb83b88f5795afe7252af1602de1aafce440ae7294f01c57

Image layers

ADD alpine-minirootfs-3.20.8-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG NGINX_VERSION=1.29.4
ARG NGINX_COMMIT=c704574
ARG NGINX_USER_UID=100
ARG NGINX_GROUP_GID=101
ENV NGINX_VERSION=1.29.4
ENV NGINX_COMMIT=c704574
COPY /var/run/nginx/ /var/run/nginx/ # buildkit
COPY /tmp/runDeps.txt /tmp/runDeps.txt # buildkit
COPY /etc/nginx /etc/nginx # buildkit
COPY /usr/lib/nginx/modules/*.so /usr/lib/nginx/modules/ # buildkit
COPY /usr/sbin/nginx /usr/sbin/ # buildkit
COPY /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/site_perl # buildkit
COPY /usr/bin/envsubst /usr/local/bin/envsubst # buildkit
COPY /etc/ssl/dhparam.pem /etc/ssl/dhparam.pem # buildkit
COPY /usr/sbin/njs /usr/sbin/njs # buildkit
RUN |4 NGINX_VERSION=1.29.4 NGINX_COMMIT=c704574 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh -c addgroup --gid $NGINX_GROUP_GID -S nginx && adduser --uid $NGINX_USER_UID -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx && apk add --no-cache --virtual .nginx-rundeps tzdata $(cat /tmp/runDeps.txt) && rm /tmp/runDeps.txt && ln -s /usr/lib/nginx/modules /etc/nginx/modules && mkdir /var/log/nginx && touch /var/log/nginx/access.log /var/log/nginx/error.log && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log # buildkit
COPY nginx.conf /etc/nginx/nginx.conf # buildkit
COPY ssl_common.conf /etc/nginx/conf.d/ssl_common.conf # buildkit
RUN |4 NGINX_VERSION=1.29.4 NGINX_COMMIT=c704574 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh -c env | sort # buildkit
RUN |4 NGINX_VERSION=1.29.4 NGINX_COMMIT=c704574 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh -c njs -v # buildkit
RUN |4 NGINX_VERSION=1.29.4 NGINX_COMMIT=c704574 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh -c nginx -V; nginx -t # buildkit
EXPOSE map[8080/tcp:{} 8443/tcp:{}]
STOPSIGNAL SIGTERM
RUN |4 NGINX_VERSION=1.29.4 NGINX_COMMIT=c704574 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh -c chown -R --verbose nginx:nginx /var/run/nginx/ # buildkit
USER nginx
CMD ["nginx" "-g" "daemon off;"]
USER root
COPY /app/build /usr/share/nginx/html # buildkit
COPY nginx.conf /etc/nginx/default.conf.template # buildkit
COPY --chmod=755 scripts/entrypoint.sh /docker-entrypoint.sh # buildkit
RUN /bin/sh -c chown -R nginx:nginx /usr/share/nginx/html && chown -R nginx:nginx /etc/nginx/conf.d && mkdir -p /var/run/nginx /var/run/disko /var/cache/nginx && chown -R nginx:nginx /var/run/nginx /var/run/disko /var/cache/nginx # buildkit
USER nginx
EXPOSE [3000/tcp]
ENTRYPOINT ["/docker-entrypoint.sh"]

Labels

Key Value
org.label-schema.build-date 2025-12-10T20:12:49Z
org.label-schema.vcs-ref c7f76ce9badb8aef08df483c65e681dd8fcea51e
org.label-schema.vcs-url https://github.com/macbre/docker-nginx-http3
org.opencontainers.image.created 2026-02-06T22:09:06.788Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision f4d19fe03d2bbcedf8b5ddb9b823904787c9acc8
org.opencontainers.image.source https://git.kundapanda.cz/projects/disko
org.opencontainers.image.title disko
org.opencontainers.image.url https://git.kundapanda.cz/projects/disko
org.opencontainers.image.version 0.0.1-alpha.13
Details
Container
2026-02-06 22:09:29 +00:00
0
OCI / Docker
linux/amd64
29 MiB
Versions (8) View all
cache-main 2026-03-20
latest 2026-02-06
sha-f4d19fe 2026-02-06
0.0.1-alpha.13 2026-02-06