rjsears/n8n_management:sha-82cb00e

Multi-platform
Index digest

sha256:c203a8ad01fc8edc5aebece9d9fa732351935402647406870a0827c98158a2eb

OS/ARCH

Compressed size

242.03 MB

Last pushed

3 months by rjsears

Type

Image

Manifest digest

sha256:6c169a204c4078508223f71e01824a067cb72a262d7489370c5da6c37b3fa663

Image Layers

1# debian.sh --arch 'arm64' out/26.81 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;3.2 MB
5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
6ENV PYTHON_VERSION=3.11.150 B
7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B
8RUN /bin/sh -c set -eux;15.14 MB
9RUN /bin/sh -c set -eux;250 B
10CMD ["python3"]0 B
11LABEL maintainer=n8n Management System0 B
12LABEL version=3.0.00 B
13ENV DEBIAN_FRONTEND=noninteractive0 B
14WORKDIR /app93 B
15RUN /bin/sh -c apt-get update110.67 MB
16RUN /bin/sh -c curl -fsSL13.43 MB
17RUN /bin/sh -c ARCH=$(dpkg --print-architecture)27.6 MB
18COPY requirements.txt /app/ # buildkit601 B
19RUN /bin/sh -c pip install44.42 MB
20RUN /bin/sh -c apt-get purge154.53 KB
21RUN /bin/sh -c mkdir -p209 B
22COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit970 B
23COPY nginx.conf /etc/nginx/nginx.conf # buildkit1.92 KB
24COPY scripts/ /app/scripts/ # buildkit1.12 KB
25RUN /bin/sh -c chmod +x1.12 KB
26COPY api/ /app/api/ # buildkit225.49 KB
27COPY /frontend/dist/ /app/static/ # buildkit399.37 KB
28RUN /bin/sh -c useradd -r1.22 KB
29RUN /bin/sh -c rm -f180 B
30EXPOSE [80/tcp]0 B
31HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:80/api/health0 B
32CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B

Command

# debian.sh --arch 'arm64' out/ 'bookworm' '@1776729600'