sha-adc1f8c
sha256:3f8b4ee9cfde72710debe9883036f1674ab5d4bd0dc285934e2e52831314dad1
OS/ARCH
Compressed size
241.15 MB
Last pushed
4 months by rjsears
Type
Image
Manifest digest
sha256:65551dfa471761653ea078f6a0526b9ffbee6a099306d3e99bfeb999ff031d38
Image Layers
1# debian.sh --arch 'arm64' out/26.81 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.19 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.150 B7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B8RUN /bin/sh -c set -eux;15.14 MB9RUN /bin/sh -c set -eux;251 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 update110.68 MB16RUN /bin/sh -c curl -fsSL13.43 MB17RUN /bin/sh -c ARCH=$(dpkg --print-architecture)26.83 MB18COPY requirements.txt /app/ # buildkit603 B19RUN /bin/sh -c pip install44.29 MB20RUN /bin/sh -c apt-get purge154.51 KB21RUN /bin/sh -c mkdir -p209 B22COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit972 B23COPY nginx.conf /etc/nginx/nginx.conf # buildkit1.93 KB24COPY scripts/ /app/scripts/ # buildkit1.12 KB25RUN /bin/sh -c chmod +x1.12 KB26COPY api/ /app/api/ # buildkit225.5 KB27COPY /frontend/dist/ /app/static/ # buildkit399.23 KB28RUN /bin/sh -c useradd -r1.21 KB29RUN /bin/sh -c rm -f174 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 'arm64' out/ 'bookworm' '@1771804800'