logo
docker.io/rancher/rancher-webhook:v0.11.0
linux/amd64 docker.io 已验证 · Rancher
🔓
Rancher Webhook 是一个 Docker 镜像,用于在构建和部署应用程序时执行 webhook 任务。它基于 Go 语言开发,可以在 Rancher 中使用来自动化部署流程。
(Note: I've avoided adding any style information to the HTML tag)
14
浏览次数
60.76MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.11.0
源镜像
docker.io/rancher/rancher-webhook:v0.11.0
镜像ID
sha256:e12e88245c010a82b19b3a4c746ed3e131ef6d770741918f65a7602677dbbea2
镜像 TAG
v0.11.0
镜像大小
60.76MB
平台架构
linux/amd64
镜像源
docker.io
CMD
webhook
启动入口
工作目录
/
OS/平台
linux/amd64
镜像创建
2026-07-24T19:23:41.305594392Z
同步时间
2026-08-26 14:58
浏览量
14 次
贡献者
⚙️ 环境变量 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-08-26 14:59 查看完整报告
0
低危 LOW
0
中危 MEDIUM
8
高危 HIGH
0
严重 CRITICAL
受影响目标 (2)
docker.io/rancher/rancher-webhook:v0.11.0 (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.11.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.11.0  docker.io/rancher/rancher-webhook:v0.11.0

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-07-25 03:23:41  0.00B 设置默认要执行的命令
CMD ["webhook"]
                        
# 2026-07-25 03:23:41  0.00B 指定运行容器时使用的用户
USER webhook
                        
# 2026-07-25 03:23:41  38.44MB 复制新文件或目录到容器中
COPY /dist/webhook /usr/bin/ # buildkit
                        
# 2026-07-25 03:20:58  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-07-25 03:20:58  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:e12e88245c010a82b19b3a4c746ed3e131ef6d770741918f65a7602677dbbea2",
    "RepoTags": [
        "rancher/rancher-webhook:v0.11.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.11.0"
    ],
    "RepoDigests": [
        "rancher/rancher-webhook@sha256:1663d231bb2d323e423b2edea6377a674a92cc790c21f369c5ac1e6e4720a6f4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook@sha256:555a5d4e5697ee5b9ea12a4d77f00002c31caef54c4b1afd374dd393362079cd"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-07-24T19:23:41.305594392Z",
    "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": 60755270,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/0cd053daa7a95163d8551a702df9271b63c545f1ff358b8d1081507acb7ee323/diff:/var/lib/docker/overlay2/acee2da67fab0a5e40e50a0b7140e2d5a4e39f9b2861cd01e705b20511baa3d1/diff",
            "MergedDir": "/var/lib/docker/overlay2/9a4f3768b9f20c2cac872145d6c86fae9aba8faedc7354a3b663a67c276b738b/merged",
            "UpperDir": "/var/lib/docker/overlay2/9a4f3768b9f20c2cac872145d6c86fae9aba8faedc7354a3b663a67c276b738b/diff",
            "WorkDir": "/var/lib/docker/overlay2/9a4f3768b9f20c2cac872145d6c86fae9aba8faedc7354a3b663a67c276b738b/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:6d67e871f8a5c4b0febdbbed3a56d9722469a8b86bae49a0bc4b81d9d7f1c827",
            "sha256:724d9bf20cb3324130108604ad61ac26bdddbaea38cd537856bb9a5302fade5c",
            "sha256:58ce99c79092cee819e4851a3a6b8dbbc934147ee8f0c45ac821819899c95fb7"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-26T14:58:54.668781453+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/amd64 docker.io81.02MB2026-07-30 09:57
74

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

linux/arm64 docker.io75.33MB2026-08-17 19:30
41

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

linux/amd64 docker.io60.76MB2026-08-26 14:58
13
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×