sha256:c0d3bd9cf672cad391c21f33b7624ecd0d4c62e7a28694d7fa4a3d697b3a521d
OS/ARCH
Compressed size
445.48 MB
Last pushed
7 days by cubecoders
Type
Image
Manifest digest
sha256:7b209a8b32d9b3e3e657f3844eae427086530ec2ba3384355af2145a168a13ba
Image Layers
1# debian.sh --arch 'amd64' out/28.45 MB2LABEL org.opencontainers.image.source=https://github.com/CubeCoders/dockerfiles0 B3LABEL org.opencontainers.image.licenses=MIT0 B4ENV DEBIAN_FRONTEND=noninteractive0 B5ARG TARGETARCH=amd640 B6RUN |1 TARGETARCH=amd64 /bin/sh -c398.32 MB7ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-80 B8STOPSIGNAL SIGINT0 B9COPY ./scripts/base/ampstart.sh /ampstart.sh # buildkit1.7 KB10RUN |1 TARGETARCH=amd64 /bin/sh -c1.7 KB11ENTRYPOINT ["/usr/bin/tini" "-g" "--" "/ampstart.sh"]0 B12CMD []0 B13LABEL org.opencontainers.image.licenses=MIT0 B14ENV PIP_DISABLE_PIP_VERSION_CHECK=10 B15ENV AMP_ADDITIONAL_ENV_VARS=PIP_DISABLE_PIP_VERSION_CHECK0 B16ENV DEBIAN_FRONTEND=noninteractive0 B17ARG PYTHON_VERSION=3.120 B18COPY /usr/local/ /usr/local/ # buildkit10.63 MB19COPY /tmp/3.12-run-deps.txt /tmp/3.12-run-deps.txt # buildkit269 B20RUN |1 PYTHON_VERSION=3.12 /bin/sh -c8.07 MBCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1789689600'