docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1 linux/amd64

docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1 - 国内下载镜像源 浏览次数:7 安全受验证的发布者-Rancher

该 Docker 容器镜像为 Rancher Mirrored Prometheus Alertmanager,旨在提供一个基于 Prometheus 的告警管理器,可以帮助您监控和处理系统的错误、性能问题等。

源镜像 docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1
镜像ID sha256:91c01b3cec9b5b3071454a5bf13814e64127ed1601b9afd3b932559945fc9a5e
镜像TAG v0.28.1
大小 72.31MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD --config.file=/etc/alertmanager/alertmanager.yml --storage.path=/alertmanager
启动入口 /bin/alertmanager
工作目录 /alertmanager
OS/平台 linux/amd64
浏览量 7 次
贡献者
镜像创建 2025-03-07T15:10:29.369534419Z
同步时间 2025-07-17 11:10
更新时间 2025-07-17 15:40
开放端口
9093/tcp
目录挂载
/alertmanager
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
The Prometheus Authors <prometheus-developers@googlegroups.com>: maintainer https://github.com/prometheus/alertmanager: org.opencontainers.image.source

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1  docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1  docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1

Shell快速替换命令

sed -i 's#rancher/mirrored-prometheus-alertmanager:v0.28.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1  docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1  docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1'

镜像构建历史


# 2025-03-07 23:10:29  0.00B 设置默认要执行的命令
CMD ["--config.file=/etc/alertmanager/alertmanager.yml" "--storage.path=/alertmanager"]
                        
# 2025-03-07 23:10:29  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/alertmanager"]
                        
# 2025-03-07 23:10:29  0.00B 设置工作目录为/alertmanager
WORKDIR /alertmanager
                        
# 2025-03-07 23:10:29  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/alertmanager]
                        
# 2025-03-07 23:10:29  0.00B 声明容器运行时监听的端口
EXPOSE map[9093/tcp:{}]
                        
# 2025-03-07 23:10:29  0.00B 指定运行容器时使用的用户
USER nobody
                        
# 2025-03-07 23:10:29  356.00B 执行命令并创建新的镜像层
RUN |2 ARCH=amd64 OS=linux /bin/sh -c mkdir -p /alertmanager &&     chown -R nobody:nobody etc/alertmanager /alertmanager # buildkit
                        
# 2025-03-07 23:10:29  356.00B 复制新文件或目录到容器中
COPY examples/ha/alertmanager.yml /etc/alertmanager/alertmanager.yml # buildkit
                        
# 2025-03-07 23:10:29  38.95MB 复制新文件或目录到容器中
COPY .build/linux-amd64/alertmanager /bin/alertmanager # buildkit
                        
# 2025-03-07 23:10:29  30.58MB 复制新文件或目录到容器中
COPY .build/linux-amd64/amtool /bin/amtool # buildkit
                        
# 2025-03-07 23:10:29  0.00B 定义构建参数
ARG OS=linux
                        
# 2025-03-07 23:10:29  0.00B 定义构建参数
ARG ARCH=amd64
                        
# 2025-03-07 23:10:29  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/prometheus/alertmanager
                        
# 2025-03-07 23:10:29  0.00B 添加元数据标签
LABEL maintainer=The Prometheus Authors <prometheus-developers@googlegroups.com>
                        
# 2023-12-15 18:54:58  1.54MB 复制新文件或目录到容器中
COPY /rootfs / # buildkit
                        
# 2023-12-15 18:54:58  0.00B 
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
                        
# 2023-12-06 04:23:06  0.00B 
/bin/sh -c #(nop)  CMD ["sh"]
                        
# 2023-12-06 04:23:06  1.24MB 
/bin/sh -c #(nop) ADD file:ee9bb8755ccbdd689b434d9b4ac7518e972699604ecda33e4ddc2a15d2831443 in / 
                        
                    

镜像信息

{
    "Id": "sha256:91c01b3cec9b5b3071454a5bf13814e64127ed1601b9afd3b932559945fc9a5e",
    "RepoTags": [
        "rancher/mirrored-prometheus-alertmanager:v0.28.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1"
    ],
    "RepoDigests": [
        "rancher/mirrored-prometheus-alertmanager@sha256:715fbe2dec9da111628f3e0e7c946307aa7982ff39d8ad51d119eac7544588d0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-alertmanager@sha256:220da6995a919b9ee6e0d3da7ca5f09802f3088007af56be22160314d2485b54"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-03-07T15:10:29.369534419Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "The Prometheus Authors \u003cprometheus-developers@googlegroups.com\u003e",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "nobody",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "9093/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "--config.file=/etc/alertmanager/alertmanager.yml",
            "--storage.path=/alertmanager"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/alertmanager": {}
        },
        "WorkingDir": "/alertmanager",
        "Entrypoint": [
            "/bin/alertmanager"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "The Prometheus Authors \u003cprometheus-developers@googlegroups.com\u003e",
            "org.opencontainers.image.source": "https://github.com/prometheus/alertmanager"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 72306219,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/40f6ee6aec83dd2bfcbfcc81d37097c95b028b7a7ac3083b02b948fec97e53a0/diff:/var/lib/docker/overlay2/269e594c5d774d0e1d8030a1dcc71f7371749e6431150ea74948561af9af044f/diff:/var/lib/docker/overlay2/58c3ab0f7a0619e1cdc36a4bb9bcb594fd0ff233160bdfb672cf3ac0bdb9bdcb/diff:/var/lib/docker/overlay2/280695bcf435990e46a024ab8db8c880c287941ee9d0a4f865fbea934713fc28/diff:/var/lib/docker/overlay2/4655a16421827f804eafddb279be3233701b24b6be88bfa699c1710e54e21b37/diff:/var/lib/docker/overlay2/0318601d9b2c07fcd0b7dcec45610401b1e52d626ec0dda041bc94b00498389d/diff",
            "MergedDir": "/var/lib/docker/overlay2/ced58a11e8f320132f374c91c30bc4d4a5cc3333bc17cb2c67ce9b2fbfd423b0/merged",
            "UpperDir": "/var/lib/docker/overlay2/ced58a11e8f320132f374c91c30bc4d4a5cc3333bc17cb2c67ce9b2fbfd423b0/diff",
            "WorkDir": "/var/lib/docker/overlay2/ced58a11e8f320132f374c91c30bc4d4a5cc3333bc17cb2c67ce9b2fbfd423b0/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:1e604deea57dbda554a168861cff1238f93b8c6c69c863c43aed37d9d99c5fed",
            "sha256:6b83872188a9e8912bee1d43add5e9bc518601b02a14a364c0da43b0d59acf33",
            "sha256:df3520e56a5bc82451fb8a2491453cd12f47049069955854dfe1c83af8aaf7eb",
            "sha256:7fdb56af59ec517184ebff95f9bc381a0745de49ef49ce6d33741a0f6feae542",
            "sha256:1ec7f898d69de9884cc0dd7adf1518bcf8d6da3d84d4dd3f5f2cec1c4b82703e",
            "sha256:4ffcc1c910b0f5d506d137921f975dbe4bdd43bfa9e9ad0b5dcaec78c4bcbdae",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-17T11:10:38.397794901+08:00"
    }
}

更多版本

docker.io/rancher/mirrored-prometheus-alertmanager:v0.26.0

linux/amd64 docker.io66.77MB2024-06-28 10:13
293

docker.io/rancher/mirrored-prometheus-alertmanager:v0.27.0

linux/amd64 docker.io70.25MB2024-09-11 10:59
199

docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1

linux/amd64 docker.io72.31MB2025-07-17 11:10
6