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

docker.io/rancher/rancher-webhook:v0.3.0 - 国内下载镜像源 浏览次数:10 安全受验证的发布者-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.3.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.3.0
镜像ID sha256:503f2936343f18288eaca453e537b26def2afea870d5cb629b25ecf3b1f056b3
镜像TAG v0.3.0
大小 74.70MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD webhook
启动入口
工作目录
OS/平台 linux/amd64
浏览量 10 次
贡献者
镜像创建 2022-11-10T15:39:28.494370428Z
同步时间 2025-07-28 19:12
更新时间 2025-07-29 05:59
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
2022-08-17T08:28:09.598492349Z: 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-SP4:Update:CR/images/2e7d359928d70657eab890965b739ab5-micro-image: com.suse.bci.micro.disturl sle-bci: com.suse.bci.micro.eula sle-bci: com.suse.bci.micro.image-type https://www.suse.com/lifecycle: com.suse.bci.micro.lifecycle-url registry.suse.com/bci/bci-micro:15.4.14.1: com.suse.bci.micro.reference released: com.suse.bci.micro.release-stage techpreview: com.suse.bci.micro.supportlevel SLE BCI 15 SP4 Micro Container Image: com.suse.bci.micro.title https://www.suse.com/products/server/: com.suse.bci.micro.url SUSE LLC: com.suse.bci.micro.vendor 15.4.14.1: com.suse.bci.micro.version sle-bci: com.suse.eula sle-bci: com.suse.image-type https://www.suse.com/lifecycle: com.suse.lifecycle-url released: com.suse.release-stage techpreview: com.suse.supportlevel obs://build.suse.de/SUSE:SLE-15-SP4:Update:CR/images/2e7d359928d70657eab890965b739ab5-micro-image: org.openbuildservice.disturl 2022-11-10T15:39:19Z: org.opencontainers.image.created A micro environment for containers based on the SLE Base Container Image.: org.opencontainers.image.description 9c44ffd45840648c7880b0d7184d4ace78efc791: org.opencontainers.image.revision https://github.com/rancher/webhook.git: org.opencontainers.image.source SLE BCI 15 SP4 Micro Container Image: org.opencontainers.image.title https://github.com/rancher/webhook: org.opencontainers.image.url SUSE LLC: org.opencontainers.image.vendor 15.4.14.1: org.opencontainers.image.version registry.suse.com/bci/bci-micro:15.4.14.1: org.opensuse.reference

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2022-11-10 23:39:28  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.url=https://github.com/rancher/webhook
                        
# 2022-11-10 23:39:28  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.source=https://github.com/rancher/webhook.git
                        
# 2022-11-10 23:39:28  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.revision=9c44ffd45840648c7880b0d7184d4ace78efc791
                        
# 2022-11-10 23:39:28  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.created=2022-11-10T15:39:19Z
                        
# 2022-11-10 23:39:28  0.00B 
/bin/sh -c #(nop)  CMD ["webhook"]
                        
# 2022-11-10 23:39:28  0.00B 
/bin/sh -c #(nop)  USER webhook
                        
# 2022-11-10 23:39:25  50.62MB 
/bin/sh -c #(nop) COPY file:70f8714018adda6bf0c6e366929b23ddd1631d9d92dca8697330dd2b84401614 in /usr/bin/ 
                        
# 2022-11-10 23:39:24  143.00B 
|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
                        
# 2022-11-10 23:39:24  0.00B 
/bin/sh -c #(nop)  ARG user=webhook
                        
# 2022-08-17 16:28:14  24.08MB 
KIWI 9.24.36
                        
                    

镜像信息

{
    "Id": "sha256:503f2936343f18288eaca453e537b26def2afea870d5cb629b25ecf3b1f056b3",
    "RepoTags": [
        "rancher/rancher-webhook:v0.3.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.3.0"
    ],
    "RepoDigests": [
        "rancher/rancher-webhook@sha256:089dddf9d0308ed4bb0299f89e3bde0c59597736c87eb9ae19839ada4a6e509c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook@sha256:15fa8f72ce88af9f40d2665144fb8d6802fa5e9264d5cb75bd5a09996c5e6d8a"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2022-11-10T15:39:28.494370428Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "20.10.14",
    "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"
        ],
        "Image": "sha256:e5dd0d279077b5a7abcaac5abbdba30cf7d21b47c616da7912d0217201c40dfd",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "com.suse.bci.micro.created": "2022-08-17T08:28:09.598492349Z",
            "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-SP4:Update:CR/images/2e7d359928d70657eab890965b739ab5-micro-image",
            "com.suse.bci.micro.eula": "sle-bci",
            "com.suse.bci.micro.image-type": "sle-bci",
            "com.suse.bci.micro.lifecycle-url": "https://www.suse.com/lifecycle",
            "com.suse.bci.micro.reference": "registry.suse.com/bci/bci-micro:15.4.14.1",
            "com.suse.bci.micro.release-stage": "released",
            "com.suse.bci.micro.supportlevel": "techpreview",
            "com.suse.bci.micro.title": "SLE BCI 15 SP4 Micro Container Image",
            "com.suse.bci.micro.url": "https://www.suse.com/products/server/",
            "com.suse.bci.micro.vendor": "SUSE LLC",
            "com.suse.bci.micro.version": "15.4.14.1",
            "com.suse.eula": "sle-bci",
            "com.suse.image-type": "sle-bci",
            "com.suse.lifecycle-url": "https://www.suse.com/lifecycle",
            "com.suse.release-stage": "released",
            "com.suse.supportlevel": "techpreview",
            "org.openbuildservice.disturl": "obs://build.suse.de/SUSE:SLE-15-SP4:Update:CR/images/2e7d359928d70657eab890965b739ab5-micro-image",
            "org.opencontainers.image.created": "2022-11-10T15:39:19Z",
            "org.opencontainers.image.description": "A micro environment for containers based on the SLE Base Container Image.",
            "org.opencontainers.image.revision": "9c44ffd45840648c7880b0d7184d4ace78efc791",
            "org.opencontainers.image.source": "https://github.com/rancher/webhook.git",
            "org.opencontainers.image.title": "SLE BCI 15 SP4 Micro Container Image",
            "org.opencontainers.image.url": "https://github.com/rancher/webhook",
            "org.opencontainers.image.vendor": "SUSE LLC",
            "org.opencontainers.image.version": "15.4.14.1",
            "org.opensuse.reference": "registry.suse.com/bci/bci-micro:15.4.14.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 74700231,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/c70ad088ecf5bb83fe2ea63950ef80c58fd8d85bf38293168876f9ce0ee56a91/diff:/var/lib/docker/overlay2/f36728fd669ad8e9e2d8c09fb229ee8b3b7e37aa881ac5da7898db9aba913f64/diff",
            "MergedDir": "/var/lib/docker/overlay2/b8a41220e8624509ee5403127b690b837dcf09556a591603499a34406ee7f8ff/merged",
            "UpperDir": "/var/lib/docker/overlay2/b8a41220e8624509ee5403127b690b837dcf09556a591603499a34406ee7f8ff/diff",
            "WorkDir": "/var/lib/docker/overlay2/b8a41220e8624509ee5403127b690b837dcf09556a591603499a34406ee7f8ff/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:251f6cb0467bd465f137c396577a25e4df76f37580af9795f2344d86d6d0e08f",
            "sha256:6d861aef44c6753ff6230da1c8d191878dbf9056d20fbd656c5cc97e317fdeba",
            "sha256:165ba42502682a556aa7369807e2e98f683c2b97448ad9f544fad04b0e207097"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-28T19:12:47.298064709+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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