广告图片

docker.io/rancher/appco-alertmanager:0.28.1-12.7 linux/amd64

docker.io/rancher/appco-alertmanager:0.28.1-12.7 - 国内下载镜像源 浏览次数:10 安全受验证的发布者-Rancher

rancher/appco-alertmanager是Rancher平台提供的Alertmanager组件镜像,Alertmanager是Prometheus生态系统中的告警管理工具,负责接收Prometheus发出的告警信息,进行去重、分组、路由处理,并通过邮件、Slack等渠道将告警通知相关人员,助力在Rancher管理的Kubernetes集群中实现高效的告警管理与通知。

源镜像 docker.io/rancher/appco-alertmanager:0.28.1-12.7
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/appco-alertmanager:0.28.1-12.7
镜像ID sha256:1ac1f3992507385d29f01acb8dd046979a49e2ee077c72f848809754c00c6920
镜像TAG 0.28.1-12.7
大小 59.14MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD --config.file=/etc/alertmanager/alertmanager.yml --storage.path=/alertmanager
启动入口 /usr/bin/alertmanager
工作目录 /alertmanager
OS/平台 linux/amd64
浏览量 10 次
贡献者
镜像创建 2025-10-31T18:48:24.920663411Z
同步时间 2026-04-10 10:56
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
alertmanager-0: com.suse.apps.main-package https://github.com/SUSE/bci/discussions: com.suse.bci.micro.authors 2025-10-31T04:49:59.838162735Z: com.suse.bci.micro.created A micro environment for containers based on the SLE Base Container Image.: com.suse.bci.micro.description obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/18b8eb740d9758701417fc5b07215039-micro-image: com.suse.bci.micro.disturl sle-bci: com.suse.bci.micro.eula https://www.suse.com/lifecycle#suse-linux-enterprise-server-15: com.suse.bci.micro.lifecycle-url 15.7-50.10: com.suse.bci.micro.name registry.suse.com/bci/bci-micro:15.7-50.10: com.suse.bci.micro.reference released: com.suse.bci.micro.release-stage https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/18b8eb740d9758701417fc5b07215039/: com.suse.bci.micro.source l3: com.suse.bci.micro.supportlevel SLE BCI 15 SP7 Micro: com.suse.bci.micro.title 2031-07-31: com.suse.bci.micro.until https://www.suse.com/products/base-container-images/: com.suse.bci.micro.url SUSE LLC: com.suse.bci.micro.vendor 15.7-50.10: com.suse.bci.micro.version : com.suse.eula : com.suse.lifecycle-url : com.suse.release-stage : com.suse.supportlevel : com.suse.supportlevel.until : io.artifacthub.package.logo-url : io.artifacthub.package.readme-url obs://build.suse.de/Devel:Orchid:Containers/containers/7716fe768f8a1a0c02e6dbe64c042878-alertmanager-0: org.openbuildservice.disturl : org.opencontainers.image.authors sha256:80232da400bb9587e412e53e6101d7a650a75d1e448597ce1cef3c4fdda86e7f: org.opencontainers.image.base.digest registry.suse.com/bci/bci-micro:15.7-50.10: org.opencontainers.image.base.name 2025-10-31T18:48:13.968770732Z: org.opencontainers.image.created The Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integrations such as email, PagerDuty, OpsGenie, or many other mechanisms thanks to the webhook receiver. It also takes care of silencing and inhibition of alerts.: org.opencontainers.image.description 0.28.1-12.7: org.opencontainers.image.ref.name : org.opencontainers.image.source Alertmanager: org.opencontainers.image.title https://apps.rancher.io/applications/alertmanager: org.opencontainers.image.url SUSE LLC: org.opencontainers.image.vendor 0.28.1: org.opencontainers.image.version registry.suse.com/bci/bci-micro:15.7-50.10: org.opensuse.reference

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/appco-alertmanager:0.28.1-12.7
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/appco-alertmanager:0.28.1-12.7  docker.io/rancher/appco-alertmanager:0.28.1-12.7

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/appco-alertmanager:0.28.1-12.7
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/appco-alertmanager:0.28.1-12.7  docker.io/rancher/appco-alertmanager:0.28.1-12.7

