广告图片

docker.io/rancher/rancher-webhook:v0.10.4 linux/amd64

docker.io/rancher/rancher-webhook:v0.10.4 - 国内下载镜像源 浏览次数:6 泥蚝 贡献同步 安全受验证的发布者-Rancher
🔓
Rancher Webhook 是一个 Docker 镜像,用于在构建和部署应用程序时执行 webhook 任务。它基于 Go 语言开发,可以在 Rancher 中使用来自动化部署流程。
(Note: I've avoided adding any style information to the HTML tag)
源镜像 docker.io/rancher/rancher-webhook:v0.10.4
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.10.4
镜像ID sha256:412436cc9c8661ca6f2eb26397dc24a8999d6fc178cf705ef950567b749e7c81
镜像TAG v0.10.4
大小 61.85MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD webhook
启动入口
工作目录
OS/平台 linux/amd64
浏览量 6 次
贡献者
avatar
泥蚝
镜像创建 2026-04-29T21:13:48.560945536Z
同步时间 2026-05-16 19:54
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
https://github.com/SUSE/bci/discussions: com.suse.bci.micro.authors 2026-04-21T07:48:16.119526349Z: com.suse.bci.micro.created A micro environment for containers based on the SUSE Linux Enterprise Base Container Image.: com.suse.bci.micro.description obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/c7c0b959fce18ab212ae81b7ede7d86c-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-56.15: com.suse.bci.micro.name registry.suse.com/bci/bci-micro:15.7-56.15: com.suse.bci.micro.reference released: com.suse.bci.micro.release-stage https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/c7c0b959fce18ab212ae81b7ede7d86c/: 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-56.15: com.suse.bci.micro.version sle-bci: com.suse.eula https://www.suse.com/lifecycle#suse-linux-enterprise-server-15: com.suse.lifecycle-url released: com.suse.release-stage l3: com.suse.supportlevel 2031-07-31: com.suse.supportlevel.until https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg: io.artifacthub.package.logo-url https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/c7c0b959fce18ab212ae81b7ede7d86c/README.md: io.artifacthub.package.readme-url obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/c7c0b959fce18ab212ae81b7ede7d86c-micro-image: org.openbuildservice.disturl https://github.com/SUSE/bci/discussions: org.opencontainers.image.authors 2026-04-21T07:48:16.119526349Z: org.opencontainers.image.created A micro environment for containers based on the SUSE Linux Enterprise Base Container Image.: org.opencontainers.image.description 15.7-56.15: org.opencontainers.image.ref.name https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/c7c0b959fce18ab212ae81b7ede7d86c/: org.opencontainers.image.source SLE BCI 15 SP7 Micro: org.opencontainers.image.title https://www.suse.com/products/base-container-images/: org.opencontainers.image.url SUSE LLC: org.opencontainers.image.vendor 15.7-56.15: org.opencontainers.image.version registry.suse.com/bci/bci-micro:15.7-56.15: org.opensuse.reference
镜像安全扫描 查看Trivy扫描报告

系统OS: sles 15.7 扫描引擎: Trivy 扫描时间: 2026-05-16 19:54

低危漏洞:0 中危漏洞:4 高危漏洞:5 严重漏洞:0

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.10.4
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.10.4  docker.io/rancher/rancher-webhook:v0.10.4

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.10.4
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.10.4  docker.io/rancher/rancher-webhook:v0.10.4

Shell快速替换命令

sed -i 's#rancher/rancher-webhook:v0.10.4#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.10.4#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-04-30 05:13:48  0.00B 设置默认要执行的命令
CMD ["webhook"]
                        
# 2026-04-30 05:13:48  0.00B 指定运行容器时使用的用户
USER webhook
                        
# 2026-04-30 05:13:48  36.76MB 复制新文件或目录到容器中
COPY /dist/webhook /usr/bin/ # buildkit
                        
# 2026-04-30 05:11:04  143.00B 执行命令并创建新的镜像层
RUN |1 user=webhook /bin/sh -c echo "$user:x:1000:1000::/home/$user:/bin/bash" >> /etc/passwd &&     echo "$user:x:1000:" >> /etc/group &&     mkdir /home/$user &&     chown -R $user:$user /home/$user # buildkit
                        
# 2026-04-30 05:11:04  0.00B 定义构建参数
ARG user=webhook
                        
# 2026-04-21 15:48:25  25.08MB 

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

镜像信息

{
    "Id": "sha256:412436cc9c8661ca6f2eb26397dc24a8999d6fc178cf705ef950567b749e7c81",
    "RepoTags": [
        "rancher/rancher-webhook:v0.10.4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.10.4"
    ],
    "RepoDigests": [
        "rancher/rancher-webhook@sha256:5088abacbba31f8344c1ac36dc6bb3e6e7df379b39affd4fedf98c4c017afdd2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook@sha256:dbd6f2c65674471122907bea620677326f18561b8e64d2ac598ee81f443bb3d5"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-04-29T21:13:48.560945536Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "webhook",
        "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": [
            "webhook"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "com.suse.bci.micro.authors": "https://github.com/SUSE/bci/discussions",
            "com.suse.bci.micro.created": "2026-04-21T07:48:16.119526349Z",
            "com.suse.bci.micro.description": "A micro environment for containers based on the SUSE Linux Enterprise Base Container Image.",
            "com.suse.bci.micro.disturl": "obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/c7c0b959fce18ab212ae81b7ede7d86c-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-56.15",
            "com.suse.bci.micro.reference": "registry.suse.com/bci/bci-micro:15.7-56.15",
            "com.suse.bci.micro.release-stage": "released",
            "com.suse.bci.micro.source": "https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/c7c0b959fce18ab212ae81b7ede7d86c/",
            "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-56.15",
            "com.suse.eula": "sle-bci",
            "com.suse.lifecycle-url": "https://www.suse.com/lifecycle#suse-linux-enterprise-server-15",
            "com.suse.release-stage": "released",
            "com.suse.supportlevel": "l3",
            "com.suse.supportlevel.until": "2031-07-31",
            "io.artifacthub.package.logo-url": "https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg",
            "io.artifacthub.package.readme-url": "https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/c7c0b959fce18ab212ae81b7ede7d86c/README.md",
            "org.openbuildservice.disturl": "obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/c7c0b959fce18ab212ae81b7ede7d86c-micro-image",
            "org.opencontainers.image.authors": "https://github.com/SUSE/bci/discussions",
            "org.opencontainers.image.created": "2026-04-21T07:48:16.119526349Z",
            "org.opencontainers.image.description": "A micro environment for containers based on the SUSE Linux Enterprise Base Container Image.",
            "org.opencontainers.image.ref.name": "15.7-56.15",
            "org.opencontainers.image.source": "https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/c7c0b959fce18ab212ae81b7ede7d86c/",
            "org.opencontainers.image.title": "SLE BCI 15 SP7 Micro",
            "org.opencontainers.image.url": "https://www.suse.com/products/base-container-images/",
            "org.opencontainers.image.vendor": "SUSE LLC",
            "org.opencontainers.image.version": "15.7-56.15",
            "org.opensuse.reference": "registry.suse.com/bci/bci-micro:15.7-56.15"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 61845659,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/fa2ae64fad63c186ce99505941015f96d0593a0410b487bd2de9afe718b81478/diff:/var/lib/docker/overlay2/8076d832c756113ba47a5d13b490c4afb45f06f235a345c8568d821d28ca679a/diff",
            "MergedDir": "/var/lib/docker/overlay2/207ae97f709504db86b47ba29bb0fcc2b5de19fd12fd4e0c08f6821d5f897a54/merged",
            "UpperDir": "/var/lib/docker/overlay2/207ae97f709504db86b47ba29bb0fcc2b5de19fd12fd4e0c08f6821d5f897a54/diff",
            "WorkDir": "/var/lib/docker/overlay2/207ae97f709504db86b47ba29bb0fcc2b5de19fd12fd4e0c08f6821d5f897a54/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f1d202063cde3cee31d01db22d2ed85a79065e08a2498daa24500c48b1d34528",
            "sha256:95e97e5c3d944fe2573fdd741e48eca6ca7f67a7aafe81cbf09fb843f6c59638",
            "sha256:7df8232592e47dd35511d74aecfa89b11cb3f2655db2ec9227518b67d2cd0aee"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-05-16T19:54:14.495001326+08:00"
    }
}

更多版本

docker.io/rancher/rancher-webhook:v0.4.5

linux/amd64 docker.io82.82MB2024-06-27 10:49
577

docker.io/rancher/rancher-webhook:v0.5.1

linux/amd64 docker.io86.57MB2024-08-30 17:29
531

docker.io/rancher/rancher-webhook:v0.4.7

linux/amd64 docker.io82.92MB2024-11-18 19:34
494

docker.io/rancher/rancher-webhook:v0.6.1

linux/amd64 docker.io92.52MB2024-12-18 09:59
453

docker.io/rancher/rancher-webhook:v0.6.2

linux/amd64 docker.io92.54MB2025-02-10 14:17
426

docker.io/rancher/rancher-webhook:v0.1.6

linux/amd64 docker.io41.36MB2025-02-24 17:07
473

docker.io/rancher/rancher-webhook:v0.5.3

linux/amd64 docker.io88.02MB2025-03-13 20:37
447

docker.io/rancher/rancher-webhook:v0.6.4

linux/amd64 docker.io93.10MB2025-03-26 10:47
430

docker.io/rancher/rancher-webhook:v0.1.3

linux/amd64 docker.io39.82MB2025-04-10 16:06
446

docker.io/rancher/rancher-webhook:v0.2.10

linux/amd64 docker.io74.75MB2025-04-15 09:27
389

docker.io/rancher/rancher-webhook:v0.4.2

linux/amd64 docker.io79.30MB2025-04-18 13:42
347

docker.io/rancher/rancher-webhook:v0.7.2

linux/amd64 docker.io93.27MB2025-05-23 19:11
362

docker.io/rancher/rancher-webhook:v0.1.0-beta9

linux/amd64 docker.io41.90MB2025-06-18 13:48
341

docker.io/rancher/rancher-webhook:v0.7.3

linux/amd64 docker.io93.28MB2025-07-11 16:01
307

docker.io/rancher/rancher-webhook:v0.3.0

linux/amd64 docker.io74.70MB2025-07-28 19:12
259

docker.io/rancher/rancher-webhook:v0.6.4

linux/arm64 docker.io92.95MB2025-07-31 10:51
228

docker.io/rancher/rancher-webhook:v0.5.3

linux/arm64 docker.io87.76MB2025-08-12 11:00
249

docker.io/rancher/rancher-webhook:v0.8.0

linux/amd64 docker.io84.54MB2025-08-27 01:11
292

docker.io/rancher/rancher-webhook:v0.8.1

linux/amd64 docker.io84.55MB2025-09-03 00:58
271

docker.io/rancher/rancher-webhook:v0.3.5

linux/amd64 docker.io74.39MB2025-09-04 10:48
259

docker.io/rancher/rancher-webhook:v0.9.0-rc.7

linux/amd64 docker.io84.59MB2025-09-30 17:46
221

docker.io/rancher/rancher-webhook:v0.8.2

linux/amd64 docker.io84.57MB2025-10-10 15:27
230

docker.io/rancher/rancher-webhook:v0.6.3

linux/amd64 docker.io93.09MB2025-10-16 16:34
230

docker.io/rancher/rancher-webhook:v0.7.2

linux/arm64 docker.io94.28MB2025-10-17 09:05
189

docker.io/rancher/rancher-webhook:v0.8.2

linux/arm64 docker.io84.79MB2025-10-25 16:10
277

docker.io/rancher/rancher-webhook:v0.6.3

linux/arm64 docker.io92.94MB2025-10-29 11:39
260

docker.io/rancher/rancher-webhook:v0.8.3

linux/amd64 docker.io84.57MB2025-11-07 09:52
280

docker.io/rancher/rancher-webhook:v0.9.1

linux/amd64 docker.io63.59MB2025-12-04 18:38
291

docker.io/rancher/rancher-webhook:v0.1.2

linux/amd64 docker.io39.81MB2026-02-11 09:51
165

docker.io/rancher/rancher-webhook:v0.9.3

linux/amd64 docker.io63.63MB2026-04-03 10:06
98

docker.io/rancher/rancher-webhook:v0.2.1

linux/amd64 docker.io48.75MB2026-05-11 15:36
27

docker.io/rancher/rancher-webhook:v0.1.0-beta7

linux/amd64 docker.io40.80MB2026-05-14 17:17
22

docker.io/rancher/rancher-webhook:v0.10.4

linux/amd64 docker.io61.85MB2026-05-16 19:54
5