sha256:fcde25aafe57df51e3eace90295e151bd8f1dfa8acbed88155ec6827d3c90eb4
OS/ARCH
Compressed size
108.39 MB
Last pushed
about 1 year by prefectossprod
Type
Image
Manifest digest
sha256:ee26852c1e752e24c3f874868ab2b9a3f39c43b4cb2d3e4fd0d3bc2b5baa8387
Image Layers
1# debian.sh --arch 'arm64' out/26.78 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.18 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.130 B7ENV PYTHON_SHA256=8fb5f9fbc7609fa822cb31549884575db7fd9657cbffb89510b5d7975963a83a0 B8RUN /bin/sh -c set -eux;15.39 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11ENV PYTHONDONTWRITEBYTECODE=10 B12ENV PYTHONUNBUFFERED=10 B13ENV PREFECT_HOME=/app0 B14ENV PREFECT_LOGGING_EXTRA_LOGGERS=prometheus-prefect-exporter0 B15ENV PREFECT_LOGGING_TO_API_ENABLED=False0 B16WORKDIR /app93 B17COPY requirements.txt ./ # buildkit199 B18RUN /bin/sh -c pip install61.84 MB19COPY ./ ./ # buildkit1.2 MB20EXPOSE map[8000/tcp:{}]0 B21USER nobody0 B22CMD ["python" "main.py"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1751241600'