Shell快速替换命令

sed -i 's#rancher/appco-alertmanager:0.28.1-12.7#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/appco-alertmanager:0.28.1-12.7#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/appco-alertmanager:0.28.1-12.7 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/appco-alertmanager:0.28.1-12.7  docker.io/rancher/appco-alertmanager:0.28.1-12.7'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/appco-alertmanager:0.28.1-12.7 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/appco-alertmanager:0.28.1-12.7  docker.io/rancher/appco-alertmanager:0.28.1-12.7'

镜像构建历史


# 2025-11-01 02:48:24  34.11MB 

                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  LABEL org.openbuildservice.disturl=obs://build.suse.de/Devel:Orchid:Containers/containers/7716fe768f8a1a0c02e6dbe64c042878-alertmanager-0
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.source=
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.authors=
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  LABEL org.openbuildservice.disturl=
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  LABEL io.artifacthub.package.readme-url=
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  LABEL io.artifacthub.package.logo-url=
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.supportlevel.until=
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.supportlevel=
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.release-stage=
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.lifecycle-url=
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.eula=
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  CMD ["--config.file=/etc/alertmanager/alertmanager.yml" "--storage.path=/alertmanager"]
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  ENTRYPOINT ["/usr/bin/alertmanager"]
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  USER 1000
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c obs-docker-support --upload-packages --uninstall
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop) WORKDIR /alertmanager
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.apps.main-package=alertmanager-0
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.base.name=registry.suse.com/bci/bci-micro:15.7-50.10
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.base.digest=sha256:80232da400bb9587e412e53e6101d7a650a75d1e448597ce1cef3c4fdda86e7f
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=0.28.1-12.7
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.vendor=SUSE LLC
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=0.28.1
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.created=2025-10-31T18:48:13.968770732Z
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.description=The Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integrations such as email, PagerDuty, OpsGenie, or many other mechanisms thanks to the webhook receiver. It also takes care of silencing and inhibition of alerts.
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.url=https://apps.rancher.io/applications/alertmanager
                        
# 2025-11-01 02:48:24  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.title=Alertmanager
                        
# 2025-11-01 02:48:23  0.00B 
/bin/sh -c #(nop) COPY dir:cd06c1c72b506502f921faf7a850e6d2a93ad6701b08dd481d2180708d2b1db5 in / 
                        
# 2025-11-01 02:48:22  0.00B 
/bin/sh -c obs-docker-support --upload-packages --install
                        
# 2025-11-01 02:48:21  0.00B 
/bin/sh -c #(nop) COPY file:4e3ea7a3f950f05c36a2835b392df997654c5a2ae6af1a638c25202424cc2bd2 in /usr/local/sbin/obs-docker-support 
                        
# 2025-10-31 12:50:09  25.03MB 

                        
# 2025-10-31 12:50:08  0.00B 
/bin/sh -c #(nop)  LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/18b8eb740d9758701417fc5b07215039-micro-image
                        
# 2025-10-31 12:50:08  0.00B 
/bin/sh -c set -euo pipefail; rm -vf /var/cache/ldconfig/aux-cache
                        
# 2025-10-31 12:50:08  0.00B 
/bin/sh -c set -euo pipefail; rm -vf /var/lib/zypp/AutoInstalled
                        
# 2025-10-31 12:50:08  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2025-10-31 12:50:08  0.00B 
/bin/sh -c #(nop)  LABEL io.artifacthub.package.logo-url=https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg
                        
# 2025-10-31 12:50:08  0.00B 
/bin/sh -c #(nop)  LABEL io.artifacthub.package.readme-url=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/18b8eb740d9758701417fc5b07215039/README.md
                        
# 2025-10-31 12:50:08  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.release-stage=released
                        
# 2025-10-31 12:50:08  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.release-stage=released
                        
# 2025-10-31 12:50:08  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
                        
# 2025-10-31 12:50:08  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
                        
# 2025-10-31 12:50:08  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.eula=sle-bci
                        
# 2025-10-31 12:50:08  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.eula=sle-bci
                        
