Sign inSign up

lordraw/open-automator-fastapi:2.1.0

Multi-platform
Languages & frameworks
API management
Index digest

sha256:430b603787f29021fe163f4ddaa5b2be1b1e7559d5d34e1e4e598c8f1210995f

OS/ARCH

Compressed size

300.49 MB

Last pushed

9 months by lordraw

Type

Image

Manifest digest

sha256:1a8d30a0d3bcd0d7df7caacf4135a4bf28c653e91496fe7fb6a313e840bdff5e

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=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.120 B
7ENV PYTHON_SHA256=fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c40 B
8RUN /bin/sh -c set -eux;13.03 MB
9RUN /bin/sh -c set -eux;249 B
10CMD ["python3"]0 B
11LABEL maintainer=Open-Automator0 B
12LABEL description=Open-Automator FastAPI Backend0 B
13ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 PIP_NO_CACHE_DIR=1 DEBIAN_FRONTEND=noninteractive0 B
14RUN /bin/sh -c apt-get update113.68 MB
15RUN /bin/sh -c useradd -m3.31 KB
16WORKDIR /app32 B
17COPY requirements.txt . # buildkit319 B
18RUN /bin/sh -c pip install143.43 MB
19COPY --chown=automator:automator *.py ./ #37.49 KB
20COPY --chown=automator:automator ./modules/*.py ./modules/ #31.63 KB
21COPY --chown=automator:automator dashboard.html ./ #7.96 KB
22USER automator0 B
23EXPOSE [8000/tcp]0 B
24HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8000/health0 B
25CMD ["uvicorn" "oa-webui:app" "--host" "0.0.0.0"0 B

Command

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