sha256:9b5abe3190034cde73091e4e811541c09b81fa2c032efbb1a870679adf92e774
OS/ARCH
linux/amd64
Compressed size
162.14 MB
Last pushed
about 1 month by amslertec
Type
Image
Manifest digest
sha256:95a0577211b6204b50a80afd33724c63bda3b9da645ea608b6923701b2082b58
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.33 MB18RUN /bin/sh -c addgroup -S1016 B19RUN /bin/sh -c install -d281 B20RUN /bin/sh -c install -d2.28 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 -d212 B26RUN /bin/sh -c install -d213 B27COPY app/public/error /usr/share/proxydeck/error # buildkit6.44 KB28COPY app/public/error/*.html /usr/share/proxydeck/ # buildkit6.41 KB29COPY app/public/ui.js /usr/share/proxydeck/ # buildkit3.12 KB30COPY app/public/i18n-public.js /usr/share/proxydeck/ # buildkit5.31 KB31COPY app/public/pd-event.css /usr/share/proxydeck/ # buildkit3.04 KB32COPY app/public/pd-event.js /usr/share/proxydeck/ # buildkit1.15 KB33COPY app/deploy/nginx/nginx.conf /etc/nginx/nginx.conf # buildkit7.38 KB34COPY app/deploy/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit1.28 KB35ENV NGINX_CERT_DIR=/etc/nginx/certs LE_CONFIG_DIR=/etc/letsencrypt LE_WORK_DIR=/var/lib/letsencrypt LE_LOGS_DIR=/var/log/letsencrypt0 B36RUN /bin/sh -c install -d238 B37RUN /bin/sh -c chown -R353 B38ENV HOME=/home/www-data0 B39RUN /bin/sh -c setcap 'cap_net_bind_service=+ep'1.25 MB40STOPSIGNAL SIGTERM0 B41EXPOSE [443/tcp 80/tcp 8080/tcp]0 B42WORKDIR /app32 B43ENV NODE_ENV=production NGINX_BIN=/usr/local/openresty/nginx/sbin/nginx TZ=UTC NGINX_LUA_URL=http://127.0.0.1:8082/lua-traffic0 B44ARG PD_VERSION=2.0.16-beta0 B45ARG PD_CREATED=2026-08-17T23:09:02Z0 B46ENV PD_VERSION=2.0.16-beta0 B47ENV PD_CREATED=2026-08-17T23:09:02Z0 B48LABEL org.opencontainers.image.version=2.0.16-beta0 B49LABEL org.opencontainers.image.created=2026-08-17T23:09:02Z0 B50RUN |2 PD_VERSION=2.0.16-beta PD_CREATED=2026-08-17T23:09:02Z /bin/sh312 B51COPY /app/node_modules ./node_modules # buildkit9.21 MB52COPY /app/public ./public # buildkit1.99 MB53COPY /frontend/dist/ ./public/ # buildkit4.86 MB54RUN |2 PD_VERSION=2.0.16-beta PD_CREATED=2026-08-17T23:09:02Z /bin/sh157 B55COPY app/package.json ./package.json # buildkit1.12 KB56COPY --chown=www-data:www-data /app/data ./data #2.92 MB57COPY --chown=www-data:www-data app/*.js ./ #23.26 KB58COPY --chown=www-data:www-data app/lib ./lib #579.32 KB59COPY --chown=www-data:www-data app/routes ./routes #355.3 KB60COPY --chown=www-data:www-data app/migrations ./migrations #23.29 KB61RUN |2 PD_VERSION=2.0.16-beta PD_CREATED=2026-08-17T23:09:02Z /bin/sh391 B62COPY --chmod=0755 app/deploy/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh #2.85 KB63COPY --chmod=0755 app/deploy/wait-for-backend.sh /usr/local/bin/wait-for-backend.sh #509 B64ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B65CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 BCommand
apko