quay.io/strimzi/operator:0.45.0 linux/amd64

quay.io/strimzi/operator:0.45.0 - 国内下载镜像源 浏览次数:36
```html

这是一个Strimzi Kafka Operator的Docker镜像。Strimzi是一个用于在Kubernetes上运行和管理Apache Kafka的平台,而Operator是Strimzi的核心组件,负责在Kubernetes集群中自动化Kafka集群的部署、管理和扩展。

```
源镜像 quay.io/strimzi/operator:0.45.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/strimzi/operator:0.45.0
镜像ID sha256:8bf395328a530612ac1deef95a6a610a09e20fbf4f713a8b9f8ca6355b09454d
镜像TAG 0.45.0
大小 446.75MB
镜像源 quay.io
CMD /bin/bash
启动入口
工作目录 /opt/strimzi
OS/平台 linux/amd64
浏览量 36 次
贡献者
镜像创建 2025-02-10T13:55:04.069145696Z
同步时间 2025-03-20 17:22
更新时间 2025-04-03 20:22
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci JAVA_HOME=/usr/lib/jvm/jre-17 TINI_VERSION=v0.19.0 TINI_SHA256_AMD64=93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c TINI_SHA256_ARM64=07952557df20bfd2a95f9bef198b445e006171969499a1d361bd9e6f8e5e0e81 TINI_SHA256_PPC64LE=3f658420974768e40810001a038c29d003728c5fe86da211cff5059e48cfdfde TINI_SHA256_S390X=931b70a182af879ca249ae9de87ef68423121b38d235c78997fafc680ceab32d STRIMZI_VERSION=0.45.0 STRIMZI_HOME=/opt/strimzi
镜像标签
x86_64: architecture 2025-02-06T04:39:35Z: build-date ubi9-minimal-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms Operator image used by the cluster and entity operator components of the Strimzi Kafka Operator.: description public: distribution-scope 1.38.0-dev: 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 9 Minimal: io.k8s.display-name : io.openshift.expose-services minimal rhel9: io.openshift.tags Red Hat, Inc.: maintainer operator: name https://github.com/strimzi/strimzi-kafka-operator: org.opencontainers.image.source 0.45.0: release Operator image of the Strimzi Kafka Operator project.: summary https://www.redhat.com: url adfffabe9acacc27d15fc0ceb8e083254ca7b450: vcs-ref git: vcs-type Strimzi: vendor 0.45.0: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/strimzi/operator:0.45.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/strimzi/operator:0.45.0  quay.io/strimzi/operator:0.45.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/strimzi/operator:0.45.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/strimzi/operator:0.45.0  quay.io/strimzi/operator:0.45.0

Shell快速替换命令

sed -i 's#quay.io/strimzi/operator:0.45.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/strimzi/operator:0.45.0#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-02-10 21:55:04  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2025-02-10 21:55:04  80.82MB 复制新文件或目录到容器中
COPY tmp/lib/ lib/ # buildkit
                        
# 2025-02-10 21:55:03  22.61KB 复制新文件或目录到容器中
COPY scripts/ tmp/bin/ bin/ # buildkit
                        
# 2025-02-10 21:55:03  0.00B 设置工作目录为/opt/strimzi
WORKDIR /opt/strimzi
                        
# 2025-02-10 21:55:03  0.00B 执行命令并创建新的镜像层
RUN |1 strimzi_version=0.45.0 /bin/sh -c mkdir -p ${STRIMZI_HOME}/bin # buildkit
                        
# 2025-02-10 21:55:03  0.00B 设置环境变量 STRIMZI_HOME
ENV STRIMZI_HOME=/opt/strimzi
                        
# 2025-02-10 21:55:03  0.00B 设置环境变量 STRIMZI_VERSION
ENV STRIMZI_VERSION=0.45.0
                        
# 2025-02-10 21:55:03  0.00B 添加元数据标签
LABEL name=operator summary=Operator image of the Strimzi Kafka Operator project. description=Operator image used by the cluster and entity operator components of the Strimzi Kafka Operator.
                        
# 2025-02-10 21:55:03  0.00B 定义构建参数
ARG strimzi_version=1.0-SNAPSHOT
                        
# 2025-02-10 21:55:03  2.47KB 执行命令并创建新的镜像层
RUN /bin/sh -c useradd -r -m -u 1001 -g 0 strimzi # buildkit
                        
# 2025-02-10 21:55:03  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/strimzi/strimzi-kafka-operator
                        
