sha-f5ec64d
sha256:4f180eeb382493642849fc58773104466568d4d0c5a0a2dbbcf58e0f8fd212a8
OS/ARCH
Compressed size
247.6 MB
Last pushed
6 months by rjsears
Type
Image
Manifest digest
sha256:cfe1c4c2d70ae48f11f699c3a9f4d2beaea79a4a9356c72dbdf44bd226fa34d1
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;3.35 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.140 B7ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b780 B8RUN /bin/sh -c set -eux;15.19 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11LABEL maintainer=n8n Management System0 B12LABEL version=3.0.00 B13ENV DEBIAN_FRONTEND=noninteractive0 B14WORKDIR /app93 B15RUN /bin/sh -c apt-get update115.69 MB16RUN /bin/sh -c curl -fsSL13.45 MB17RUN /bin/sh -c ARCH=$(dpkg --print-architecture)28.88 MB18COPY requirements.txt /app/ # buildkit604 B19RUN /bin/sh -c pip install43.35 MB20RUN /bin/sh -c apt-get purge154.41 KB21RUN /bin/sh -c mkdir -p209 B22COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit968 B23COPY nginx.conf /etc/nginx/nginx.conf # buildkit1.92 KB24COPY scripts/ /app/scripts/ # buildkit1.12 KB25RUN /bin/sh -c chmod +x1.11 KB26COPY api/ /app/api/ # buildkit225.15 KB27COPY /frontend/dist/ /app/static/ # buildkit398.94 KB28RUN /bin/sh -c useradd -r1.21 KB29RUN /bin/sh -c rm -f178 B30EXPOSE [80/tcp]0 B31HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:80/api/health0 B32CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400'