sha256:8dfe8c05fbec7b9f9f16435111fb4e480565c7900a537fdeef316f054245b754
OS/ARCH
linux/amd64
Compressed size
161.32 MB
Last pushed
about 1 month by amslertec
Type
Image
Manifest digest
sha256:51dbaaa9fd958d75610dc1a8625f9714347460ec6c71eb5e3a4c2da4b6a038ee
Image Layers
1apko2.81 MB2apko3.11 MB3apko409.85 KB4apko174.74 KB5apko126.63 KB6apko95.61 KB7apko93.53 KB8apko62.89 KB9apko11.55 KB10apko2.8 KB11apko13.71 KB12LABEL org.opencontainers.image.title=ProxyDeck0 B13LABEL org.opencontainers.image.description=Full-stack reverse proxy management0 B14LABEL org.opencontainers.image.vendor=ProxyDeck0 B15LABEL org.opencontainers.image.licenses=MIT0 B16WORKDIR /app93 B17RUN /bin/sh -c apk upgrade106.2 MB18RUN /bin/sh -c addgroup -S1014 B19RUN /bin/sh -c install -d282 B20RUN /bin/sh -c install -d2.27 KB21RUN /bin/sh -c python3 -m27.68 MB22ENV CERTBOT_BIN=/opt/certbot/bin/certbot0 B23RUN /bin/sh -c find /591 B24RUN /bin/sh -c install -d591 B25RUN /bin/sh -c install -d209 B26COPY app/public/error /usr/share/proxydeck/error # buildkit6.83 KB27COPY app/public/error/*.html /usr/share/proxydeck/ # buildkit6.81 KB28COPY app/public/ui.js /usr/share/proxydeck/ # buildkit3.12 KB29COPY app/public/i18n-public.js /usr/share/proxydeck/ # buildkit5.31 KB30COPY nginx/nginx.conf /etc/nginx/nginx.conf # buildkit5.82 KB31COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit988 B32ENV NGINX_CERT_DIR=/etc/nginx/certs LE_CONFIG_DIR=/etc/letsencrypt LE_WORK_DIR=/var/lib/letsencrypt LE_LOGS_DIR=/var/log/letsencrypt0 B33RUN /bin/sh -c install -d239 B34RUN /bin/sh -c chown -R347 B35ENV HOME=/home/www-data0 B36RUN /bin/sh -c setcap 'cap_net_bind_service=+ep'1.25 MB37STOPSIGNAL SIGTERM0 B38EXPOSE [443/tcp 80/tcp 8080/tcp]0 B39WORKDIR /app32 B40ENV NODE_ENV=production NGINX_BIN=/usr/local/openresty/nginx/sbin/nginx TZ=UTC NGINX_LUA_URL=http://127.0.0.1:8082/lua-traffic0 B41ARG PD_VERSION=2.0.4-beta0 B42ARG PD_CREATED=2026-08-15T10:29:34Z0 B43ENV PD_VERSION=2.0.4-beta0 B44ENV PD_CREATED=2026-08-15T10:29:34Z0 B45LABEL org.opencontainers.image.version=2.0.4-beta0 B46LABEL org.opencontainers.image.created=2026-08-15T10:29:34Z0 B47RUN |2 PD_VERSION=2.0.4-beta PD_CREATED=2026-08-15T10:29:34Z /bin/sh309 B48COPY /app/node_modules ./node_modules # buildkit11.68 MB49COPY /app/public ./public # buildkit1.98 MB50COPY /frontend/dist/ ./public/ # buildkit5.08 MB51RUN |2 PD_VERSION=2.0.4-beta PD_CREATED=2026-08-15T10:29:34Z /bin/sh158 B52COPY app/package.json ./package.json # buildkit1.21 KB53COPY --chown=www-data:www-data app/*.js ./ #20.13 KB54COPY --chown=www-data:www-data app/lib ./lib #290.59 KB55COPY --chown=www-data:www-data app/routes ./routes #204.64 KB56COPY --chown=www-data:www-data app/migrations ./migrations #16.33 KB57RUN |2 PD_VERSION=2.0.4-beta PD_CREATED=2026-08-15T10:29:34Z /bin/sh390 B58COPY --chmod=0755 docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh #2.85 KB59COPY --chmod=0755 wait-for-backend.sh /usr/local/bin/wait-for-backend.sh #508 B60ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B61CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 BCommand
apko