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

docker.io/rancher/rancher-webhook:v0.5.3 - 国内下载镜像源 浏览次数:19 安全受验证的发布者-Rancher 温馨提示: 这是一个 linux/arm64 系统架构镜像
🔓
Rancher Webhook 是一个 Docker 镜像,用于在构建和部署应用程序时执行 webhook 任务。它基于 Go 语言开发,可以在 Rancher 中使用来自动化部署流程。
(Note: I've avoided adding any style information to the HTML tag)
源镜像 docker.io/rancher/rancher-webhook:v0.5.3
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.5.3-linuxarm64
镜像ID sha256:8d14acd3d3b474c56bbdef94477c9c06ed8584e7d7c8bc3c3a7678cc6e5859ce
镜像TAG v0.5.3-linuxarm64
大小 87.76MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD webhook
启动入口
工作目录
OS/平台 linux/arm64
浏览量 19 次
贡献者
镜像创建 2024-10-18T21:11:34.511929301Z
同步时间 2025-08-12 11:00
更新时间 2025-08-14 11:59
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
SUSE LLC (https://www.suse.com/): com.suse.bci.micro.authors 2024-10-18T10:46:01.687151920Z: 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/images/2d23e33a0ab8e0eeb92601df597ee7e8-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.27.3: com.suse.bci.micro.name registry.suse.com/bci/bci-micro:15.6.27.3: com.suse.bci.micro.reference released: com.suse.bci.micro.release-stage https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/2d23e33a0ab8e0eeb92601df597ee7e8/: com.suse.bci.micro.source l3: com.suse.bci.micro.supportlevel SLE BCI 15 SP6 Micro: com.suse.bci.micro.title https://www.suse.com/products/base-container-images/: com.suse.bci.micro.url SUSE LLC: com.suse.bci.micro.vendor 15.6.27.3: 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 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/2d23e33a0ab8e0eeb92601df597ee7e8//README.md: io.artifacthub.package.readme-url obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/2d23e33a0ab8e0eeb92601df597ee7e8-micro-image: org.openbuildservice.disturl SUSE LLC (https://www.suse.com/): org.opencontainers.image.authors 2024-10-18T10:46:01.687151920Z: org.opencontainers.image.created A micro environment for containers based on the SLE Base Container Image.: org.opencontainers.image.description 15.6.27.3: org.opencontainers.image.ref.name https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/2d23e33a0ab8e0eeb92601df597ee7e8/: 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.27.3: org.opencontainers.image.version registry.suse.com/bci/bci-micro:15.6.27.3: org.opensuse.reference

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-10-19 05:11:34  0.00B 设置默认要执行的命令
CMD ["webhook"]
                        
# 2024-10-19 05:11:34  0.00B 指定运行容器时使用的用户
USER webhook
                        
# 2024-10-19 05:11:34  59.97MB 复制新文件或目录到容器中
COPY bin/webhook /usr/bin/ # buildkit
                        
# 2024-10-19 05:11:34  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
                        
# 2024-10-19 05:11:34  0.00B 定义构建参数
ARG user=webhook
                        
# 2024-10-18 18:46:07  27.80MB 
KIWI 9.24.43
                        
                    

镜像信息

{
    "Id": "sha256:8d14acd3d3b474c56bbdef94477c9c06ed8584e7d7c8bc3c3a7678cc6e5859ce",
    "RepoTags": [
        "rancher/rancher-webhook:v0.5.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook:v0.5.3-linuxarm64"
    ],
    "RepoDigests": [
        "rancher/rancher-webhook@sha256:4118b05fedc892143e4f561c02321c3cb29266b73010bee4ab211b96b2aa0d1e",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/rancher-webhook@sha256:912b2e856f9f6a39c38b88050793cd9b70d41853c26d05d117747b3d45e7d17f"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-10-18T21:11:34.511929301Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "SUSE LLC \u003chttps://www.suse.com/\u003e",
    "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": "SUSE LLC (https://www.suse.com/)",
            "com.suse.bci.micro.created": "2024-10-18T10:46:01.687151920Z",
            "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/images/2d23e33a0ab8e0eeb92601df597ee7e8-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.27.3",
            "com.suse.bci.micro.reference": "registry.suse.com/bci/bci-micro:15.6.27.3",
            "com.suse.bci.micro.release-stage": "released",
            "com.suse.bci.micro.source": "https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/2d23e33a0ab8e0eeb92601df597ee7e8/",
            "com.suse.bci.micro.supportlevel": "l3",
            "com.suse.bci.micro.title": "SLE BCI 15 SP6 Micro",
            "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.27.3",
            "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",
            "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/2d23e33a0ab8e0eeb92601df597ee7e8//README.md",
            "org.openbuildservice.disturl": "obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/2d23e33a0ab8e0eeb92601df597ee7e8-micro-image",
            "org.opencontainers.image.authors": "SUSE LLC (https://www.suse.com/)",
            "org.opencontainers.image.created": "2024-10-18T10:46:01.687151920Z",
            "org.opencontainers.image.description": "A micro environment for containers based on the SLE Base Container Image.",
            "org.opencontainers.image.ref.name": "15.6.27.3",
            "org.opencontainers.image.source": "https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/2d23e33a0ab8e0eeb92601df597ee7e8/",
            "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.27.3",
            "org.opensuse.reference": "registry.suse.com/bci/bci-micro:15.6.27.3"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 87764600,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/56843228cdc24295bac673e14b1cca8f109219110da1974e545344284370772e/diff:/var/lib/docker/overlay2/524b364b7dd5d0326c097ce0e24a9a754d3b6bd3a28ff6723eddd2953fb20a64/diff",
            "MergedDir": "/var/lib/docker/overlay2/bbebd48aa1ba9f0a52aa25cc897d19d90f4d3a380a255be517f3361f6994d347/merged",
            "UpperDir": "/var/lib/docker/overlay2/bbebd48aa1ba9f0a52aa25cc897d19d90f4d3a380a255be517f3361f6994d347/diff",
            "WorkDir": "/var/lib/docker/overlay2/bbebd48aa1ba9f0a52aa25cc897d19d90f4d3a380a255be517f3361f6994d347/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:0824b8e79bdf2e11e1cf81c352e32fdc04aa7a74e412be85b1dd97565b95bae3",
            "sha256:6209ba9a49910112600808dfca7f46a886664e30b6ef3e64d15e171378ad5a7f",
            "sha256:b9b7f9fccbac630665bf4658c885d5f8374464a5ee1f4cade93e70d8f114e019"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-12T11:00:16.396399406+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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