# 2025-10-31 12:50:08  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.supportlevel.until=2031-07-31
                        
# 2025-10-31 12:50:08  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.until=2031-07-31
                        
# 2025-10-31 12:50:08  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.supportlevel=l3
                        
# 2025-10-31 12:50:08  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.supportlevel=l3
                        
# 2025-10-31 12:50:08  0.00B 
/bin/sh -c #(nop)  LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/18b8eb740d9758701417fc5b07215039-micro-image
                        
# 2025-10-31 12:50:08  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/18b8eb740d9758701417fc5b07215039-micro-image
                        
# 2025-10-31 12:50:07  0.00B 
/bin/sh -c #(nop)  LABEL org.opensuse.reference=registry.suse.com/bci/bci-micro:15.7-50.10
                        
# 2025-10-31 12:50:07  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.reference=registry.suse.com/bci/bci-micro:15.7-50.10
                        
# 2025-10-31 12:50:07  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=15.7-50.10
                        
# 2025-10-31 12:50:07  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.name=15.7-50.10
                        
# 2025-10-31 12:50:07  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.source=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/18b8eb740d9758701417fc5b07215039/
                        
# 2025-10-31 12:50:07  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.source=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/18b8eb740d9758701417fc5b07215039/
                        
# 2025-10-31 12:50:07  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.vendor=SUSE LLC
                        
# 2025-10-31 12:50:07  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.vendor=SUSE LLC
                        
# 2025-10-31 12:50:07  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.created=2025-10-31T04:49:59.838162735Z
                        
# 2025-10-31 12:50:07  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.created=2025-10-31T04:49:59.838162735Z
                        
# 2025-10-31 12:50:07  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.url=https://www.suse.com/products/base-container-images/
                        
# 2025-10-31 12:50:07  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.url=https://www.suse.com/products/base-container-images/
                        
# 2025-10-31 12:50:07  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=15.7-50.10
                        
# 2025-10-31 12:50:07  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.version=15.7-50.10
                        
# 2025-10-31 12:50:07  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.description=A micro environment for containers based on the SLE Base Container Image.
                        
# 2025-10-31 12:50:07  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.description=A micro environment for containers based on the SLE Base Container Image.
                        
# 2025-10-31 12:50:07  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.title=SLE BCI 15 SP7 Micro
                        
# 2025-10-31 12:50:07  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.title=SLE BCI 15 SP7 Micro
                        
# 2025-10-31 12:50:07  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.authors=https://github.com/SUSE/bci/discussions
                        
# 2025-10-31 12:50:07  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.authors=https://github.com/SUSE/bci/discussions
                        
# 2025-10-31 12:50:07  0.00B 
/bin/sh -c #(nop) COPY dir:9d80edaeef189bc44132372168d930c2350f1c5b2ff0997098f924323551989e in / 
                        
                    

镜像信息

