ghcr.io/chaosblade-io/chaosblade-operator:1.7.3 linux/amd64

ghcr.io/chaosblade-io/chaosblade-operator:1.7.3 - 国内下载镜像源 浏览次数:15
源镜像 ghcr.io/chaosblade-io/chaosblade-operator:1.7.3
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/chaosblade-io/chaosblade-operator:1.7.3
镜像ID sha256:5391d0d56a25640dcdda06f1b1ab4a3b7bb21916b711c8786af9a4847bdd6201
镜像TAG 1.7.3
大小 149.35MB
镜像源 ghcr.io
CMD
启动入口 /usr/local/bin/entrypoint
工作目录
OS/平台 linux/amd64
浏览量 15 次
贡献者
镜像创建 2024-01-02T09:54:26.306053079Z
同步时间 2025-10-23 10:11
更新时间 2025-10-23 21:16
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci OPERATOR=/usr/local/bin/chaosblade-operator CHAOSBLADE_HOME=/opt/chaosblade
镜像标签
x86_64: architecture 2023-11-01T03:17:36: build-date ubi8-minimal-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: description public: distribution-scope 1.29.0: io.buildah.version The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: io.k8s.description Red Hat Universal Base Image 8 Minimal: io.k8s.display-name : io.openshift.expose-services minimal rhel8: io.openshift.tags Red Hat, Inc.: maintainer ubi8-minimal: name 1029: release Provides the latest release of the minimal Red Hat Universal Base Image 8.: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.9-1029: url 7e7670a8c8c9a3be83beaa2787f3703b404d4a1d: vcs-ref git: vcs-type Red Hat, Inc.: vendor 8.9: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/chaosblade-io/chaosblade-operator:1.7.3
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/chaosblade-io/chaosblade-operator:1.7.3  ghcr.io/chaosblade-io/chaosblade-operator:1.7.3

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/chaosblade-io/chaosblade-operator:1.7.3
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/chaosblade-io/chaosblade-operator:1.7.3  ghcr.io/chaosblade-io/chaosblade-operator:1.7.3

Shell快速替换命令

sed -i 's#ghcr.io/chaosblade-io/chaosblade-operator:1.7.3#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/chaosblade-io/chaosblade-operator:1.7.3#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/chaosblade-io/chaosblade-operator:1.7.3 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/chaosblade-io/chaosblade-operator:1.7.3  ghcr.io/chaosblade-io/chaosblade-operator:1.7.3'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/chaosblade-io/chaosblade-operator:1.7.3 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/chaosblade-io/chaosblade-operator:1.7.3  ghcr.io/chaosblade-io/chaosblade-operator:1.7.3'

镜像构建历史


# 2024-01-02 17:54:26  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/local/bin/entrypoint"]
                        
# 2024-01-02 17:54:26  533.00B 执行命令并创建新的镜像层
RUN /bin/sh -c /usr/local/bin/user_setup # buildkit
                        
# 2024-01-02 17:54:25  340.00B 执行命令并创建新的镜像层
RUN /bin/sh -c chmod 777  /usr/local/bin/user_setup # buildkit
                        
# 2024-01-02 17:54:25  732.00B 复制新文件或目录到容器中
COPY build/bin /usr/local/bin # buildkit
                        
# 2024-01-02 17:54:25  56.12MB 复制新文件或目录到容器中
COPY /usr/local/bin/chaosblade-operator /usr/local/bin/ # buildkit
                        
# 2024-01-02 17:54:25  0.00B 设置环境变量 OPERATOR CHAOSBLADE_HOME
ENV OPERATOR=/usr/local/bin/chaosblade-operator CHAOSBLADE_HOME=/opt/chaosblade
                        
# 2023-11-01 11:26:57  93.23MB 
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
                        
# 2023-11-01 11:26:56  0.00B 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2023-11-01 11:26:56  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/repo-3b08a.repo' '/etc/yum.repos.d/repo-4c95e.repo'
                        
# 2023-11-01 11:26:55  0.00B 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-11-01T03:17:36" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="7e7670a8c8c9a3be83beaa2787f3703b404d4a1d" "io.k8s.description"="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.9-1029"
                        
# 2023-11-01 11:26:55  0.00B 
/bin/sh -c #(nop) ADD file:b361c9d04ed3cbb92e69fd3858c1b12aecbd2de1bf55967db6159058c4a49e12 in /root/buildinfo/Dockerfile-ubi8-minimal-8.9-1029 
                        
# 2023-11-01 11:26:55  0.00B 
/bin/sh -c #(nop) ADD file:732950e4831bd3dbf3c279f66da444e65ecc2962a326463fc1748a7ef063d841 in /root/buildinfo/content_manifests/ubi8-minimal-container-8.9-1029.json 
                        
# 2023-11-01 11:26:55  0.00B 
/bin/sh -c #(nop) LABEL release=1029
                        
