Sign inSign up

neil1145/n8n-workflows-api:v1.0.0

API management
Developer tools
Index digest

sha256:23d6b94a6f37c160ed95dcbe718ef799d9a7630dfccfe6b6b1a2cc825fa07d9d

OS/ARCH

linux/amd64

Compressed size

68.85 MB

Last pushed

about 1 year by neil1145

Type

Image

Manifest digest

sha256:6a100fa104f0921d2a9b34daea04a2164c5f7c4fbda2e1c3642915a5d8a97a0e

Image Layers

1# debian.sh --arch 'amd64' out/26.92 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.35 MB
5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
6ENV PYTHON_VERSION=3.11.130 B
7ENV PYTHON_SHA256=8fb5f9fbc7609fa822cb31549884575db7fd9657cbffb89510b5d7975963a83a0 B
8RUN /bin/sh -c set -eux;15.46 MB
9RUN /bin/sh -c set -eux;248 B
10CMD ["python3"]0 B
11ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PYTHONPATH=/app PIP_NO_CACHE_DIR=10 B
12RUN /bin/sh -c groupadd -r1.08 KB
13RUN /bin/sh -c apt-get update1.48 MB
14WORKDIR /app93 B
15COPY requirements.txt . # buildkit250 B
16RUN /bin/sh -c pip install10.65 MB
17COPY api_server.py . # buildkit4.97 KB
18COPY static/ ./static/ # buildkit7.58 KB
19COPY workflows/ ./workflows/ # buildkit5.47 MB
20COPY *.py ./ # buildkit9.71 KB
21COPY *.md ./ # buildkit32 B
22RUN /bin/sh -c mkdir -p5.49 MB
23COPY *.sh ./ # buildkit3.41 KB
24RUN /bin/sh -c chmod +x32 B
25USER appuser0 B
26EXPOSE map[8000/tcp:{}]0 B
27HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8000/health0 B
28CMD ["python" "-m" "uvicorn" "api_server:app"0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600'