sha256:8498c111ffa9a2d175d8b774387e1fcc08ce80f19d0ed6317b0a2c03289c8900
OS/ARCH
linux/amd64
Compressed size
161.22 MB
Last pushed
about 1 month by amslertec
Type
Image
Manifest digest
sha256:3887957328f781024bb58dd34457610c7c8ec3191dcf0eab81ed58c68340d505
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 -S1018 B19RUN /bin/sh -c install -d281 B20RUN /bin/sh -c install -d2.27 KB21RUN /bin/sh -c python3 -m27.65 MB22ENV CERTBOT_BIN=/opt/certbot/bin/certbot0 B23RUN /bin/sh -c install -d592 B24RUN /bin/sh -c install -d212 B25COPY app/public/error /usr/share/proxydeck/error # buildkit6.83 KB26COPY app/public/error/*.html /usr/share/proxydeck/ # buildkit6.81 KB27COPY app/public/ui.js /usr/share/proxydeck/ # buildkit3.11 KB28COPY app/public/i18n-public.js /usr/share/proxydeck/ # buildkit5.3 KB29COPY nginx/nginx.conf /etc/nginx/nginx.conf # buildkit5.57 KB30COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit987 B31ENV NGINX_CERT_DIR=/etc/nginx/certs LE_CONFIG_DIR=/etc/letsencrypt LE_WORK_DIR=/var/lib/letsencrypt LE_LOGS_DIR=/var/log/letsencrypt0 B32RUN /bin/sh -c install -d237 B33RUN /bin/sh -c chown -R345 B34ENV HOME=/home/www-data0 B35RUN /bin/sh -c setcap 'cap_net_bind_service=+ep'1.25 MB36STOPSIGNAL SIGTERM0 B37EXPOSE [443/tcp 80/tcp 8080/tcp]0 B38WORKDIR /app32 B39ENV NODE_ENV=production NGINX_BIN=/usr/local/openresty/nginx/sbin/nginx TZ=UTC NGINX_LUA_URL=http://127.0.0.1:8082/lua-traffic0 B40ARG PD_VERSION=v0.1.570 B41ARG PD_CREATED=2026-08-12T04:40:32Z0 B42ENV PD_VERSION=v0.1.570 B43ENV PD_CREATED=2026-08-12T04:40:32Z0 B44LABEL org.opencontainers.image.version=v0.1.570 B45LABEL org.opencontainers.image.created=2026-08-12T04:40:32Z0 B46RUN |2 PD_VERSION=v0.1.57 PD_CREATED=2026-08-12T04:40:32Z /bin/sh307 B47COPY /app/node_modules ./node_modules # buildkit11.68 MB48COPY /app/public ./public # buildkit1.98 MB49COPY /frontend/dist/ ./public/ # buildkit5.06 MB50RUN |2 PD_VERSION=v0.1.57 PD_CREATED=2026-08-12T04:40:32Z /bin/sh158 B51COPY app/package.json ./package.json # buildkit1.21 KB52COPY --chown=www-data:www-data app/*.js ./ #20 KB53COPY --chown=www-data:www-data app/lib ./lib #257.68 KB54COPY --chown=www-data:www-data app/routes ./routes #187.25 KB55COPY --chown=www-data:www-data migrations ./migrations #16.02 KB56RUN |2 PD_VERSION=v0.1.57 PD_CREATED=2026-08-12T04:40:32Z /bin/sh391 B57COPY --chmod=0755 docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh #2.85 KB58COPY --chmod=0755 wait-for-backend.sh /usr/local/bin/wait-for-backend.sh #511 B59ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B60CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 BCommand
apko