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

docker.io/rancher/rancher-webhook:v0.7.2 - 国内下载镜像源 浏览次数:29 安全受验证的发布者-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.7.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.7.2
镜像ID sha256:f88a4205aa99149137f88e67ce763f12a3810c9781334b31c3c910a01e66d176
镜像TAG v0.7.2
大小 93.27MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD webhook
启动入口
工作目录
OS/平台 linux/amd64
浏览量 29 次
贡献者
镜像创建 2025-05-19T19:10:52.248389679Z
同步时间 2025-05-23 19:11
更新时间 2025-05-30 23:40
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
https://github.com/SUSE/bci/discussions: com.suse.bci.micro.authors 2025-05-15T15:58:46.552515457Z: 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-SP6:Update:CR/containers/686a7868694aebd75d17447fdf2de45d-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.6.42.1: com.suse.bci.micro.name registry.suse.com/bci/bci-micro:15.6.42.1: com.suse.bci.micro.reference released: com.suse.bci.micro.release-stage https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/686a7868694aebd75d17447fdf2de45d/: com.suse.bci.micro.source l3: com.suse.bci.micro.supportlevel SLE BCI 15 SP6 Micro: com.suse.bci.micro.title 2025-12-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.6.42.1: 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 2025-12-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-SP6:Update:CR/micro-image/686a7868694aebd75d17447fdf2de45d/README.md: io.artifacthub.package.readme-url obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/containers/686a7868694aebd75d17447fdf2de45d-micro-image: org.openbuildservice.disturl https://github.com/SUSE/bci/discussions: org.opencontainers.image.authors sha256:f9ab6635a10ef77f14d1de6cf1de074290e1671b7630a195e9b666a6dd3eac4d: org.opencontainers.image.base.digest registry.suse.com/bci/bci-base:15.6: org.opencontainers.image.base.name 2025-05-15T15:58:46.552515457Z: org.opencontainers.image.created A micro environment for containers based on the SLE Base Container Image.: org.opencontainers.image.description 15.6.42.1: org.opencontainers.image.ref.name https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/686a7868694aebd75d17447fdf2de45d/: org.opencontainers.image.source SLE BCI 15 SP6 Micro: org.opencontainers.image.title https://www.suse.com/products/base-container-images/: org.opencontainers.image.url SUSE LLC: org.opencontainers.image.vendor 15.6.42.1: org.opencontainers.image.version registry.suse.com/bci/bci-micro:15.6.42.1: org.opensuse.reference

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-05-20 03:10:52  0.00B 设置默认要执行的命令
CMD ["webhook"]
                        
# 2025-05-20 03:10:52  0.00B 指定运行容器时使用的用户
USER webhook
                        
# 2025-05-20 03:10:52  68.26MB 复制新文件或目录到容器中
COPY bin/webhook /usr/bin/ # buildkit
                        
# 2025-05-20 03:10:52  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-05-20 03:10:52  0.00B 定义构建参数
ARG user=webhook
                        
# 2025-05-15 23:58:55  25.01MB 

                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/containers/686a7868694aebd75d17447fdf2de45d-micro-image
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL io.artifacthub.package.logo-url=https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL io.artifacthub.package.readme-url=https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/686a7868694aebd75d17447fdf2de45d/README.md
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.base.digest=sha256:f9ab6635a10ef77f14d1de6cf1de074290e1671b7630a195e9b666a6dd3eac4d
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.base.name=registry.suse.com/bci/bci-base:15.6
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.release-stage=released
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.release-stage=released
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.eula=sle-bci
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.eula=sle-bci
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.supportlevel.until=2025-12-31
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.until=2025-12-31
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.supportlevel=l3
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.supportlevel=l3
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/containers/686a7868694aebd75d17447fdf2de45d-micro-image
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.disturl=obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/containers/686a7868694aebd75d17447fdf2de45d-micro-image
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL org.opensuse.reference=registry.suse.com/bci/bci-micro:15.6.42.1
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.reference=registry.suse.com/bci/bci-micro:15.6.42.1
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=15.6.42.1
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.name=15.6.42.1
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.source=https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/686a7868694aebd75d17447fdf2de45d/
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.source=https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/686a7868694aebd75d17447fdf2de45d/
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.vendor=SUSE LLC
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.vendor=SUSE LLC
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.created=2025-05-15T15:58:46.552515457Z
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.created=2025-05-15T15:58:46.552515457Z
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.url=https://www.suse.com/products/base-container-images/
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.url=https://www.suse.com/products/base-container-images/
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=15.6.42.1
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.version=15.6.42.1
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.description=A micro environment for containers based on the SLE Base Container Image.
                        