# 2025-02-10 21:54:30  24.06KB 执行命令并创建新的镜像层
RUN |4 JAVA_VERSION=17 TARGETOS=linux TARGETARCH=amd64 strimzi_version=0.45.0 /bin/sh -c set -ex;     if [[ "${TARGETOS}/${TARGETARCH}" = "linux/ppc64le" ]]; then         curl -s -L https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-ppc64le -o /usr/bin/tini;         echo "${TINI_SHA256_PPC64LE} */usr/bin/tini" | sha256sum -c;         chmod +x /usr/bin/tini;     elif [[ "${TARGETOS}/${TARGETARCH}" = "linux/arm64" ]]; then         curl -s -L https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-arm64 -o /usr/bin/tini;         echo "${TINI_SHA256_ARM64} */usr/bin/tini" | sha256sum -c;         chmod +x /usr/bin/tini;     elif [[ "${TARGETOS}/${TARGETARCH}" = "linux/s390x" ]]; then         curl -s -L https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-s390x -o /usr/bin/tini;         echo "${TINI_SHA256_S390X} */usr/bin/tini" | sha256sum -c;         chmod +x /usr/bin/tini;     else         curl -s -L https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini -o /usr/bin/tini;         echo "${TINI_SHA256_AMD64} */usr/bin/tini" | sha256sum -c;         chmod +x /usr/bin/tini;     fi # buildkit
                        
# 2025-02-10 21:54:30  0.00B 设置环境变量 TINI_SHA256_S390X
ENV TINI_SHA256_S390X=931b70a182af879ca249ae9de87ef68423121b38d235c78997fafc680ceab32d
                        
# 2025-02-10 21:54:30  0.00B 设置环境变量 TINI_SHA256_PPC64LE
ENV TINI_SHA256_PPC64LE=3f658420974768e40810001a038c29d003728c5fe86da211cff5059e48cfdfde
                        
# 2025-02-10 21:54:30  0.00B 设置环境变量 TINI_SHA256_ARM64
ENV TINI_SHA256_ARM64=07952557df20bfd2a95f9bef198b445e006171969499a1d361bd9e6f8e5e0e81
                        
# 2025-02-10 21:54:30  0.00B 设置环境变量 TINI_SHA256_AMD64
ENV TINI_SHA256_AMD64=93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c
                        
# 2025-02-10 21:54:30  0.00B 设置环境变量 TINI_VERSION
ENV TINI_VERSION=v0.19.0
                        
# 2025-02-10 21:54:30  0.00B 设置环境变量 JAVA_HOME
ENV JAVA_HOME=/usr/lib/jvm/jre-17
                        
# 2025-02-10 21:54:30  265.73MB 执行命令并创建新的镜像层
RUN |4 JAVA_VERSION=17 TARGETOS=linux TARGETARCH=amd64 strimzi_version=0.45.0 /bin/sh -c microdnf update -y     && microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y java-${JAVA_VERSION}-openjdk-headless openssl shadow-utils     && microdnf reinstall -y tzdata     && microdnf clean all -y # buildkit
                        
# 2025-02-10 21:54:30  0.00B 指定运行容器时使用的用户
USER root
                        
# 2025-02-10 21:54:30  0.00B 添加元数据标签
LABEL name=base vendor=Strimzi version=0.45.0 release=0.45.0 summary=Base image of the Strimzi Kafka Operator project. description=Strimzi Kafka Operator base image, containing common utilities across all component images.
                        
# 2025-02-10 21:54:30  0.00B 定义构建参数
ARG strimzi_version
                        
# 2025-02-10 21:54:30  0.00B 定义构建参数
ARG TARGETARCH
                        
# 2025-02-10 21:54:30  0.00B 定义构建参数
ARG TARGETOS
                        
# 2025-02-10 21:54:30  0.00B 定义构建参数
ARG JAVA_VERSION=17
                        
# 2025-02-10 21:54:30  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/strimzi/strimzi-kafka-operator
                        
# 2025-02-06 12:44:15  939.00B 
/bin/sh
                        
# 2025-02-06 12:44:09  100.14MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-02-06T04:43:42" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="adfffabe9acacc27d15fc0ceb8e083254ca7b450" "build-date"="2025-02-06T04:39:35Z" "release"="1738816775"
                        
