镜像信息
{
"Id": "sha256:10e7d581c8320f12a21fcfcd8a27c222193cab04f97fdb4b50c62009114565bb",
"RepoTags": [
"bitnami/python:3.13-debian-12",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/python:3.13-debian-12"
],
"RepoDigests": [
"bitnami/python@sha256:d6dcbe675c724b9138db0fa0c41587bf44fb89e9005dfdef7f0a5c0378b34062",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/python@sha256:84469ab30065395b5f5191087799ae5f8f2a0cdb9714183816a70dd7bba0a4b0"
],
"Parent": "",
"Comment": "[{\"created\":\"2025-08-09T00:07:18.871906096Z\",\"comment\":\"from Bitnami with love\"},{\"created\":\"2025-08-14T19:56:23.825350017Z\",\"created_by\":\"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-08-14T19:56:23.825350017Z\",\"created_by\":\"ARG TARGETARCH=amd64\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-08-14T19:56:23.825350017Z\",\"created_by\":\"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2025-08-14T19:55:57Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/python/README.md org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/python org.opencontainers.image.title=python org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=3.13.7\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-08-14T19:56:23.825350017Z\",\"created_by\":\"ENV OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-08-14T19:56:23.825350017Z\",\"created_by\":\"COPY prebuildfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-08-14T19:56:23.825350017Z\",\"created_by\":\"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-08-14T19:56:35.056802412Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages build-essential ca-certificates curl git libbz2-1.0 libffi8 liblzma5 libncursesw6 libreadline8 libsqlite3-0 libsqlite3-dev libssl-dev libssl3 libtinfo6 pkg-config procps unzip wget zlib1g # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-08-14T19:56:37.584872672Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; COMPONENTS=( \\\"python-3.13.7-0-linux-${OS_ARCH}-debian-12\\\" ) ; for COMPONENT in \\\"${COMPONENTS[@]}\\\"; do if [ ! -f \\\"${COMPONENT}.tar.gz\\\" ]; then curl -SsLf \\\"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz\\\" -O ; curl -SsLf \\\"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256\\\" -O ; fi ; sha256sum -c \\\"${COMPONENT}.tar.gz.sha256\\\" ; tar -zxf \\\"${COMPONENT}.tar.gz\\\" -C /opt/bitnami --strip-components=2 --no-same-owner ; rm -rf \\\"${COMPONENT}\\\".tar.gz{,.sha256} ; done # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-08-14T19:56:40.067468077Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get update \\u0026\\u0026 apt-get upgrade -y \\u0026\\u0026 apt-get clean \\u0026\\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-08-14T19:56:41.260274563Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c find / -perm /6000 -type f -exec chmod a-s {} \\\\; || true # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-08-14T19:56:53.107870933Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs \\u0026\\u0026 sed -i 's/^PASS_MIN_DAYS.*/PASS_MIN_DAYS 0/' /etc/login.defs \\u0026\\u0026 sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-08-14T19:56:53.107870933Z\",\"created_by\":\"ENV APP_VERSION=3.13.7 BITNAMI_APP_NAME=python PATH=/opt/bitnami/python/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-08-14T19:56:53.107870933Z\",\"created_by\":\"EXPOSE map[8000/tcp:{}]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-08-14T19:56:54.033366165Z\",\"created_by\":\"WORKDIR /app\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-08-14T19:56:54.033366165Z\",\"created_by\":\"CMD [\\\"python\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true}]",
"Created": "2025-08-14T19:56:54.033366165Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "",
"Author": "",
"Config": {
"Hostname": "",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"8000/tcp": {}
},
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PATH=/opt/bitnami/python/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"OS_ARCH=amd64",
"OS_FLAVOUR=debian-12",
"OS_NAME=linux",
"APP_VERSION=3.13.7",
"BITNAMI_APP_NAME=python"
],
"Cmd": [
"python"
],
"ArgsEscaped": true,
"Image": "",
"Volumes": null,
"WorkingDir": "/app",
"Entrypoint": null,
"OnBuild": null,
"Labels": {
"com.vmware.cp.artifact.flavor": "sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83",
"org.opencontainers.image.base.name": "docker.io/bitnami/minideb:bookworm",
"org.opencontainers.image.created": "2025-08-14T19:55:57Z",
"org.opencontainers.image.description": "Application packaged by Broadcom, Inc.",
"org.opencontainers.image.documentation": "https://github.com/bitnami/containers/tree/main/bitnami/python/README.md",
"org.opencontainers.image.source": "https://github.com/bitnami/containers/tree/main/bitnami/python",
"org.opencontainers.image.title": "python",
"org.opencontainers.image.vendor": "Broadcom, Inc.",
"org.opencontainers.image.version": "3.13.7"
},
"Shell": [
"/bin/bash",
"-o",
"errexit",
"-o",
"nounset",
"-o",
"pipefail",
"-c"
]
},
"Architecture": "amd64",
"Os": "linux",
"Size": 566637350,
"GraphDriver": {
"Data": {
"MergedDir": "/var/lib/docker/overlay2/9c70d34ac8a26ae467d6c7d323fe8823e8559608cecac347593170a276f381c0/merged",
"UpperDir": "/var/lib/docker/overlay2/9c70d34ac8a26ae467d6c7d323fe8823e8559608cecac347593170a276f381c0/diff",
"WorkDir": "/var/lib/docker/overlay2/9c70d34ac8a26ae467d6c7d323fe8823e8559608cecac347593170a276f381c0/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:33ed7ac4b68e435dc16285badca5d5a4223f357717abe2fafdd58265b2d4ae59"
]
},
"Metadata": {
"LastTagTime": "2025-08-19T22:48:45.592425899+08:00"
}
}