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

docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1 - 国内下载镜像源 浏览次数:23 安全受验证的发布者-Rancher 温馨提示: 这是一个 linux/arm64 系统架构镜像

该 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-linuxarm64
镜像ID sha256:d1950c730ae9121fe5ad7b7313be63a26f4a075087d2190a31fd9261f7767a44
镜像TAG v0.28.1-linuxarm64
大小 70.55MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD --config.file=/etc/alertmanager/alertmanager.yml --storage.path=/alertmanager
启动入口 /bin/alertmanager
工作目录 /alertmanager
OS/平台 linux/arm64
浏览量 23 次
贡献者
镜像创建 2025-03-07T15:10:33.405553074Z
同步时间 2025-08-12 17:05
更新时间 2025-08-16 14:46
开放端口
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-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1-linuxarm64  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-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1-linuxarm64  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-linuxarm64#' 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-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1-linuxarm64  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-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1-linuxarm64  docker.io/rancher/mirrored-prometheus-alertmanager:v0.28.1'

镜像构建历史


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

镜像信息

{
    "Id": "sha256:d1950c730ae9121fe5ad7b7313be63a26f4a075087d2190a31fd9261f7767a44",
    "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-linuxarm64"
    ],
    "RepoDigests": [
        "rancher/mirrored-prometheus-alertmanager@sha256:715fbe2dec9da111628f3e0e7c946307aa7982ff39d8ad51d119eac7544588d0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-alertmanager@sha256:bcbcab31af98f731c04917bbdb984bb09815d4724080130a3348f7741044c6d1"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-03-07T15:10:33.405553074Z",
    "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": "arm64",
    "Variant": "v8",
    "Os": "linux",
    "Size": 70554141,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/994d3f7ccbf28789f47287098e3904a36b25f7cc0c36f04b0f2ffa45bb6e34f0/diff:/var/lib/docker/overlay2/f74323fd04e63a213b2ec31230c80ac60f5a37e8ac4d900054fbe169aeb0b023/diff:/var/lib/docker/overlay2/56e4437f211149551c7ba9853b7c55fd25a6c6bcca9cf1a923ff9e09b4983345/diff:/var/lib/docker/overlay2/6cda43571dec050fe2b5ec60e4f8e15fbb1c1dac3703d9ee96315e5a8f9597e2/diff:/var/lib/docker/overlay2/ce8fd5ddac030bbed7a16192125f25e6b33cd8b6f631f856348a8feaa54424df/diff:/var/lib/docker/overlay2/3c95cf9b96ceb42ef1bf70baa73edd9b79c023e9fc632162d6e86805dc9c2024/diff",
            "MergedDir": "/var/lib/docker/overlay2/d4cddba12b38cfc88913b0fc797b0850be7ec334c09dacc5b7c8f68d9a2ca375/merged",
            "UpperDir": "/var/lib/docker/overlay2/d4cddba12b38cfc88913b0fc797b0850be7ec334c09dacc5b7c8f68d9a2ca375/diff",
            "WorkDir": "/var/lib/docker/overlay2/d4cddba12b38cfc88913b0fc797b0850be7ec334c09dacc5b7c8f68d9a2ca375/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f86c5e3025ef242a9f99615cced414b5e2a53617e1801df106da49b1c9d2cf4b",
            "sha256:e6d95b69894403f1739c442253dfd4cf6a44efc260155dc00be1004c9000704c",
            "sha256:79dea3c73ed7f9993ef0ed4806e52cd21999a84e7caf254d3e03ac5a1b5ad73b",
            "sha256:711c97221920dc65325c5c8397af7faf66a9f89869e01bf5d61e81a9b0ce3037",
            "sha256:fd584d98472c285194541bf782eb30e7b2421d025a40990e73b1267adedf955f",
            "sha256:6f6b2887c6119c02474d2d3d25130ebf8f3020656bfe8e86f0a3ddf9fe2e44f9",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-12T17:05:05.111107285+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

linux/arm64 docker.io70.55MB2025-08-12 17:05
22