# 2025-02-06 12:44:09  0.00B 
/bin/sh -c . /cachi2/cachi2.env &&     rm -rf /var/log/*
                        
# 2025-02-06 12:44:09  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-02-06 12:44:09  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. 
                        
# 2025-02-06 12:44:09  0.00B 
/bin/sh -c #(nop) COPY dir:fc29285925cd626d62a818aff5b79af4bb61fc4890fdd703305a9455e4e11f19 in / 
                        
# 2025-02-06 12:44:08  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-02-06 12:44:08  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-02-06 12:44:08  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-02-06 12:44:08  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-02-06 12:44:08  0.00B 
/bin/sh -c #(nop) LABEL 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."
                        
# 2025-02-06 12:44:08  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."
                        
# 2025-02-06 12:44:08  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-02-06 12:44:08  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2025-02-06 12:44:08  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9-minimal"       version="9.5"       distribution-scope="public"
                        
# 2025-02-06 12:44:08  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2025-02-06 12:44:08  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-02-06 12:44:08  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:8bf395328a530612ac1deef95a6a610a09e20fbf4f713a8b9f8ca6355b09454d",
    "RepoTags": [
        "quay.io/strimzi/operator:0.45.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/strimzi/operator:0.45.0"
    ],
    "RepoDigests": [
        "quay.io/strimzi/operator@sha256:328829a67886159943a9d9f6a2e6ca1cfffadceea48eb53451395b7e795ec17e",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/strimzi/operator@sha256:ca3d6e3451669e4e3ce9148bdb72da4a78d9d8b76a1a0cd6e0a9290916e4bd64"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-02-10T13:55:04.069145696Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1001",
        "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",
            "JAVA_HOME=/usr/lib/jvm/jre-17",
            "TINI_VERSION=v0.19.0",
            "TINI_SHA256_AMD64=93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c",
            "TINI_SHA256_ARM64=07952557df20bfd2a95f9bef198b445e006171969499a1d361bd9e6f8e5e0e81",
            "TINI_SHA256_PPC64LE=3f658420974768e40810001a038c29d003728c5fe86da211cff5059e48cfdfde",
            "TINI_SHA256_S390X=931b70a182af879ca249ae9de87ef68423121b38d235c78997fafc680ceab32d",
            "STRIMZI_VERSION=0.45.0",
            "STRIMZI_HOME=/opt/strimzi"
        ],
        "Cmd": [
            "/bin/bash"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/opt/strimzi",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-02-06T04:39:35Z",
            "com.redhat.component": "ubi9-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "Operator image used by the cluster and entity operator components of the Strimzi Kafka Operator.",
            "distribution-scope": "public",
            "io.buildah.version": "1.38.0-dev",
            "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 9 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel9",
            "maintainer": "Red Hat, Inc.",
            "name": "operator",
            "org.opencontainers.image.source": "https://github.com/strimzi/strimzi-kafka-operator",
            "release": "0.45.0",
            "summary": "Operator image of the Strimzi Kafka Operator project.",
            "url": "https://www.redhat.com",
            "vcs-ref": "adfffabe9acacc27d15fc0ceb8e083254ca7b450",
            "vcs-type": "git",
            "vendor": "Strimzi",
            "version": "0.45.0"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 446745755,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/2be638c871f600bcca5198938697b1b462b47451e327cf592c6096e310655be0/diff:/var/lib/docker/overlay2/ef83cf3f29ea137b488ae80f050cff1cad3a23873ef4bf1b387a6d3cf85ce88d/diff:/var/lib/docker/overlay2/26ef680e44c223e4efdee74a55562287508199517bf00f1bd457775b1dd04b0b/diff:/var/lib/docker/overlay2/4e4597513679b106d70ac882f550953257213bdcb5166a4b8631caaf0dfc7dd0/diff:/var/lib/docker/overlay2/6e2d7b3da03cf68f1e7b8f77d0b8cbf24876a7f418cc70cc50e01236eb33ff35/diff:/var/lib/docker/overlay2/3d54384179a624fa075f26513c801ab83f6e1942b66e7f6ee50205a760538b53/diff:/var/lib/docker/overlay2/d733eab7865ca4ab50edb83d096645699e0646b41b8c0f0f3e2ac0aabb932396/diff:/var/lib/docker/overlay2/6500893da04f408d1ba0339e8b6d4591b1da4bbf22ca4615f536d30bf6fcb630/diff",
            "MergedDir": "/var/lib/docker/overlay2/e210877ebbc9e9a6d43612b7d742d493d008672e3b6b590c2085ca548f1eeb82/merged",
            "UpperDir": "/var/lib/docker/overlay2/e210877ebbc9e9a6d43612b7d742d493d008672e3b6b590c2085ca548f1eeb82/diff",
            "WorkDir": "/var/lib/docker/overlay2/e210877ebbc9e9a6d43612b7d742d493d008672e3b6b590c2085ca548f1eeb82/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f78d563114cad564510fe57424fa8f01903eb28721f5dd564d2605650391372e",
            "sha256:0a2281db0c787d2736209eba769e6ae4ba1576c4406518d37801af9cb9a3c52a",
            "sha256:0528117ece70688caf88e2fccfd8d48a6f9d79656cd0f833f527e71c3201c392",
            "sha256:e03b9f737e840152b0d48749cbf619e9fae0134f428073e89fcf3a6e47012832",
            "sha256:05b9c69ab1635869ab0129274bf7f818d73961d0716094817a1068c066dfe598",
            "sha256:ff2e818ef3b4ab93f6acae2e0aba4ff7fc277dc83d4c986d7e9b81a17b6f8761",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:9a4f18e10b7414239b798d96e4cc232234c106adde5734bb2ca8920d8d8c57a7",
            "sha256:2a353d1cb16a38a0ad4d9f7666263835e5f84092aba72a7ca16d1c2d7ce0a0bd"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-03-20T17:22:06.855516146+08:00"
    }
}

更多版本

quay.io/strimzi/operator:0.45.0

linux/amd64 quay.io446.75MB2025-03-20 17:22
35