{
    "Id": "sha256:1ac1f3992507385d29f01acb8dd046979a49e2ee077c72f848809754c00c6920",
    "RepoTags": [
        "rancher/appco-alertmanager:0.28.1-12.7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/appco-alertmanager:0.28.1-12.7"
    ],
    "RepoDigests": [
        "rancher/appco-alertmanager@sha256:da0d4e0ff70b506c01b6586d1d527e0c352c4731752946d3df74d4895a11c9db",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/appco-alertmanager@sha256:49b18819f1c1967e2fe36176cebb66befc7b94fe45dc09f06ba723488980b496"
    ],
    "Parent": "",
    "Comment": "merge sha256:e4827841dd965057e26fea2adfe10567f64a3c62322d9b7dcbfc76f71e9d710d to sha256:1e8a4f1a95b212294588931fe9c11c997c438fb69e7e16a41812252069732b68",
    "Created": "2025-10-31T18:48:24.920663411Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "28.4.0-ce",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1000",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "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"
        ],
        "Image": "sha256:9137c13f1d702403fc257cdcc80c99171846f93c02940be2b8b3644269b09090",
        "Volumes": null,
        "WorkingDir": "/alertmanager",
        "Entrypoint": [
            "/usr/bin/alertmanager"
        ],
        "OnBuild": null,
        "Labels": {
            "com.suse.apps.main-package": "alertmanager-0",
            "com.suse.bci.micro.authors": "https://github.com/SUSE/bci/discussions",
            "com.suse.bci.micro.created": "2025-10-31T04:49:59.838162735Z",
            "com.suse.bci.micro.description": "A micro environment for containers based on the SLE Base Container Image.",
            "com.suse.bci.micro.disturl": "obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/18b8eb740d9758701417fc5b07215039-micro-image",
            "com.suse.bci.micro.eula": "sle-bci",
            "com.suse.bci.micro.lifecycle-url": "https://www.suse.com/lifecycle#suse-linux-enterprise-server-15",
            "com.suse.bci.micro.name": "15.7-50.10",
            "com.suse.bci.micro.reference": "registry.suse.com/bci/bci-micro:15.7-50.10",
            "com.suse.bci.micro.release-stage": "released",
            "com.suse.bci.micro.source": "https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/18b8eb740d9758701417fc5b07215039/",
            "com.suse.bci.micro.supportlevel": "l3",
            "com.suse.bci.micro.title": "SLE BCI 15 SP7 Micro",
            "com.suse.bci.micro.until": "2031-07-31",
            "com.suse.bci.micro.url": "https://www.suse.com/products/base-container-images/",
            "com.suse.bci.micro.vendor": "SUSE LLC",
            "com.suse.bci.micro.version": "15.7-50.10",
            "com.suse.eula": "",
            "com.suse.lifecycle-url": "",
            "com.suse.release-stage": "",
            "com.suse.supportlevel": "",
            "com.suse.supportlevel.until": "",
            "io.artifacthub.package.logo-url": "",
            "io.artifacthub.package.readme-url": "",
            "org.openbuildservice.disturl": "obs://build.suse.de/Devel:Orchid:Containers/containers/7716fe768f8a1a0c02e6dbe64c042878-alertmanager-0",
            "org.opencontainers.image.authors": "",
            "org.opencontainers.image.base.digest": "sha256:80232da400bb9587e412e53e6101d7a650a75d1e448597ce1cef3c4fdda86e7f",
            "org.opencontainers.image.base.name": "registry.suse.com/bci/bci-micro:15.7-50.10",
            "org.opencontainers.image.created": "2025-10-31T18:48:13.968770732Z",
            "org.opencontainers.image.description": "The Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integrations such as email, PagerDuty, OpsGenie, or many other mechanisms thanks to the webhook receiver. It also takes care of silencing and inhibition of alerts.",
            "org.opencontainers.image.ref.name": "0.28.1-12.7",
            "org.opencontainers.image.source": "",
            "org.opencontainers.image.title": "Alertmanager",
            "org.opencontainers.image.url": "https://apps.rancher.io/applications/alertmanager",
            "org.opencontainers.image.vendor": "SUSE LLC",
            "org.opencontainers.image.version": "0.28.1",
            "org.opensuse.reference": "registry.suse.com/bci/bci-micro:15.7-50.10"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 59144874,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/7a84fbe330a92de8f05da8d8491d2fa657545e557447bf62ac116faa1e0f3a60/diff",
            "MergedDir": "/var/lib/docker/overlay2/39266a8e2c8bc8c85868f55c436026d84557d4895977418ba68fb2ceb2954b91/merged",
            "UpperDir": "/var/lib/docker/overlay2/39266a8e2c8bc8c85868f55c436026d84557d4895977418ba68fb2ceb2954b91/diff",
            "WorkDir": "/var/lib/docker/overlay2/39266a8e2c8bc8c85868f55c436026d84557d4895977418ba68fb2ceb2954b91/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:23aa428a575d8abf49195573e955419f5e2727544c42e20cd415e2adebc56074",
            "sha256:cbca1ed39360b95f4b4589f5e235d7d09e985629897b210a066b28f7f7e759a7"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-04-10T10:56:10.495491077+08:00"
    }
}

更多版本

docker.io/rancher/appco-alertmanager:0.28.1-12.7

linux/amd64 docker.io59.14MB2026-04-10 10:56
9