sha256:f07973468c26c9a90aba61c7df6ab20173e8bb24d87a9993c13cb5fa87754eb7
OS/ARCH
linux/arm64
Compressed size
577.25 MB
Last pushed
about 1 month by im1k31s
Type
Image
Manifest digest
sha256:f5f92c59ecb3d125baa86b48d8c0675bb6cbe1003fdf5f2a0fff92a2adf1300c
Image Layers
1# debian.sh --arch 'arm64' out/28.75 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.22 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.140 B7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B8RUN /bin/sh -c set -eux;11.49 MB9RUN /bin/sh -c set -eux;247 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update169.68 MB12RUN /bin/sh -c useradd -m3.35 KB13RUN /bin/sh -c pip install5.22 MB14COPY --chown=openeye:openeye /root/.local /home/openeye/.local #359.3 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/ #1.35 MB19COPY --chown=openeye:openeye docker/ ./docker/ #1.66 KB20COPY --chown=openeye:openeye alembic/ ./alembic/ #10.7 KB21COPY --chown=openeye:openeye alembic.ini ./alembic.ini #2.15 KB22COPY --chown=openeye:openeye requirements.txt ./ #3.45 KB23COPY --chown=openeye:openeye /frontend/dist ./frontend/dist #217.71 KB24USER openeye0 B25EXPOSE [8000/tcp]0 B26HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:8000/api/health0 B27ENTRYPOINT ["/app/docker/entrypoint.sh"]0 B28CMD ["uvicorn" "backend.main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1785715200'