logo
docker.io/rancher/rancher-webhook:v0.9.0-rc.7
linux/amd64 docker.io 已验证 · Rancher
🔓
Rancher Webhook 是一个 Docker 镜像,用于在构建和部署应用程序时执行 webhook 任务。它基于 Go 语言开发,可以在 Rancher 中使用来自动化部署流程。
(Note: I've avoided adding any style information to the HTML tag)
306
浏览次数
84.59MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.9.0-rc.7
源镜像
docker.io/rancher/rancher-webhook:v0.9.0-rc.7
镜像ID
sha256:6424563a0c3719bed0b95e5be9980e7ac0e6f9aa6eadd81ff62ff16356738959
镜像 TAG
v0.9.0-rc.7
镜像大小
84.59MB
平台架构
linux/amd64
镜像源
docker.io
CMD
webhook
启动入口
工作目录
OS/平台
linux/amd64
镜像创建
2025-09-22T14:06:40.25008563Z
同步时间
2025-09-30 17:46
浏览量
306 次
贡献者
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
🏷️ 镜像标签 36
KeyValue
https://github.com/SUSE/bci/discussions com.suse.bci.micro.authors
2025-08-25T22:33:28.230369000Z 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/ee25f9d514500ca51676b3e45de756db-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-46.16 com.suse.bci.micro.name
registry.suse.com/bci/bci-micro:15.7-46.16 com.suse.bci.micro.reference
released com.suse.bci.micro.release-stage
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/ee25f9d514500ca51676b3e45de756db/ 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-46.16 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/ee25f9d514500ca51676b3e45de756db/README.md io.artifacthub.package.readme-url
obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/ee25f9d514500ca51676b3e45de756db-micro-image org.openbuildservice.disturl
https://github.com/SUSE/bci/discussions org.opencontainers.image.authors
sha256:6d58784f25ab2a6683cd03e5c220cdb204e4d82db4b49ea1b4635dbd52b60a5b org.opencontainers.image.base.digest
registry.suse.com/bci/bci-base:15.7 org.opencontainers.image.base.name
2025-08-25T22:33:28.230369000Z org.opencontainers.image.created
A micro environment for containers based on the SLE Base Container Image. org.opencontainers.image.description
15.7-46.16 org.opencontainers.image.ref.name
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/ee25f9d514500ca51676b3e45de756db/ 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-46.16 org.opencontainers.image.version
registry.suse.com/bci/bci-micro:15.7-46.16 org.opensuse.reference

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2025-09-22 22:06:40  0.00B 设置默认要执行的命令
CMD ["webhook"]
                        
# 2025-09-22 22:06:40  0.00B 指定运行容器时使用的用户
USER webhook
                        
# 2025-09-22 22:06:40  59.56MB 复制新文件或目录到容器中
COPY bin/webhook /usr/bin/ # buildkit
                        
# 2025-09-22 22:06:40  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
                        
# 2025-09-22 22:06:40  0.00B 定义构建参数
ARG user=webhook
                        
# 2025-08-26 06:33:37  25.03MB 

                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/ee25f9d514500ca51676b3e45de756db-micro-image
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c set -euo pipefail; rm -v /var/cache/ldconfig/aux-cache
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c set -euo pipefail; rm -v /var/lib/zypp/AutoInstalled
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL io.artifacthub.package.logo-url=https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL io.artifacthub.package.readme-url=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/ee25f9d514500ca51676b3e45de756db/README.md
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.base.digest=sha256:6d58784f25ab2a6683cd03e5c220cdb204e4d82db4b49ea1b4635dbd52b60a5b
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.base.name=registry.suse.com/bci/bci-base:15.7
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.release-stage=released
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.release-stage=released
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.eula=sle-bci
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.eula=sle-bci
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.supportlevel.until=2031-07-31
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.until=2031-07-31
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.supportlevel=l3
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.supportlevel=l3
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/ee25f9d514500ca51676b3e45de756db-micro-image
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/ee25f9d514500ca51676b3e45de756db-micro-image
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL org.opensuse.reference=registry.suse.com/bci/bci-micro:15.7-46.16
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.reference=registry.suse.com/bci/bci-micro:15.7-46.16
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=15.7-46.16
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.name=15.7-46.16
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.source=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/ee25f9d514500ca51676b3e45de756db/
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.source=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/ee25f9d514500ca51676b3e45de756db/
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.vendor=SUSE LLC
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.vendor=SUSE LLC
                        
# 2025-08-26 06:33:36  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.created=2025-08-25T22:33:28.230369000Z
                        
# 2025-08-26 06:33:35  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.created=2025-08-25T22:33:28.230369000Z
                        
# 2025-08-26 06:33:35  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.url=https://www.suse.com/products/base-container-images/
                        
# 2025-08-26 06:33:35  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.url=https://www.suse.com/products/base-container-images/
                        
# 2025-08-26 06:33:35  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=15.7-46.16
                        
# 2025-08-26 06:33:35  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.version=15.7-46.16
                        
# 2025-08-26 06:33:35  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.description=A micro environment for containers based on the SLE Base Container Image.
                        
# 2025-08-26 06:33:35  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-08-26 06:33:35  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.title=SLE BCI 15 SP7 Micro
                        
# 2025-08-26 06:33:35  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.title=SLE BCI 15 SP7 Micro
                        
# 2025-08-26 06:33:35  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.authors=https://github.com/SUSE/bci/discussions
                        
# 2025-08-26 06:33:35  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.authors=https://github.com/SUSE/bci/discussions
                        
# 2025-08-26 06:33:35  0.00B 
/bin/sh -c #(nop) COPY dir:cf2c0c840253abe4a50a6afe7449a7bde0959c70f96d5be29e47279aa9ef307a in / 
                        
                    

镜像信息

{
    "Id": "sha256:6424563a0c3719bed0b95e5be9980e7ac0e6f9aa6eadd81ff62ff16356738959",
    "RepoTags": [
        "rancher/rancher-webhook:v0.9.0-rc.7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.9.0-rc.7"
    ],
    "RepoDigests": [
        "rancher/rancher-webhook@sha256:53260a7e54d781b05b0f3bb4b6c6edffa9e64d7ad11d02ce88c8c9733b8a211e",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook@sha256:7889ef634d25a2a900d29bed83b191e212247469697db6f228eac0fc9e797573"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-09-22T14:06:40.25008563Z",
    "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": "2025-08-25T22:33:28.230369000Z",
            "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/ee25f9d514500ca51676b3e45de756db-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-46.16",
            "com.suse.bci.micro.reference": "registry.suse.com/bci/bci-micro:15.7-46.16",
            "com.suse.bci.micro.release-stage": "released",
            "com.suse.bci.micro.source": "https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/ee25f9d514500ca51676b3e45de756db/",
            "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-46.16",
            "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/ee25f9d514500ca51676b3e45de756db/README.md",
            "org.openbuildservice.disturl": "obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/ee25f9d514500ca51676b3e45de756db-micro-image",
            "org.opencontainers.image.authors": "https://github.com/SUSE/bci/discussions",
            "org.opencontainers.image.base.digest": "sha256:6d58784f25ab2a6683cd03e5c220cdb204e4d82db4b49ea1b4635dbd52b60a5b",
            "org.opencontainers.image.base.name": "registry.suse.com/bci/bci-base:15.7",
            "org.opencontainers.image.created": "2025-08-25T22:33:28.230369000Z",
            "org.opencontainers.image.description": "A micro environment for containers based on the SLE Base Container Image.",
            "org.opencontainers.image.ref.name": "15.7-46.16",
            "org.opencontainers.image.source": "https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/ee25f9d514500ca51676b3e45de756db/",
            "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-46.16",
            "org.opensuse.reference": "registry.suse.com/bci/bci-micro:15.7-46.16"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 84586179,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d777c3d17c404bda31a2461605b0fcab265a2657420f91a1a2101517c980e8b6/diff:/var/lib/docker/overlay2/9640c41ddca5fc2f717875cbca9af4f14988d363d454741d7de26effad96276d/diff",
            "MergedDir": "/var/lib/docker/overlay2/2310376b33ae1b83f1b66005842b4fec19f41cbcd9bee0c78356558675d35b19/merged",
            "UpperDir": "/var/lib/docker/overlay2/2310376b33ae1b83f1b66005842b4fec19f41cbcd9bee0c78356558675d35b19/diff",
            "WorkDir": "/var/lib/docker/overlay2/2310376b33ae1b83f1b66005842b4fec19f41cbcd9bee0c78356558675d35b19/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:114a54489a1650e44edc08d0a2db6eca64e4ebe2026653fa18d115fb2175d805",
            "sha256:2f4e828873f1abfdefded2e289fea4d79954d3f992de10a9c6c72553a14bbefe",
            "sha256:05a69bdaf7dd78992096eb92c0428bfc820be01e9b4b3c9946c595afe2726311"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-30T17:46:47.546165468+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/arm64 docker.io75.33MB2026-08-17 19:30
15
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×