sha256:ed9a64d9ad9b47ea1478823b7dc13f740eeef33704c2c0f1b7047ea120abf4d5
OS/ARCH
linux/amd64
Compressed size
617.7 MB
Last pushed
about 1 month by im1k31s
Type
Image
Manifest digest
sha256:acb5f4cd7dcfbebb23bcdf9f67a695e67d3b5c374bd74415042407b5dcce9d18
Image Layers
1# debian.sh --arch 'amd64' out/28.4 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;1.23 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.160 B7ENV PYTHON_SHA256=91bcdebfdde239a003ae93738a7fce0f9230fee5c4bc2b86f6e6e8c6f98aabe80 B8RUN /bin/sh -c set -eux;13.78 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update179.52 MB12RUN /bin/sh -c useradd -m3.35 KB13RUN /bin/sh -c pip install5.62 MB14COPY --chown=openeye:openeye /root/.local /home/openeye/.local #388.53 MB15ENV OPENEYE_DATA_ROOT=/app OPENEYE_IN_CONTAINER=10 B16ENV PATH=/home/openeye/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 PIP_NO_CACHE_DIR=10 B17WORKDIR /app32 B18COPY --chown=openeye:openeye backend/ ./backend/ #411.44 KB19COPY --chown=openeye:openeye docker/ ./docker/ #1.3 KB20COPY --chown=openeye:openeye requirements.txt ./ #2.87 KB21COPY --chown=openeye:openeye /frontend/dist ./frontend/dist #212.89 KB22USER openeye0 B23EXPOSE [8000/tcp]0 B24HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:8000/api/health0 B25ENTRYPOINT ["/app/docker/entrypoint.sh"]0 B26CMD ["uvicorn" "backend.main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'