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 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=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.120 B7ENV PYTHON_SHA256=fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c40 B8RUN /bin/sh -c set -eux;13.03 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11LABEL maintainer=Open-Automator0 B12LABEL description=Open-Automator FastAPI Backend0 B13ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 PIP_NO_CACHE_DIR=1 DEBIAN_FRONTEND=noninteractive0 B14RUN /bin/sh -c apt-get update113.68 MB15RUN /bin/sh -c useradd -m3.31 KB16WORKDIR /app32 B17COPY requirements.txt . # buildkit319 B18RUN /bin/sh -c pip install143.43 MB19COPY --chown=automator:automator *.py ./ #37.49 KB20COPY --chown=automator:automator ./modules/*.py ./modules/ #31.63 KB21COPY --chown=automator:automator dashboard.html ./ #7.96 KB22USER automator0 B23EXPOSE [8000/tcp]0 B24HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8000/health0 B25CMD ["uvicorn" "oa-webui:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1766966400'