logo
docker.io/rancher/rancher-webhook:v0.10.7
linux/amd64 docker.io 已验证 · Rancher
🔓
Rancher Webhook 是一个 Docker 镜像,用于在构建和部署应用程序时执行 webhook 任务。它基于 Go 语言开发,可以在 Rancher 中使用来自动化部署流程。
(Note: I've avoided adding any style information to the HTML tag)
16
浏览次数
81.02MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.10.7
源镜像
docker.io/rancher/rancher-webhook:v0.10.7
镜像ID
sha256:de67b5d4aed81cc71e6f0b39f9f5a6f11b9d9e1300b9d8bfba61456f6220886a
镜像 TAG
v0.10.7
镜像大小
81.02MB
平台架构
linux/amd64
镜像源
docker.io
CMD
webhook
启动入口
工作目录
/
OS/平台
linux/amd64
镜像创建
2026-06-23T19:39:59.110659239Z
同步时间
2026-07-30 09:57
浏览量
16 次
贡献者
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
🏷️ 镜像标签 34
KeyValue
https://github.com/SUSE/bci/discussions com.suse.bci.micro.authors
2026-06-22T10:48:03.734047859Z com.suse.bci.micro.created
A micro environment for containers based on the SUSE Linux Base Container Image. com.suse.bci.micro.description
obs://build.suse.de/SUSE:SLFO:Products:BCI:16.1/containerfile/ee388880a4970b7a612ce3bad815043a-micro-image com.suse.bci.micro.disturl
sle-beta com.suse.bci.micro.eula
https://www.suse.com/lifecycle#suse-linux-enterprise-server-16 com.suse.bci.micro.lifecycle-url
16.1-10.1 com.suse.bci.micro.name
registry.suse.com/bci/bci-micro:16.1-10.1 com.suse.bci.micro.reference
beta com.suse.bci.micro.release-stage
https://sources.suse.com/SUSE:SLFO:Products:BCI:16.1/micro-image/ee388880a4970b7a612ce3bad815043a/ com.suse.bci.micro.source
techpreview com.suse.bci.micro.supportlevel
SUSE Linux BCI 16.1 Micro com.suse.bci.micro.title
2028-11-30 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
16.1-10.1 com.suse.bci.micro.version
sle-beta com.suse.eula
https://www.suse.com/lifecycle#suse-linux-enterprise-server-16 com.suse.lifecycle-url
beta com.suse.release-stage
techpreview com.suse.supportlevel
2028-11-30 com.suse.supportlevel.until
https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg io.artifacthub.package.logo-url
https://sources.suse.com/SUSE:SLFO:Products:BCI:16.1/micro-image/ee388880a4970b7a612ce3bad815043a/README.md io.artifacthub.package.readme-url
obs://build.suse.de/SUSE:SLFO:Products:BCI:16.1/containerfile/ee388880a4970b7a612ce3bad815043a-micro-image org.openbuildservice.disturl
https://github.com/SUSE/bci/discussions org.opencontainers.image.authors
2026-06-22T10:48:03.734047859Z org.opencontainers.image.created
A micro environment for containers based on the SUSE Linux Base Container Image. org.opencontainers.image.description
16.1-10.1 org.opencontainers.image.ref.name
https://sources.suse.com/SUSE:SLFO:Products:BCI:16.1/micro-image/ee388880a4970b7a612ce3bad815043a/ org.opencontainers.image.source
SUSE Linux BCI 16.1 Micro org.opencontainers.image.title
https://www.suse.com/products/base-container-images/ org.opencontainers.image.url
SUSE LLC org.opencontainers.image.vendor
16.1-10.1 org.opencontainers.image.version
registry.suse.com/bci/bci-micro:16.1-10.1 org.opensuse.reference
🛡️ 镜像安全扫描
sles 16.1 Trivy 2026-07-30 09:57 查看完整报告
0
低危 LOW
1
中危 MEDIUM
2
高危 HIGH
0
严重 CRITICAL
受影响目标 (2)
docker.io/rancher/rancher-webhook:v0.10.7 (sles 16.1) sles usr/bin/webhook gobinary

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#rancher/rancher-webhook:v0.10.7#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.10.7#' 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.7 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.10.7  docker.io/rancher/rancher-webhook:v0.10.7'

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.7 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.10.7  docker.io/rancher/rancher-webhook:v0.10.7'

镜像构建历史


# 2026-06-24 03:39:59  0.00B 设置默认要执行的命令
CMD ["webhook"]
                        
# 2026-06-24 03:39:59  0.00B 指定运行容器时使用的用户
USER webhook
                        
# 2026-06-24 03:39:59  58.71MB 复制新文件或目录到容器中
COPY /dist/webhook /usr/bin/ # buildkit
                        
# 2026-06-24 03:37:06  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-06-24 03:37:06  0.00B 定义构建参数
ARG user=webhook
                        
# 1970-01-01 08:00:00  22.31MB 
/bin/sh -c #(nop) LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLFO:Products:BCI:16.1/containerfile/ee388880a4970b7a612ce3bad815043a-micro-image|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c set -euo pipefail; rm -vf /var/cache/ldconfig/aux-cache|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c set -euo pipefail; rm -vf /var/lib/zypp/AutoInstalled|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) CMD ["/bin/sh"]|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL io.artifacthub.package.logo-url="https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL io.artifacthub.package.readme-url="https://sources.suse.com/SUSE:SLFO:Products:BCI:16.1/micro-image/ee388880a4970b7a612ce3bad815043a/README.md"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.release-stage="beta"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.micro.release-stage="beta"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle#suse-linux-enterprise-server-16"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.micro.lifecycle-url="https://www.suse.com/lifecycle#suse-linux-enterprise-server-16"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.eula="sle-beta"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.micro.eula="sle-beta"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.supportlevel.until="2028-11-30"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.micro.until="2028-11-30"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.supportlevel="techpreview"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.micro.supportlevel="techpreview"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.openbuildservice.disturl="obs://build.suse.de/SUSE:SLFO:Products:BCI:16.1/containerfile/ee388880a4970b7a612ce3bad815043a-micro-image"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.micro.disturl="obs://build.suse.de/SUSE:SLFO:Products:BCI:16.1/containerfile/ee388880a4970b7a612ce3bad815043a-micro-image"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.opensuse.reference="registry.suse.com/bci/bci-micro:16.1-10.1"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.micro.reference="registry.suse.com/bci/bci-micro:16.1-10.1"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name="16.1-10.1"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.micro.name="16.1-10.1"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.source="https://sources.suse.com/SUSE:SLFO:Products:BCI:16.1/micro-image/ee388880a4970b7a612ce3bad815043a/"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.micro.source="https://sources.suse.com/SUSE:SLFO:Products:BCI:16.1/micro-image/ee388880a4970b7a612ce3bad815043a/"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor="SUSE LLC"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.micro.vendor="SUSE LLC"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.created="2026-06-22T10:48:03.734047859Z"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.micro.created="2026-06-22T10:48:03.734047859Z"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.micro.url="https://www.suse.com/products/base-container-images/"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.version="16.1-10.1"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.micro.version="16.1-10.1"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.description="A micro environment for containers based on the SUSE Linux Base Container Image."|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.micro.description="A micro environment for containers based on the SUSE Linux Base Container Image."|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.title="SUSE Linux BCI 16.1 Micro"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.micro.title="SUSE Linux BCI 16.1 Micro"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) LABEL com.suse.bci.micro.authors="https://github.com/SUSE/bci/discussions"|force-mtime=0
                        
# 1970-01-01 08:00:00  0.00B 
/bin/sh -c #(nop) COPY dir:6d67e871f8a5c4b0febdbbed3a56d9722469a8b86bae49a0bc4b81d9d7f1c827 in /     |force-mtime=0 
                        
                    

镜像信息

{
    "Id": "sha256:de67b5d4aed81cc71e6f0b39f9f5a6f11b9d9e1300b9d8bfba61456f6220886a",
    "RepoTags": [
        "rancher/rancher-webhook:v0.10.7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.10.7"
    ],
    "RepoDigests": [
        "rancher/rancher-webhook@sha256:950352603e35617aa6c80c41d1ef4030ef8724bd264a04c58610cc093dbabc1c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook@sha256:6a9c6dff6806f40d28c0aeb333a51926a7f04e6e3c83a4c94d1509467684eaa0"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-06-23T19:39:59.110659239Z",
    "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-06-22T10:48:03.734047859Z",
            "com.suse.bci.micro.description": "A micro environment for containers based on the SUSE Linux Base Container Image.",
            "com.suse.bci.micro.disturl": "obs://build.suse.de/SUSE:SLFO:Products:BCI:16.1/containerfile/ee388880a4970b7a612ce3bad815043a-micro-image",
            "com.suse.bci.micro.eula": "sle-beta",
            "com.suse.bci.micro.lifecycle-url": "https://www.suse.com/lifecycle#suse-linux-enterprise-server-16",
            "com.suse.bci.micro.name": "16.1-10.1",
            "com.suse.bci.micro.reference": "registry.suse.com/bci/bci-micro:16.1-10.1",
            "com.suse.bci.micro.release-stage": "beta",
            "com.suse.bci.micro.source": "https://sources.suse.com/SUSE:SLFO:Products:BCI:16.1/micro-image/ee388880a4970b7a612ce3bad815043a/",
            "com.suse.bci.micro.supportlevel": "techpreview",
            "com.suse.bci.micro.title": "SUSE Linux BCI 16.1 Micro",
            "com.suse.bci.micro.until": "2028-11-30",
            "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": "16.1-10.1",
            "com.suse.eula": "sle-beta",
            "com.suse.lifecycle-url": "https://www.suse.com/lifecycle#suse-linux-enterprise-server-16",
            "com.suse.release-stage": "beta",
            "com.suse.supportlevel": "techpreview",
            "com.suse.supportlevel.until": "2028-11-30",
            "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:SLFO:Products:BCI:16.1/micro-image/ee388880a4970b7a612ce3bad815043a/README.md",
            "org.openbuildservice.disturl": "obs://build.suse.de/SUSE:SLFO:Products:BCI:16.1/containerfile/ee388880a4970b7a612ce3bad815043a-micro-image",
            "org.opencontainers.image.authors": "https://github.com/SUSE/bci/discussions",
            "org.opencontainers.image.created": "2026-06-22T10:48:03.734047859Z",
            "org.opencontainers.image.description": "A micro environment for containers based on the SUSE Linux Base Container Image.",
            "org.opencontainers.image.ref.name": "16.1-10.1",
            "org.opencontainers.image.source": "https://sources.suse.com/SUSE:SLFO:Products:BCI:16.1/micro-image/ee388880a4970b7a612ce3bad815043a/",
            "org.opencontainers.image.title": "SUSE Linux BCI 16.1 Micro",
            "org.opencontainers.image.url": "https://www.suse.com/products/base-container-images/",
            "org.opencontainers.image.vendor": "SUSE LLC",
            "org.opencontainers.image.version": "16.1-10.1",
            "org.opensuse.reference": "registry.suse.com/bci/bci-micro:16.1-10.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 81022278,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/7e2b4e803e4aa0680c0b579ae8f82dbbb7e07d59e79074a2dde8af8354f0c144/diff:/var/lib/docker/overlay2/f279373608829e8d547e285ad578d5cbbddcde7ab0b491172f666b7f49965865/diff",
            "MergedDir": "/var/lib/docker/overlay2/92b20c593945484d03e8e31ecb680f0e4f897e1971d186cf4d36f85a75f978bb/merged",
            "UpperDir": "/var/lib/docker/overlay2/92b20c593945484d03e8e31ecb680f0e4f897e1971d186cf4d36f85a75f978bb/diff",
            "WorkDir": "/var/lib/docker/overlay2/92b20c593945484d03e8e31ecb680f0e4f897e1971d186cf4d36f85a75f978bb/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:6d67e871f8a5c4b0febdbbed3a56d9722469a8b86bae49a0bc4b81d9d7f1c827",
            "sha256:1a0b4f4cceec7889bd607c2c530bcd63d67b938884fd062bfa840f844d5502a4",
            "sha256:f0f69e144f251bf0e62e4de401ea225f4365b27991842054a712595bfa761182"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-30T09:57:45.509162414+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/amd64 docker.io94.65MB2026-06-12 18:30
92

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

linux/amd64 docker.io81.02MB2026-07-30 09:57
15
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×