# 2023-11-01 11:26:55  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2023-11-01 11:26:54  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2023-11-01 11:26:54  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2023-11-01 11:26:54  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2023-11-01 11:26:54  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
                        
# 2023-11-01 11:26:54  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2023-11-01 11:26:54  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
                        
# 2023-11-01 11:26:54  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2023-11-01 11:26:54  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
                        
# 2023-11-01 11:26:54  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2023-11-01 11:26:54  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container"       name="ubi8-minimal"       version="8.9"
                        
# 2023-11-01 11:26:54  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2023-11-01 11:26:54  0.00B 
/bin/sh -c #(nop) ADD multi:1d8f8a6ff2fa00884e209245ce9248e4cee06aa7f27bdf4f90dc2edc3498c511 in /etc/yum.repos.d/ 
                        
# 2023-11-01 11:26:54  0.00B 
/bin/sh -c #(nop) ADD file:ecc29a1455ca1b7c82018555e16e2e802135974523df6748e431f8707e759ddd in /tmp/tls-ca-bundle.pem 
                        
# 2023-11-01 11:26:53  0.00B 
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
                        
# 2023-11-01 11:26:53  0.00B 
/bin/sh -c #(nop) ADD file:47589af4a3da87e21edebcff87ac699aa8818e369afb7b60c9a26f193942db3e in / 
                        
                    

镜像信息

{
    "Id": "sha256:5391d0d56a25640dcdda06f1b1ab4a3b7bb21916b711c8786af9a4847bdd6201",
    "RepoTags": [
        "ghcr.io/chaosblade-io/chaosblade-operator:1.7.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/chaosblade-io/chaosblade-operator:1.7.3"
    ],
    "RepoDigests": [
        "ghcr.io/chaosblade-io/chaosblade-operator@sha256:9a2812d598279f4bf2722fc53204cb4d21700c046ae891c84a19029e02db2b79",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/chaosblade-io/chaosblade-operator@sha256:9a2812d598279f4bf2722fc53204cb4d21700c046ae891c84a19029e02db2b79"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-01-02T09:54:26.306053079Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "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",
            "container=oci",
            "OPERATOR=/usr/local/bin/chaosblade-operator",
            "CHAOSBLADE_HOME=/opt/chaosblade"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/usr/local/bin/entrypoint"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2023-11-01T03:17:36",
            "com.redhat.component": "ubi8-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "distribution-scope": "public",
            "io.buildah.version": "1.29.0",
            "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "io.k8s.display-name": "Red Hat Universal Base Image 8 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel8",
            "maintainer": "Red Hat, Inc.",
            "name": "ubi8-minimal",
            "release": "1029",
            "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 8.",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.9-1029",
            "vcs-ref": "7e7670a8c8c9a3be83beaa2787f3703b404d4a1d",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8.9"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 149349593,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/6f956fd3009b1154c1d8a35e87e6b8000cee70926c1c3ccddf38567310971f44/diff:/var/lib/docker/overlay2/5b232227f9a5e18c378dc7984238185d6f428b5b889186fd4b0df7ef3a836b9a/diff:/var/lib/docker/overlay2/d77d34b12ccc178f3d47ca4b46b1eea5ae228be6798e7472a473e75c4354bec8/diff:/var/lib/docker/overlay2/be05410f314e37952c01137aa9d8746b42de77c47636909b96390bdc2797cfff/diff",
            "MergedDir": "/var/lib/docker/overlay2/264eb269b03699639dd2e05c3dd53056b3aae0f775c1ff7d372437aa8467b1dc/merged",
            "UpperDir": "/var/lib/docker/overlay2/264eb269b03699639dd2e05c3dd53056b3aae0f775c1ff7d372437aa8467b1dc/diff",
            "WorkDir": "/var/lib/docker/overlay2/264eb269b03699639dd2e05c3dd53056b3aae0f775c1ff7d372437aa8467b1dc/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:8f42ad26ccdae7ec04dac9501e3c011a88c8663559699974ecf1697999914f0d",
            "sha256:2d0f7cb8bd373606faf8e6f0d4920d62ac9a06d843b25985534a833189cbea87",
            "sha256:0b0949b2ce54b18768e54c2d3dbf7f6122e486c59c611bc5d741c93723294cef",
            "sha256:5a59bfa10561a2ddd001ca3c189300e06d6b362d9a217af9cbdbffa3ece1becb",
            "sha256:2a6205c35d8f4d27f0e6935fb02c984091d1bfa0fe3a0be10fe08d6c62fa9cd3"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-10-23T10:11:47.936979003+08:00"
    }
}

更多版本

ghcr.io/chaosblade-io/chaosblade-operator:1.7.3

linux/amd64 ghcr.io149.35MB2025-10-23 10:11
14

ghcr.io/chaosblade-io/chaosblade-operator:1.8.0

linux/amd64 ghcr.io155.52MB2025-10-23 10:26
14

ghcr.io/chaosblade-io/chaosblade-operator:1.7.5

linux/amd64 ghcr.io154.55MB2025-10-23 18:07
8