docker.io/bitnami/prometheus:2.28.1 linux/amd64

docker.io/bitnami/prometheus:2.28.1 - 国内下载镜像源 浏览次数:10 安全受验证的发布者-VMware
Bitnami Prometheus 是一个基于 Docker 的 Prometheus 镜像,它提供了一个功能强大且易于部署的监控和指标收集工具,可以帮助您轻松地收集和存储实时数据,支持各种数据源和 alerting mechanisms。
源镜像 docker.io/bitnami/prometheus:2.28.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/prometheus:2.28.1
镜像ID sha256:96683ae17d33485661614ef19c058b58027b9f35e891e7dddbce4d6398af38c2
镜像TAG 2.28.1
大小 271.38MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
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
启动入口 /opt/bitnami/prometheus/bin/prometheus
工作目录 /opt/bitnami/prometheus
OS/平台 linux/amd64
浏览量 10 次
贡献者
镜像创建 2021-08-10T23:39:11.114585007Z
同步时间 2025-07-18 09:00
更新时间 2025-07-18 23:32
开放端口
9090/tcp
环境变量
PATH=/opt/bitnami/prometheus/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-10 OS_NAME=linux BITNAMI_APP_NAME=prometheus BITNAMI_IMAGE_VERSION=2.28.1-debian-10-r37
镜像标签
Bitnami <containers@bitnami.com>: maintainer

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/prometheus:2.28.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/prometheus:2.28.1  docker.io/bitnami/prometheus:2.28.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/prometheus:2.28.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/prometheus:2.28.1  docker.io/bitnami/prometheus:2.28.1

Shell快速替换命令

sed -i 's#bitnami/prometheus:2.28.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/prometheus:2.28.1#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/prometheus:2.28.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/prometheus:2.28.1  docker.io/bitnami/prometheus:2.28.1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/prometheus:2.28.1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/prometheus:2.28.1  docker.io/bitnami/prometheus:2.28.1'

镜像构建历史


# 2021-08-11 07:39:11  0.00B 
/bin/sh -c #(nop)  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"]
                        
# 2021-08-11 07:39:10  0.00B 
/bin/sh -c #(nop)  ENTRYPOINT ["/opt/bitnami/prometheus/bin/prometheus"]
                        
# 2021-08-11 07:39:10  0.00B 
/bin/sh -c #(nop)  USER 1001
                        
# 2021-08-11 07:39:10  0.00B 
/bin/sh -c #(nop) WORKDIR /opt/bitnami/prometheus
                        
# 2021-08-11 07:39:10  0.00B 
/bin/sh -c #(nop)  EXPOSE 9090
                        
# 2021-08-11 07:39:10  0.00B 
/bin/sh -c #(nop)  ENV BITNAMI_APP_NAME=prometheus BITNAMI_IMAGE_VERSION=2.28.1-debian-10-r37 PATH=/opt/bitnami/prometheus/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2021-08-11 07:39:10  0.00B 
/bin/sh -c mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/
                        
# 2021-08-11 07:39:09  28.00B 
/bin/sh -c ln -sf /opt/bitnami/prometheus/data /prometheus
                        
# 2021-08-11 07:39:08  28.00B 
/bin/sh -c ln -sf /opt/bitnami/prometheus/conf /etc/prometheus
                        
# 2021-08-11 07:39:08  0.00B 
/bin/sh -c chmod g+rwX /opt/bitnami
                        
# 2021-08-11 07:39:07  186.07MB 
/bin/sh -c wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.28.1-0-linux-amd64-debian-10.tar.gz &&     echo "e458104507a4aac47bb7b8357ea23f7d2cb946b910a392c277db528b54d7d64a  /tmp/bitnami/pkg/cache/prometheus-2.28.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - &&     tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.28.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' &&     rm -rf /tmp/bitnami/pkg/cache/prometheus-2.28.1-0-linux-amd64-debian-10.tar.gz
                        
# 2021-08-11 07:39:02  17.80MB 
/bin/sh -c install_packages ca-certificates curl gzip procps tar wget
                        
# 2021-08-11 07:38:55  826.00B 
/bin/sh -c #(nop) COPY dir:e654c8d57433f3a12cd07fdb6f76c7f8517898b9ae7d658a90b73a2bafa45b52 in / 
                        
# 2021-08-11 07:38:55  0.00B 
/bin/sh -c #(nop)  ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-10 OS_NAME=linux
                        
# 2021-08-11 07:38:55  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=Bitnami <containers@bitnami.com>
                        
# 2021-07-31 08:04:56  67.51MB 

                        
                    

镜像信息