# 2025-05-15 23:58:54  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-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.title=SLE BCI 15 SP6 Micro
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.title=SLE BCI 15 SP6 Micro
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.authors=https://github.com/SUSE/bci/discussions
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.authors=https://github.com/SUSE/bci/discussions
                        
# 2025-05-15 23:58:54  0.00B 
/bin/sh -c #(nop) COPY dir:f95e26cbacb8da094b92e05045a3ef96779ea0c84d9360f25dc7bb6cc2aa0dc1 in / 
                        
                    

镜像信息

{
    "Id": "sha256:f88a4205aa99149137f88e67ce763f12a3810c9781334b31c3c910a01e66d176",
    "RepoTags": [
        "rancher/rancher-webhook:v0.7.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.7.2"
    ],
    "RepoDigests": [
        "rancher/rancher-webhook@sha256:324d2741154b73b7f4f8a5a9c5ac977e11f89e41cc453571a2e221d3e192fc1a",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook@sha256:413630066402869202abb429a14b83772e511f238dea7deda6bf61db2c91dc84"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-19T19:10:52.248389679Z",
    "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-05-15T15:58:46.552515457Z",
            "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-SP6:Update:CR/containers/686a7868694aebd75d17447fdf2de45d-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.6.42.1",
            "com.suse.bci.micro.reference": "registry.suse.com/bci/bci-micro:15.6.42.1",
            "com.suse.bci.micro.release-stage": "released",
            "com.suse.bci.micro.source": "https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/686a7868694aebd75d17447fdf2de45d/",
            "com.suse.bci.micro.supportlevel": "l3",
            "com.suse.bci.micro.title": "SLE BCI 15 SP6 Micro",
            "com.suse.bci.micro.until": "2025-12-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.6.42.1",
            "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": "2025-12-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-SP6:Update:CR/micro-image/686a7868694aebd75d17447fdf2de45d/README.md",
            "org.openbuildservice.disturl": "obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/containers/686a7868694aebd75d17447fdf2de45d-micro-image",
            "org.opencontainers.image.authors": "https://github.com/SUSE/bci/discussions",
            "org.opencontainers.image.base.digest": "sha256:f9ab6635a10ef77f14d1de6cf1de074290e1671b7630a195e9b666a6dd3eac4d",
            "org.opencontainers.image.base.name": "registry.suse.com/bci/bci-base:15.6",
            "org.opencontainers.image.created": "2025-05-15T15:58:46.552515457Z",
            "org.opencontainers.image.description": "A micro environment for containers based on the SLE Base Container Image.",
            "org.opencontainers.image.ref.name": "15.6.42.1",
            "org.opencontainers.image.source": "https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/686a7868694aebd75d17447fdf2de45d/",
            "org.opencontainers.image.title": "SLE BCI 15 SP6 Micro",
            "org.opencontainers.image.url": "https://www.suse.com/products/base-container-images/",
            "org.opencontainers.image.vendor": "SUSE LLC",
            "org.opencontainers.image.version": "15.6.42.1",
            "org.opensuse.reference": "registry.suse.com/bci/bci-micro:15.6.42.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 93274307,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/926035d49d080abc1975f18c946e45009fd14188755bc8a9fc4bed4dd7f9d4b8/diff:/var/lib/docker/overlay2/10bef2bd578866f456cb4f0f6a145780f67300d9b8b87ed19b8e883538435a28/diff",
            "MergedDir": "/var/lib/docker/overlay2/40dc6e28e7c5de3bf938ad6b17f14a0216c2ef08db0d04a8c34e2ff429819f77/merged",
            "UpperDir": "/var/lib/docker/overlay2/40dc6e28e7c5de3bf938ad6b17f14a0216c2ef08db0d04a8c34e2ff429819f77/diff",
            "WorkDir": "/var/lib/docker/overlay2/40dc6e28e7c5de3bf938ad6b17f14a0216c2ef08db0d04a8c34e2ff429819f77/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:88a1cf0242e0b1dbda9d59fbc3c3bc832b212eb60649cdc3214756ff39267801",
            "sha256:a34dd5c8ed1e897987e7fbe9c0d41f8fab0362c4bdbfe8d30cc6d54988b48885",
            "sha256:2c99bda55c90de23347eb35b503536d29ac01124ccf176e4c9dafd722b81f5d8"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-23T19:11:22.125332722+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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