镜像信息  
                    
                    {
    "Id": "sha256:8c620fe8430ceae2461b2b705f90c836f9ffd093e55e7164f2f9b84d666a7135",
    "RepoTags": [
        "bitnami/prometheus:3.3.1-debian-12-r3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/prometheus:3.3.1-debian-12-r3"
    ],
    "RepoDigests": [
        "bitnami/prometheus@sha256:8c4cf47d79f1bb4fbd8427e0061f59944d70d3f6c6224f83ce6b9c3259391e34",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/prometheus@sha256:b210bcb9b28f5d687f134e47596a81d03cffd6822963cc5b6e6ae1a00bcfb2f0"
    ],
    "Parent": "",
    "Comment": "[{\"created\":\"2025-05-01T00:07:40.529654073Z\",\"comment\":\"from Bitnami with love\"},{\"created\":\"2025-05-08T11:40:45.398451405Z\",\"created_by\":\"ARG DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-08T11:40:45.398451405Z\",\"created_by\":\"ARG TARGETARCH=amd64\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-08T11:40:45.398451405Z\",\"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-05-08T11:39:35Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/prometheus/README.md org.opencontainers.image.ref.name=3.3.1-debian-12-r3 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/prometheus org.opencontainers.image.title=prometheus org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=3.3.1\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-08T11:40:45.398451405Z\",\"created_by\":\"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-08T11:40:45.398451405Z\",\"created_by\":\"COPY prebuildfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-08T11:40:45.398451405Z\",\"created_by\":\"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-08T11:40:56.050493089Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-08T11:41:00.126370751Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ;     COMPONENTS=(       \\\"prometheus-3.3.1-3-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-05-08T11:41:05.719438044Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get autoremove --purge -y curl \\u0026\\u0026     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-05-08T11:41:06.48396501Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-08T11:41:07.878109903Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-05-08T11:41:09.856082668Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c ln -sf /opt/bitnami/prometheus/conf /etc/prometheus # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-08T11:41:11.934844211Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c ln -sf /opt/bitnami/prometheus/data /prometheus # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-08T11:41:14.173965925Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chown -R 1001:1001 /opt/bitnami/prometheus # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-08T11:41:16.592564535Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /opt/bitnami/prometheus/data/ \\u0026\\u0026 chmod g+rwX /opt/bitnami/prometheus/data/ # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-08T11:41:16.592564535Z\",\"created_by\":\"ENV APP_VERSION=3.3.1 BITNAMI_APP_NAME=prometheus PATH=/opt/bitnami/prometheus/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-08T11:41:16.592564535Z\",\"created_by\":\"EXPOSE map[9090/tcp:{}]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-08T11:41:19.425596488Z\",\"created_by\":\"WORKDIR /opt/bitnami/prometheus\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-08T11:41:19.425596488Z\",\"created_by\":\"USER 1001\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-08T11:41:19.425596488Z\",\"created_by\":\"ENTRYPOINT [\\\"/opt/bitnami/prometheus/bin/prometheus\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-08T11:41:19.425596488Z\",\"created_by\":\"CMD [\\\"--config.file=/opt/bitnami/prometheus/conf/prometheus.yml\\\" \\\"--storage.tsdb.path=/opt/bitnami/prometheus/data\\\" \\\"--web.console.libraries=/opt/bitnami/prometheus/conf/console_libraries\\\" \\\"--web.console.templates=/opt/bitnami/prometheus/conf/consoles\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true}]",
    "Created": "2025-05-08T11:41:19.425596488Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1001",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "9090/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/opt/bitnami/prometheus/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME=/",
            "OS_ARCH=amd64",
            "OS_FLAVOUR=debian-12",
            "OS_NAME=linux",
            "APP_VERSION=3.3.1",
            "BITNAMI_APP_NAME=prometheus"
        ],
        "Cmd": [
            "--config.file=/opt/bitnami/prometheus/conf/prometheus.yml",
            "--storage.tsdb.path=/opt/bitnami/prometheus/data",
            "--web.console.libraries=/opt/bitnami/prometheus/conf/console_libraries",
            "--web.console.templates=/opt/bitnami/prometheus/conf/consoles"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/opt/bitnami/prometheus",
        "Entrypoint": [
            "/opt/bitnami/prometheus/bin/prometheus"
        ],
        "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-05-08T11:39:35Z",
            "org.opencontainers.image.description": "Application packaged by Broadcom, Inc.",
            "org.opencontainers.image.documentation": "https://github.com/bitnami/containers/tree/main/bitnami/prometheus/README.md",
            "org.opencontainers.image.ref.name": "3.3.1-debian-12-r3",
            "org.opencontainers.image.source": "https://github.com/bitnami/containers/tree/main/bitnami/prometheus",
            "org.opencontainers.image.title": "prometheus",
            "org.opencontainers.image.vendor": "Broadcom, Inc.",
            "org.opencontainers.image.version": "3.3.1"
        },
        "Shell": [
            "/bin/bash",
            "-o",
            "errexit",
            "-o",
            "nounset",
            "-o",
            "pipefail",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 343004841,
    "GraphDriver": {
        "Data": {
            "MergedDir": "/var/lib/docker/overlay2/3be25c3aec83e251b88502352826e76ce49f8a1c0e20fdca5bd9ee8261837f08/merged",
            "UpperDir": "/var/lib/docker/overlay2/3be25c3aec83e251b88502352826e76ce49f8a1c0e20fdca5bd9ee8261837f08/diff",
            "WorkDir": "/var/lib/docker/overlay2/3be25c3aec83e251b88502352826e76ce49f8a1c0e20fdca5bd9ee8261837f08/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:bc4dd3f76a8332655ae4d3d6ffd2a7113f03d843616511b7d917e03abfde9761"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-30T10:00:30.139069201+08:00"
    }
}