sha256:d1324b7a71ccba1453424929e1c17fc0d23838b245ccae8ce3eae962f524d433
OS/ARCH
Compressed size
445.52 MB
Last pushed
7 days by cubecoders
Type
Image
Manifest digest
sha256:b16b44f549ae220ea19e906371432b5a36dec5924fc4e0006152e8f027871880
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.100 B18COPY /usr/local/ /usr/local/ # buildkit12.33 MB19COPY /tmp/3.10-run-deps.txt /tmp/3.10-run-deps.txt # buildkit269 B20RUN |1 PYTHON_VERSION=3.10 /bin/sh -c6.42 MBCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1789689600'