sha256:d656e3fcdf80e0740a9de4a9b592b71579cb175cdf204bff8947529816563c52
OS/ARCH
Compressed size
286.63 MB
Last pushed
4 months by penpotadmin
Type
Image
Manifest digest
sha256:68e811e393b9f4c59d3c188a4b5fdb3adaf1c6c8388d4944f37d4e26ca831267
Image Layers
1# debian.sh --arch 'arm64' out/26.8 MB3ENV NGINX_VERSION=1.29.10 B4ENV NJS_VERSION=0.9.10 B5ENV NJS_RELEASE=1~bookworm0 B6ENV PKG_RELEASE=1~bookworm0 B7ENV DYNPKG_RELEASE=1~bookworm0 B8ARG UID=1010 B9ARG GID=1010 B10RUN |2 UID=101 GID=101 /bin/sh38.85 MB11RUN |2 UID=101 GID=101 /bin/sh4.09 KB12COPY docker-entrypoint.sh / # buildkit628 B13COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit959 B14COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit406 B15COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 KB16COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.37 KB17ENTRYPOINT ["/docker-entrypoint.sh"]0 B18EXPOSE [8080/tcp]0 B19STOPSIGNAL SIGQUIT0 B20USER 1010 B21CMD ["nginx" "-g" "daemon off;"]0 B23USER root0 B24RUN /bin/sh -c set -ex;1.39 KB25ARG BUNDLE_PATH=./bundle-frontend/0 B26COPY ./bundle-frontend/ /var/www/app/ # buildkit110.48 MB27COPY ./files/config.js /var/www/app/js/config.js # buildkit240 B28COPY ./files/nginx.conf.template /tmp/nginx.conf.template # buildkit1.74 KB29COPY ./files/nginx-security-headers.conf /etc/nginx/nginx-security-headers.conf # buildkit337 B30COPY ./files/nginx-resolvers.conf.template /tmp/resolvers.conf.template # buildkit201 B31COPY ./files/nginx-mime.types /etc/nginx/mime.types # buildkit1.18 KB32COPY ./files/nginx-external-locations.conf /etc/nginx/overrides/location.d/external-locations.conf # buildkit764 B33COPY ./files/nginx-entrypoint.sh /entrypoint.sh # buildkit843 B34RUN |1 BUNDLE_PATH=./bundle-frontend/ /bin/sh -c110.48 MB35USER penpot:penpot0 B36ENTRYPOINT ["/bin/bash" "/entrypoint.sh"]0 B37CMD ["nginx" "-g" "daemon off;"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1759104000'