sha256:d7fafa52a8616fbad9659e10a6fcf145b523ac756900d1744499133ff6d5a0c6
OS/ARCH
Compressed size
50.17 MB
Last pushed
about 1 month by jerryin
Type
Image
Manifest digest
sha256:ea77619dc3896ffafc849a8ad3da0967f5968865a3930823961ee1c8e73b2a2d
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.36 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;13.03 MB9RUN /bin/sh -c set -eux;248 B10CMD ["python3"]0 B11LABEL maintainer=Jerry0 B12ENV TZ=Asia/Shanghai0 B13ENV PYTHONDONTWRITEBYTECODE=10 B14ENV PYTHONUNBUFFERED=10 B15WORKDIR /app93 B16COPY requirements.txt . # buildkit188 B17RUN /bin/sh -c python -m6.42 MB18COPY /build/dist . # buildkit449.02 KB19CMD ["python" "main.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'