sha256:70b437bff37181db34d0649cd9a0d4e99ecf6a28507cc45e94b979b96a7800e5
OS/ARCH
linux/arm64/v8
Compressed size
116.05 MB
Last pushed
over 1 year by brunoe
Type
Image
Manifest digest
sha256:70b437bff37181db34d0649cd9a0d4e99ecf6a28507cc45e94b979b96a7800e5
Image Layers
1# debian.sh --arch 'arm64' out/26.74 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=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.90 B7ENV PYTHON_SHA256=7220835d9f90b37c006e9842a8dff4580aaca4318674f947302b8d28f3f811120 B8RUN /bin/sh -c set -eux;12.94 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11ARG BUILD_DATE=2025-02-21T13:31:00Z0 B13LABEL org.label-schema.build-date=2025-02-21T13:31:00Z0 B14ENV NAME=John Doe0 B15WORKDIR /app92 B16COPY requirements.txt ./ # buildkit156 B17RUN |1 BUILD_DATE=2025-02-21T13:31:00Z /bin/sh -c73.19 MB18COPY hello.py ./ # buildkit323 B19CMD ["/bin/sh" "-c" "python /app/hello.py"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1738540800'