{
    "Id": "sha256:96683ae17d33485661614ef19c058b58027b9f35e891e7dddbce4d6398af38c2",
    "RepoTags": [
        "bitnami/prometheus:2.28.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/prometheus:2.28.1"
    ],
    "RepoDigests": [
        "bitnami/prometheus@sha256:f6032fa48d436f00e1f8f0d4b15b9f84301c2f0040820a361d756740ed196185",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/prometheus@sha256:f6032fa48d436f00e1f8f0d4b15b9f84301c2f0040820a361d756740ed196185"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2021-08-10T23:39:11.114585007Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "19.03.15",
    "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-10",
            "OS_NAME=linux",
            "BITNAMI_APP_NAME=prometheus",
            "BITNAMI_IMAGE_VERSION=2.28.1-debian-10-r37"
        ],
        "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"
        ],
        "Image": "sha256:8a808006302fed11fa768187dfe13be8e7cc20c2c6d9eaa5283d2258a938a3e0",
        "Volumes": null,
        "WorkingDir": "/opt/bitnami/prometheus",
        "Entrypoint": [
            "/opt/bitnami/prometheus/bin/prometheus"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "Bitnami \u003ccontainers@bitnami.com\u003e"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 271380141,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/4417e75e046b5c651161a82fd6c388cdc34541ba75431dd13456c34d134773f5/diff:/var/lib/docker/overlay2/a22263ce60d611856a9d4def2981d29b557e193f9c5b469d447ec410fa7db04d/diff:/var/lib/docker/overlay2/277fcc08af4da479b6fcf950476d483646b91bf8d84124efe73c1a1419d3083d/diff:/var/lib/docker/overlay2/41dc5d7afd8bf487168a0e91ff28a77edb28adb598044c79fba95be049d2d91d/diff:/var/lib/docker/overlay2/384ea3eb62999ce4c5a865ab747f86c20fffe0c7c2bb487061eae8ed544e25bb/diff:/var/lib/docker/overlay2/34278dfee24e06d8ffe383796b4a1e8d2ef2bbac1c399fd163c8cec7f278c4e4/diff:/var/lib/docker/overlay2/cffe1f30c94b4ff2e22b231309e00c83f4d1c86ce85afa79084faa1acde57051/diff",
            "MergedDir": "/var/lib/docker/overlay2/e0af1fe36bd2d386fc779de2f2ecdf982e2cc2136894ae05e6974b64dda060d7/merged",
            "UpperDir": "/var/lib/docker/overlay2/e0af1fe36bd2d386fc779de2f2ecdf982e2cc2136894ae05e6974b64dda060d7/diff",
            "WorkDir": "/var/lib/docker/overlay2/e0af1fe36bd2d386fc779de2f2ecdf982e2cc2136894ae05e6974b64dda060d7/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:209a01d061655f5c26e85f1aeeee7e805edf3601194754c8125c3a6c04dfac9b",
            "sha256:cf7cff87df08e2f0d6fd22b96f086ab0aa740d6d94d73ddb500b997137579a62",
            "sha256:6a39a5291940490d9e97436bd25f79b2d01caa8b58a197357fb33a7c232e1208",
            "sha256:89963910c0223ee596bd09fd67b4e0b3b3ea4695b75f48d48702a0363f80b9f0",
            "sha256:eefaf6740eaeb69c51cf026c5bc68373f8d9ed76b5e9ed3441523edd694eed21",
            "sha256:cd547602b8c41c78558472dc51baee51e22a0e00f805ccb2fb49741bd57f5e35",
            "sha256:17fc2b17c4b075d1f1cd5e9b028273eb630b2326b34e6231cc20876df44db9f7",
            "sha256:e827a5a6d2d792a91a70456b432b30677c06c50b8e0ca840f02273cc4564b912"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-18T09:00:36.738418861+08:00"
    }
}

更多版本

docker.io/bitnami/prometheus:2.52.1

linux/amd64 docker.io321.57MB2024-06-19 14:38
458

docker.io/bitnami/prometheus-rsocket-proxy:1.5.3

linux/amd64 docker.io368.12MB2024-08-19 10:23
201

docker.io/bitnami/prometheus:2.54.1

linux/amd64 docker.io327.36MB2024-09-01 14:23
242

docker.io/bitnami/prometheus:2.54.1-debian-12-r1

linux/amd64 docker.io327.35MB2024-09-01 18:23
256

docker.io/bitnami/prometheus:latest

linux/amd64 docker.io343.08MB2024-11-25 09:38
264

docker.io/bitnami/prometheus:3.0.1

linux/amd64 docker.io342.08MB2024-12-06 15:08
144

docker.io/bitnami/prometheus-operator:0.78.2

linux/amd64 docker.io235.55MB2024-12-10 13:42
189

docker.io/bitnami/prometheus:2.55.1

linux/amd64 docker.io340.60MB2024-12-30 17:15
159

docker.io/bitnami/prometheus:3.0.1-debian-12-r1

linux/amd64 docker.io342.08MB2025-01-08 10:28
133

docker.io/bitnami/prometheus:2.44.0-debian-11-r7

linux/amd64 docker.io314.34MB2025-01-14 17:06
120

docker.io/bitnami/prometheus:3.3.1-debian-12-r3

linux/amd64 docker.io343.00MB2025-05-30 10:00
44

docker.io/bitnami/prometheus:2.53.1

linux/amd64 docker.io320.75MB2025-06-15 17:43
33

docker.io/bitnami/prometheus:2.28.1

linux/amd64 docker.io271.38MB2025-07-18 09:00
9