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

docker.io/rancher/rancher-webhook:v0.8.1 - 国内下载镜像源 浏览次数:23 安全受验证的发布者-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.8.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.8.1
镜像ID sha256:789816618be54af0cd6f99df7cceb2e2483318ddc387dbd25e61ab3f31a8f3b7
镜像TAG v0.8.1
大小 84.55MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD webhook
启动入口
工作目录
OS/平台 linux/amd64
浏览量 23 次
贡献者
镜像创建 2025-08-26T00:31:05.990240392Z
同步时间 2025-09-03 00:58
更新时间 2025-09-04 18:55
环境变量
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-08-13T10:46:11.907341814Z: 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.7: com.suse.bci.micro.name registry.suse.com/bci/bci-micro:15.7-46.7: 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.7: 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:0cffa22c4781b79b45cb22872b4da4160b01ca1230a476fd7f81b4fdd3714f23: org.opencontainers.image.base.digest registry.suse.com/bci/bci-base:15.7: org.opencontainers.image.base.name 2025-08-13T10:46:11.907341814Z: org.opencontainers.image.created A micro environment for containers based on the SLE Base Container Image.: org.opencontainers.image.description 15.7-46.7: 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.7: org.opencontainers.image.version registry.suse.com/bci/bci-micro:15.7-46.7: org.opensuse.reference

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


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

                        
# 2025-08-13 18:46:22  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-13 18:46:22  0.00B 
/bin/sh -c set -euo pipefail; rm -v /var/cache/ldconfig/aux-cache
                        
# 2025-08-13 18:46:22  0.00B 
/bin/sh -c set -euo pipefail; rm -v /var/lib/zypp/AutoInstalled
                        
# 2025-08-13 18:46:22  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2025-08-13 18:46:22  0.00B 
/bin/sh -c #(nop)  LABEL io.artifacthub.package.logo-url=https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg
                        
# 2025-08-13 18:46:22  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-13 18:46:22  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.base.digest=sha256:0cffa22c4781b79b45cb22872b4da4160b01ca1230a476fd7f81b4fdd3714f23
                        
# 2025-08-13 18:46:22  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.base.name=registry.suse.com/bci/bci-base:15.7
                        
# 2025-08-13 18:46:22  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.release-stage=released
                        
# 2025-08-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.release-stage=released
                        
# 2025-08-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
                        
# 2025-08-13 18:46:21  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-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.eula=sle-bci
                        
# 2025-08-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.eula=sle-bci
                        
# 2025-08-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.supportlevel.until=2031-07-31
                        
# 2025-08-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.until=2031-07-31
                        
# 2025-08-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.supportlevel=l3
                        
# 2025-08-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.supportlevel=l3
                        
# 2025-08-13 18:46:21  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-13 18:46:21  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-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL org.opensuse.reference=registry.suse.com/bci/bci-micro:15.7-46.7
                        
# 2025-08-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.reference=registry.suse.com/bci/bci-micro:15.7-46.7
                        
# 2025-08-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=15.7-46.7
                        
# 2025-08-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.name=15.7-46.7
                        
# 2025-08-13 18:46:21  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-13 18:46:21  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-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.vendor=SUSE LLC
                        
# 2025-08-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.vendor=SUSE LLC
                        
# 2025-08-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.created=2025-08-13T10:46:11.907341814Z
                        
# 2025-08-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.created=2025-08-13T10:46:11.907341814Z
                        
# 2025-08-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.url=https://www.suse.com/products/base-container-images/
                        
# 2025-08-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.url=https://www.suse.com/products/base-container-images/
                        
# 2025-08-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=15.7-46.7
                        
# 2025-08-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.version=15.7-46.7
                        
# 2025-08-13 18:46:21  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-13 18:46:21  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-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.title=SLE BCI 15 SP7 Micro
                        
# 2025-08-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.title=SLE BCI 15 SP7 Micro
                        
# 2025-08-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.authors=https://github.com/SUSE/bci/discussions
                        
# 2025-08-13 18:46:21  0.00B 
/bin/sh -c #(nop)  LABEL com.suse.bci.micro.authors=https://github.com/SUSE/bci/discussions
                        
# 2025-08-13 18:46:21  0.00B 
/bin/sh -c #(nop) COPY dir:343b2112e8039e1f71a4d9ecb2e446ddcdffb5ceb4618265c4f126aecd79c8ae in / 
                        
                    

镜像信息

{
    "Id": "sha256:789816618be54af0cd6f99df7cceb2e2483318ddc387dbd25e61ab3f31a8f3b7",
    "RepoTags": [
        "rancher/rancher-webhook:v0.8.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.8.1"
    ],
    "RepoDigests": [
        "rancher/rancher-webhook@sha256:f1f28bde7789625fd23818ace9a9b7fba8d6b1870a4cc905b2860a15dd7f19ca",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook@sha256:217b09e8ccd3b42375d994f5d551aaac8d471879ad04da90c1595a173952d501"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-08-26T00:31:05.990240392Z",
    "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-13T10:46:11.907341814Z",
            "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.7",
            "com.suse.bci.micro.reference": "registry.suse.com/bci/bci-micro:15.7-46.7",
            "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.7",
            "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:0cffa22c4781b79b45cb22872b4da4160b01ca1230a476fd7f81b4fdd3714f23",
            "org.opencontainers.image.base.name": "registry.suse.com/bci/bci-base:15.7",
            "org.opencontainers.image.created": "2025-08-13T10:46:11.907341814Z",
            "org.opencontainers.image.description": "A micro environment for containers based on the SLE Base Container Image.",
            "org.opencontainers.image.ref.name": "15.7-46.7",
            "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.7",
            "org.opensuse.reference": "registry.suse.com/bci/bci-micro:15.7-46.7"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 84552627,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/c02cd057f0fa916f10f099dad35b74c55c3bd8ed654fdf63af59a248474872ff/diff:/var/lib/docker/overlay2/f732b1094183973dfcc47595f9fa58d14b22c30552bef3808af7ee071cf7ab8d/diff",
            "MergedDir": "/var/lib/docker/overlay2/022d11b1219f032ca72d09b5e03e165382adb3a9c01ce700825d1da9d2530721/merged",
            "UpperDir": "/var/lib/docker/overlay2/022d11b1219f032ca72d09b5e03e165382adb3a9c01ce700825d1da9d2530721/diff",
            "WorkDir": "/var/lib/docker/overlay2/022d11b1219f032ca72d09b5e03e165382adb3a9c01ce700825d1da9d2530721/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:fbe4cb9c65984e0092c2e91e328f307336d6caa84d018be3ccf6a9c87de4b9a3",
            "sha256:33c1a1d2193153d82b98a21186e66b740cf46fcbed4a32536b41e7e7d32149e2",
            "sha256:98cba8081d81ac41a50a39a901b8b343d2be17734374625a9ddf3e5a5ba727c6"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-03T00:58:52.156156693+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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