sha256:328a38f1df75c471963dc5428452ada9eb688a92caedf4be375326aa9c0912be
OS/ARCH
linux/amd64
Compressed size
228.78 MB
Last pushed
8 months by pamsler
Type
Image
Manifest digest
sha256:eba4e247658086df746009a2713743f5ddc4fb3f76700517d986f7716a7dfb4f
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=25.3.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=45.15 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10LABEL org.opencontainers.image.title=ProxyDeck0 B11LABEL org.opencontainers.image.description=Full-stack reverse proxy management0 B12LABEL org.opencontainers.image.url=https://github.com/yourusername/proxydeck0 B13LABEL org.opencontainers.image.source=https://github.com/yourusername/proxydeck0 B14LABEL org.opencontainers.image.vendor=ProxyDeck0 B15LABEL org.opencontainers.image.licenses=MIT0 B16LABEL org.opencontainers.image.documentation=https://github.com/yourusername/proxydeck/blob/main/README.md0 B17SHELL [/bin/bash -o pipefail -c]0 B18ENV DEBIAN_FRONTEND=noninteractive0 B19WORKDIR /app93 B20RUN /bin/bash -o pipefail -c31.6 MB21RUN /bin/bash -o pipefail -c16.93 MB22RUN /bin/bash -o pipefail -c18.52 MB23RUN /bin/bash -o pipefail -c121.66 KB24RUN /bin/bash -o pipefail -c3.24 MB25RUN /bin/bash -o pipefail -c18.61 MB26ENV CERTBOT_BIN=/opt/certbot/bin/certbot0 B27RUN /bin/bash -o pipefail -c2.32 MB28RUN /bin/bash -o pipefail -c586 B29RUN /bin/bash -o pipefail -c32 B30RUN /bin/bash -o pipefail -c271 B31RUN /bin/bash -o pipefail -c32 B32COPY app/public/error /usr/share/proxydeck/error # buildkit6.86 KB33COPY app/public/error/*.html /usr/share/proxydeck/ # buildkit6.83 KB34COPY app/public/ui.js /usr/share/proxydeck/ # buildkit3.08 KB35COPY app/public/i18n-public.js /usr/share/proxydeck/ # buildkit5.08 KB36COPY nginx/nginx.conf /usr/local/openresty/nginx/conf/nginx.conf # buildkit5.51 KB37COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit972 B38ENV NGINX_CERT_DIR=/usr/local/openresty/nginx/conf/certs LE_CONFIG_DIR=/etc/letsencrypt LE_WORK_DIR=/var/lib/letsencrypt LE_LOGS_DIR=/var/log/letsencrypt0 B39RUN /bin/bash -o pipefail -c325 B40RUN /bin/bash -o pipefail -c1.28 KB41ENV HOME=/home/www-data0 B42RUN /bin/bash -o pipefail -c997.13 KB43STOPSIGNAL SIGTERM0 B44EXPOSE [443/tcp 80/tcp 8080/tcp]0 B45WORKDIR /app32 B46ENV NODE_ENV=production NGINX_BIN=/usr/local/openresty/nginx/sbin/nginx TZ=UTC NGINX_LUA_URL=http://127.0.0.1:8082/lua-traffic0 B47ARG PD_VERSION=v0.1.300 B48ARG PD_CREATED=2026-01-15T19:41:58Z0 B49ENV PD_VERSION=v0.1.300 B50ENV PD_CREATED=2026-01-15T19:41:58Z0 B51LABEL org.opencontainers.image.version=v0.1.300 B52LABEL org.opencontainers.image.created=2026-01-15T19:41:58Z0 B53RUN |2 PD_VERSION=v0.1.30 PD_CREATED=2026-01-15T19:41:58Z /bin/bash312 B54COPY /app/node_modules ./node_modules # buildkit48.57 MB55COPY /app/public ./public # buildkit9.03 MB56COPY /frontend/dist/ ./public/ # buildkit4.75 MB57RUN |2 PD_VERSION=v0.1.30 PD_CREATED=2026-01-15T19:41:58Z /bin/bash1.88 KB58COPY app/package.json ./package.json # buildkit1.07 KB59RUN |2 PD_VERSION=v0.1.30 PD_CREATED=2026-01-15T19:41:58Z /bin/bash32 B60COPY --chown=www-data:www-data app/*.js ./ #15.89 KB61COPY --chown=www-data:www-data app/lib ./lib #197.82 KB62COPY --chown=www-data:www-data app/routes ./routes #148.92 KB63COPY --chown=www-data:www-data migrations ./migrations #11.57 KB64RUN |2 PD_VERSION=v0.1.30 PD_CREATED=2026-01-15T19:41:58Z /bin/bash395 B65COPY --chmod=0755 docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh #2.86 KB66COPY --chmod=0755 wait-for-backend.sh /usr/local/bin/wait-for-backend.sh #514 B67ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B68CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1768176000'