docker.io/confluentinc/cp-kafka-rest:7.6.1 linux/amd64

docker.io/confluentinc/cp-kafka-rest:7.6.1 - 国内下载镜像源 浏览次数:82

Kafka REST Proxy是Confluent Inc.开发的一个RESTful API,它使得您可以使用HTTP或HTTPS请求访问Kafka主题、分区和偏移量。这个镜像提供了Kafka REST Proxy的服务器端实现,可以用来创建一个RESTful API,用于与Kafka集群进行交互。

源镜像 docker.io/confluentinc/cp-kafka-rest:7.6.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-kafka-rest:7.6.1
镜像ID sha256:8fc3e7f52d948d5f852ede097183b7612bbe34018d923bc899d8cf6bed685418
镜像TAG 7.6.1
大小 1.85GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /etc/confluent/docker/run
启动入口
工作目录 /home/appuser
OS/平台 linux/amd64
浏览量 82 次
贡献者
镜像创建 2024-04-03T11:46:25.229766702Z
同步时间 2024-07-15 11:12
更新时间 2024-09-20 04:11
开放端口
8082/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci LANG=C.UTF-8 CUB_CLASSPATH="/usr/share/java/cp-base-new/*" COMPONENT=kafka-rest
镜像标签
x86_64: architecture 2024-03-27T02:10:48: 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 Common base image for Confluent's Docker images.: description public: distribution-scope 1.29.0: io.buildah.version true: io.confluent.docker 4: io.confluent.docker.build.number 7119454fb: io.confluent.docker.git.id confluentinc/kafka-rest-images: io.confluent.docker.git.repo 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 partner-support@confluent.io: maintainer cp-kafka-rest: name 7.6.1: release The Confluent REST Proxy provides a RESTful interface to a Kafka cluster, making it easy to produce and consume messages, view the state of the cluster, and perform administrative actions without using the native Kafka protocol or clients.: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.9-1161: url 7e7670a8c8c9a3be83beaa2787f3703b404d4a1d: vcs-ref git: vcs-type Confluent: vendor b97825f7: version

Docker拉取命令 无权限下载?点我修复

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-kafka-rest:7.6.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-kafka-rest:7.6.1  docker.io/confluentinc/cp-kafka-rest:7.6.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-kafka-rest:7.6.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-kafka-rest:7.6.1  docker.io/confluentinc/cp-kafka-rest:7.6.1

Shell快速替换命令

sed -i 's#confluentinc/cp-kafka-rest:7.6.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-kafka-rest:7.6.1#' deployment.yaml

镜像历史

大小 创建时间 层信息
0.00B 2024-04-03 19:46:25 /bin/sh -c #(nop) CMD ["/etc/confluent/docker/run"]
0.00B 2024-04-03 19:46:24 /bin/sh -c #(nop) USER appuser
7.89KB 2024-04-03 19:46:24 /bin/sh -c #(nop) COPY --chown=appuser:appuserdir:6e3aeeda8c287e6d63b0609ee46705abe3ec9614fd746986b4d94f4bb2456566 in /etc/confluent/docker
1.18GB 2024-04-03 19:46:13 |5 ARTIFACT_ID=cp-kafka-rest CONFLUENT_PACKAGES_REPO=https://staging-confluent-packages.s3.us-west-2.amazonaws.com/rpm/7.6 CONFLUENT_VERSION=7.6.1 GIT_COMMIT=b97825f7 PROJECT_VERSION=7.6.1 /bin/sh -c echo "===> Installing ${COMPONENT}..." && echo "===> Adding confluent repository...${CONFLUENT_PACKAGES_REPO}" && rpm --import ${CONFLUENT_PACKAGES_REPO}/archive.key && printf "[Confluent.dist] \nname=Confluent repository (dist) \nbaseurl=${CONFLUENT_PACKAGES_REPO}/7 \ngpgcheck=1 \ngpgkey=${CONFLUENT_PACKAGES_REPO}/archive.key \nenabled=1 \n\n[Confluent] \nname=Confluent repository \nbaseurl=${CONFLUENT_PACKAGES_REPO}/ \ngpgcheck=1 \ngpgkey=${CONFLUENT_PACKAGES_REPO}/archive.key \nenabled=1 " > /etc/yum.repos.d/confluent.repo && yum install -y confluent-${COMPONENT}-${CONFLUENT_VERSION} confluent-control-center-${CONFLUENT_VERSION} confluent-telemetry-${CONFLUENT_VERSION} confluent-security-${CONFLUENT_VERSION} && echo "===> clean up ..." && yum clean all && rm -rf /tmp/* /etc/yum.repos.d/confluent.repo && echo "===> Setting up ${COMPONENT} dirs" && chown appuser:root -R /etc/${COMPONENT} && chmod -R ug+w /etc/${COMPONENT}
0.00B 2024-04-03 19:44:15 /bin/sh -c #(nop) USER root
0.00B 2024-04-03 19:44:14 /bin/sh -c #(nop) EXPOSE 8082
0.00B 2024-04-03 19:44:14 /bin/sh -c #(nop) ENV COMPONENT=kafka-rest
0.00B 2024-04-03 19:44:14 /bin/sh -c #(nop) LABEL io.confluent.docker.git.repo=confluentinc/kafka-rest-images
0.00B 2024-04-03 19:44:14 /bin/sh -c #(nop) LABEL summary=The Confluent REST Proxy provides a RESTful interface to a Kafka cluster, making it easy to produce and consume messages, view the state of the cluster, and perform administrative actions without using the native Kafka protocol or clients.
0.00B 2024-04-03 19:44:13 /bin/sh -c #(nop) LABEL name=cp-kafka-rest
0.00B 2024-04-03 19:44:13 /bin/sh -c #(nop) LABEL release=7.6.1
0.00B 2024-04-03 19:44:13 /bin/sh -c #(nop) LABEL version=b97825f7
0.00B 2024-04-03 19:44:13 /bin/sh -c #(nop) LABEL vendor=Confluent
0.00B 2024-04-03 19:44:12 /bin/sh -c #(nop) LABEL maintainer=partner-support@confluent.io
0.00B 2024-04-03 19:44:12 /bin/sh -c #(nop) ARG CONFLUENT_PLATFORM_LABEL
0.00B 2024-04-03 19:44:12 /bin/sh -c #(nop) ARG CONFLUENT_PACKAGES_REPO
0.00B 2024-04-03 19:44:11 /bin/sh -c #(nop) ARG CONFLUENT_VERSION
0.00B 2024-04-03 19:44:11 /bin/sh -c #(nop) ARG GIT_COMMIT
0.00B 2024-04-03 19:44:11 /bin/sh -c #(nop) ARG ARTIFACT_ID
0.00B 2024-04-03 19:44:11 /bin/sh -c #(nop) ARG PROJECT_VERSION
0.00B 2024-04-03 18:42:59 /bin/sh -c #(nop) WORKDIR /home/appuser
0.00B 2024-04-03 18:42:58 /bin/sh -c #(nop) USER appuser
30.00B 2024-04-03 18:42:58 /bin/sh -c #(nop) COPY file:5dcc52d37b3da1ad039174791ef9704f68b5e5e9b21d5f967fdf5d39632107ce in /licenses
0.00B 2024-04-03 18:42:58 |22 ARTIFACT_ID=cp-base-new BUILD_NUMBER=4 CURL_VERSION=-7.61.1-33.el8_9.5 GIT_COMMIT=7119454fb GLIBC_VERSION=-2.28-236.el8_9.12 HOSTNAME_VERSION=-3.20-6.el8 IPUTILS_VERSION=-20180629-11.el8 KRB5_WORKSTATION_VERSION=-1.18.2-26.el8_9 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-1.1.1k-12.el8_9 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.6.1 PYTHON39_VERSION=-3.9.18-1.module+el8.9.0+20024+793d7211 PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.75 PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=v0.0.75 PYTHON_PIP_VERSION=-20.* PYTHON_SETUPTOOLS_VERSION===67.8.0 SKIP_SECURITY_UPDATE_CHECK=false TAR_VERSION=-1.30-9.el8 WGET_VERSION=-1.19.5-11.el8 XZ_LIBS_VERSION=-5.2.4-4.el8_6 ZULU_OPENJDK_VERSION=-11.0.22-1 /bin/sh -c mkdir /licenses
1.31KB 2024-04-03 18:42:57 /bin/sh -c #(nop) COPY --chown=appuser:appuserdir:f980181285d9b4e329845c58c9ea727dabbc3d0931854cd78028c0ed7e4b6d43 in /etc/cp-base-new
1.90KB 2024-04-03 18:42:56 /bin/sh -c #(nop) COPY --chown=appuser:appuserdir:724b15c36b797f212785d0e50b88b1c06e71499554701e783a20eeecf0160be4 in /etc/confluent/docker
42.19MB 2024-04-03 18:42:55 /bin/sh -c #(nop) COPY --chown=appuser:appusermulti:02f5b76252c00fe37b171fa709896c4a9b3eec60449d93172c5886d1a9ea8063 in /usr/share/java/cp-base-new/
355.06KB 2024-04-03 18:42:49 /bin/sh -c #(nop) COPY --chown=appuser:appuserdir:873f0929cfacf5a2aaa8bf29449559c818c004df319de3bc4c2d1059b67bc90d in /usr/share/doc/cp-base-new/
10.25MB 2024-04-03 18:42:48 |22 ARTIFACT_ID=cp-base-new BUILD_NUMBER=4 CURL_VERSION=-7.61.1-33.el8_9.5 GIT_COMMIT=7119454fb GLIBC_VERSION=-2.28-236.el8_9.12 HOSTNAME_VERSION=-3.20-6.el8 IPUTILS_VERSION=-20180629-11.el8 KRB5_WORKSTATION_VERSION=-1.18.2-26.el8_9 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-1.1.1k-12.el8_9 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.6.1 PYTHON39_VERSION=-3.9.18-1.module+el8.9.0+20024+793d7211 PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.75 PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=v0.0.75 PYTHON_PIP_VERSION=-20.* PYTHON_SETUPTOOLS_VERSION===67.8.0 SKIP_SECURITY_UPDATE_CHECK=false TAR_VERSION=-1.30-9.el8 WGET_VERSION=-1.19.5-11.el8 XZ_LIBS_VERSION=-5.2.4-4.el8_6 ZULU_OPENJDK_VERSION=-11.0.22-1 /bin/sh -c yum --disablerepo="zulu-openjdk" check-update || "${SKIP_SECURITY_UPDATE_CHECK}"
0.00B 2024-04-03 18:42:45 /bin/sh -c #(nop) ARG SKIP_SECURITY_UPDATE_CHECK=false
521.48MB 2024-04-03 18:42:40 |21 ARTIFACT_ID=cp-base-new BUILD_NUMBER=4 CURL_VERSION=-7.61.1-33.el8_9.5 GIT_COMMIT=7119454fb GLIBC_VERSION=-2.28-236.el8_9.12 HOSTNAME_VERSION=-3.20-6.el8 IPUTILS_VERSION=-20180629-11.el8 KRB5_WORKSTATION_VERSION=-1.18.2-26.el8_9 NETCAT_VERSION=-7.92-1.el8 OPENSSL_VERSION=-1.1.1k-12.el8_9 PROCPS_VERSION=-3.3.15-14.el8 PROJECT_VERSION=7.6.1 PYTHON39_VERSION=-3.9.18-1.module+el8.9.0+20024+793d7211 PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.75 PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=v0.0.75 PYTHON_PIP_VERSION=-20.* PYTHON_SETUPTOOLS_VERSION===67.8.0 TAR_VERSION=-1.30-9.el8 WGET_VERSION=-1.19.5-11.el8 XZ_LIBS_VERSION=-5.2.4-4.el8_6 ZULU_OPENJDK_VERSION=-11.0.22-1 /bin/sh -c microdnf --nodocs install yum && rpm --import https://www.azul.com/files/0xB1998361219BD9C9.txt && yum --nodocs -y install https://cdn.azul.com/zulu/bin/zulu-repo-1.0.0-1.noarch.rpm && yum --nodocs update -y && yum --nodocs install -y --setopt=install_weak_deps=False git "openssl${OPENSSL_VERSION}" "wget${WGET_VERSION}" "nmap-ncat${NETCAT_VERSION}" "python39${PYTHON39_VERSION}" "python39-pip${PYTHON_PIP_VERSION}" "tar${TAR_VERSION}" "procps-ng${PROCPS_VERSION}" "krb5-workstation${KRB5_WORKSTATION_VERSION}" "iputils${IPUTILS_VERSION}" "hostname${HOSTNAME_VERSION}" "xz-libs${XZ_LIBS_VERSION}" "glibc${GLIBC_VERSION}" "glibc-common${GLIBC_VERSION}" "glibc-minimal-langpack${GLIBC_VERSION}" "curl${CURL_VERSION}" "libcurl${CURL_VERSION}" "zulu11-ca-jdk-headless${ZULU_OPENJDK_VERSION}" "zulu11-ca-jre-headless${ZULU_OPENJDK_VERSION}" && alternatives --set python /usr/bin/python3 && python3 -m pip install --upgrade "setuptools${PYTHON_SETUPTOOLS_VERSION}" && python3 -m pip install --prefer-binary --prefix=/usr/local --upgrade "${PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC}" && yum remove -y git && yum clean all && rm -rf /tmp/* && mkdir -p /etc/confluent/docker /usr/logs && useradd --no-log-init --create-home --shell /bin/bash appuser && chown appuser:appuser -R /etc/confluent/ /usr/logs
0.00B 2024-04-03 18:41:42 /bin/sh -c #(nop) ARG PYTHON_CONFLUENT_DOCKER_UTILS_INSTALL_SPEC=git+https://github.com/confluentinc/confluent-docker-utils@v0.0.75
0.00B 2024-04-03 18:41:42 /bin/sh -c #(nop) ARG PYTHON_CONFLUENT_DOCKER_UTILS_VERSION=master
0.00B 2024-04-03 18:41:41 /bin/sh -c #(nop) ARG PYTHON_SETUPTOOLS_VERSION=
0.00B 2024-04-03 18:41:41 /bin/sh -c #(nop) ARG PYTHON_PIP_VERSION=
0.00B 2024-04-03 18:41:40 /bin/sh -c #(nop) ARG ZULU_OPENJDK_VERSION=
0.00B 2024-04-03 18:41:39 /bin/sh -c #(nop) ARG CURL_VERSION=
0.00B 2024-04-03 18:41:39 /bin/sh -c #(nop) ARG GLIBC_VERSION=
0.00B 2024-04-03 18:41:39 /bin/sh -c #(nop) ARG XZ_LIBS_VERSION=
0.00B 2024-04-03 18:41:39 /bin/sh -c #(nop) ARG HOSTNAME_VERSION=
0.00B 2024-04-03 18:41:38 /bin/sh -c #(nop) ARG IPUTILS_VERSION=
0.00B 2024-04-03 18:41:38 /bin/sh -c #(nop) ARG KRB5_WORKSTATION_VERSION=
0.00B 2024-04-03 18:41:38 /bin/sh -c #(nop) ARG PROCPS_VERSION=
0.00B 2024-04-03 18:41:37 /bin/sh -c #(nop) ARG TAR_VERSION=
0.00B 2024-04-03 18:41:37 /bin/sh -c #(nop) ARG PYTHON39_VERSION=
0.00B 2024-04-03 18:41:37 /bin/sh -c #(nop) ARG NETCAT_VERSION=
0.00B 2024-04-03 18:41:37 /bin/sh -c #(nop) ARG WGET_VERSION=
0.00B 2024-04-03 18:41:36 /bin/sh -c #(nop) ARG OPENSSL_VERSION=
0.00B 2024-04-03 18:41:36 /bin/sh -c #(nop) ENV CUB_CLASSPATH="/usr/share/java/cp-base-new/*"
0.00B 2024-04-03 18:41:36 /bin/sh -c #(nop) ENV LANG=C.UTF-8
0.00B 2024-04-03 18:41:36 /bin/sh -c #(nop) LABEL io.confluent.docker=true
0.00B 2024-04-03 18:41:35 /bin/sh -c #(nop) LABEL description=Common base image for Confluent's Docker images.
0.00B 2024-04-03 18:41:35 /bin/sh -c #(nop) LABEL summary=Common base image for Confluent's Docker images.
0.00B 2024-04-03 18:41:35 /bin/sh -c #(nop) LABEL name=cp-base-new
0.00B 2024-04-03 18:41:35 /bin/sh -c #(nop) LABEL release=7.6.1
0.00B 2024-04-03 18:41:34 /bin/sh -c #(nop) LABEL version=7119454fb
0.00B 2024-04-03 18:41:34 /bin/sh -c #(nop) LABEL vendor=Confluent
0.00B 2024-04-03 18:41:34 /bin/sh -c #(nop) LABEL maintainer=tools@confluent.io
0.00B 2024-04-03 18:41:33 /bin/sh -c #(nop) LABEL io.confluent.docker.build.number=4
0.00B 2024-04-03 18:41:33 /bin/sh -c #(nop) ARG BUILD_NUMBER=-1
0.00B 2024-04-03 18:41:33 /bin/sh -c #(nop) LABEL io.confluent.docker.git.id=7119454fb
0.00B 2024-04-03 18:41:33 /bin/sh -c #(nop) ARG GIT_COMMIT
0.00B 2024-04-03 18:41:32 /bin/sh -c #(nop) LABEL io.confluent.docker.git.repo=confluentinc/common-docker
0.00B 2024-04-03 18:41:32 /bin/sh -c #(nop) ARG ARTIFACT_ID
0.00B 2024-04-03 18:41:32 /bin/sh -c #(nop) ARG PROJECT_VERSION
92.36MB 2024-03-27 10:22:37 /bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
0.00B 2024-03-27 10:22:35 /bin/sh -c rm -f /tmp/tls-ca-bundle.pem
0.00B 2024-03-27 10:22:35 /bin/sh -c rm -f '/etc/yum.repos.d/repo-92821.repo' '/etc/yum.repos.d/repo-1876c.repo'
0.00B 2024-03-27 10:22:34 /bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2024-03-27T02:10:48" "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-1161"
0.00B 2024-03-27 10:22:34 /bin/sh -c #(nop) ADD file:d804511757411e79b6c0386103538245cf9968ea1ba311c66c59a9cd5bc39ea7 in /root/buildinfo/Dockerfile-ubi8-minimal-8.9-1161
0.00B 2024-03-27 10:22:34 /bin/sh -c #(nop) ADD file:1118ec7f864d2e2c1b6c66eabed90396af13f230921e05643064fb7390bcc479 in /root/buildinfo/content_manifests/ubi8-minimal-container-8.9-1161.json
0.00B 2024-03-27 10:22:34 /bin/sh -c #(nop) LABEL release=1161
0.00B 2024-03-27 10:22:34 /bin/sh -c rm -rf /var/log/*
0.00B 2024-03-27 10:22:33 /bin/sh -c #(nop) CMD ["/bin/bash"]
0.00B 2024-03-27 10:22:33 /bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0.00B 2024-03-27 10:22:33 /bin/sh -c #(nop) ENV container oci
0.00B 2024-03-27 10:22:33 /bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
0.00B 2024-03-27 10:22:33 /bin/sh -c #(nop) LABEL io.openshift.expose-services=""
0.00B 2024-03-27 10:22:33 /bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
0.00B 2024-03-27 10:22:33 /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."
0.00B 2024-03-27 10:22:33 /bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
0.00B 2024-03-27 10:22:33 /bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
0.00B 2024-03-27 10:22:33 /bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container" name="ubi8-minimal" version="8.9"
0.00B 2024-03-27 10:22:33 /bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
0.00B 2024-03-27 10:22:33 /bin/sh -c #(nop) ADD multi:8d9f0a1a40be53261a5af974e166478a8bff2424b1408baed1f59ea95b0e5a35 in /etc/yum.repos.d/
0.00B 2024-03-27 10:22:33 /bin/sh -c #(nop) ADD file:5b1f650e1376d79fa3a65df4a154ea5166def95154b52c1c1097dfd8fc7d58eb in /tmp/tls-ca-bundle.pem
0.00B 2024-03-27 10:22:33 /bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
0.00B 2024-03-27 10:22:32 /bin/sh -c #(nop) ADD file:95eb79941a03d83910cc9acb8e3e38d22b90990089e0cb77bcaed3a5dd8644cd in /

镜像信息

{
    "Id": "sha256:8fc3e7f52d948d5f852ede097183b7612bbe34018d923bc899d8cf6bed685418",
    "RepoTags": [
        "confluentinc/cp-kafka-rest:7.6.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-kafka-rest:7.6.1"
    ],
    "RepoDigests": [
        "confluentinc/cp-kafka-rest@sha256:008d06390c052eedf90ceebe4af562c2d16f75c0ead2babcc146ff60d31b62cb",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/confluentinc/cp-kafka-rest@sha256:954d18d6d3ea538a712dab8ec92d866511dca2a6c7dee473298e2be826b0d696"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2024-04-03T11:46:25.229766702Z",
    "Container": "052e09113c40e20e1fcecadbb5b776237020759f3d01b630536417f8eeea640d",
    "ContainerConfig": {
        "Hostname": "052e09113c40",
        "Domainname": "",
        "User": "appuser",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8082/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "LANG=C.UTF-8",
            "CUB_CLASSPATH=\"/usr/share/java/cp-base-new/*\"",
            "COMPONENT=kafka-rest"
        ],
        "Cmd": [
            "/bin/sh",
            "-c",
            "#(nop) ",
            "CMD [\"/etc/confluent/docker/run\"]"
        ],
        "Image": "sha256:8f7b3ad3f91d0b7a5d399c401d6d4477544c5d3318ab84778cbc95c3cfbae9e4",
        "Volumes": null,
        "WorkingDir": "/home/appuser",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2024-03-27T02:10:48",
            "com.redhat.component": "ubi8-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "Common base image for Confluent's Docker images.",
            "distribution-scope": "public",
            "io.buildah.version": "1.29.0",
            "io.confluent.docker": "true",
            "io.confluent.docker.build.number": "4",
            "io.confluent.docker.git.id": "7119454fb",
            "io.confluent.docker.git.repo": "confluentinc/kafka-rest-images",
            "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": "partner-support@confluent.io",
            "name": "cp-kafka-rest",
            "release": "7.6.1",
            "summary": "The Confluent REST Proxy provides a RESTful interface to a Kafka cluster, making it easy to produce and consume messages, view the state of the cluster, and perform administrative actions without using the native Kafka protocol or clients.",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.9-1161",
            "vcs-ref": "7e7670a8c8c9a3be83beaa2787f3703b404d4a1d",
            "vcs-type": "git",
            "vendor": "Confluent",
            "version": "b97825f7"
        }
    },
    "DockerVersion": "23.0.1",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "appuser",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8082/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "LANG=C.UTF-8",
            "CUB_CLASSPATH=\"/usr/share/java/cp-base-new/*\"",
            "COMPONENT=kafka-rest"
        ],
        "Cmd": [
            "/etc/confluent/docker/run"
        ],
        "Image": "sha256:8f7b3ad3f91d0b7a5d399c401d6d4477544c5d3318ab84778cbc95c3cfbae9e4",
        "Volumes": null,
        "WorkingDir": "/home/appuser",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2024-03-27T02:10:48",
            "com.redhat.component": "ubi8-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "Common base image for Confluent's Docker images.",
            "distribution-scope": "public",
            "io.buildah.version": "1.29.0",
            "io.confluent.docker": "true",
            "io.confluent.docker.build.number": "4",
            "io.confluent.docker.git.id": "7119454fb",
            "io.confluent.docker.git.repo": "confluentinc/kafka-rest-images",
            "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": "partner-support@confluent.io",
            "name": "cp-kafka-rest",
            "release": "7.6.1",
            "summary": "The Confluent REST Proxy provides a RESTful interface to a Kafka cluster, making it easy to produce and consume messages, view the state of the cluster, and perform administrative actions without using the native Kafka protocol or clients.",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.9-1161",
            "vcs-ref": "7e7670a8c8c9a3be83beaa2787f3703b404d4a1d",
            "vcs-type": "git",
            "vendor": "Confluent",
            "version": "b97825f7"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1851531896,
    "VirtualSize": 1851531896,
    "GraphDriver": {
        "Data": {
            "RootDir": "/var/lib/docker/overlay/627f9de6ac800e81c8419a4210597c22fb8d363f29293089e6e998626376d1f3/root"
        },
        "Name": "overlay"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:932e25b7e78c2e8cc5c190c7c0b88707f09b9864f107775b1b0ddfdebb097588",
            "sha256:4458ce3ae94ef9d835d3e9c320c67cfb1b2fe6314efad74589c45f0d4d191545",
            "sha256:403fec177f76df25287ede2fe29829a8b1f757694d35236f337ff18210d67146",
            "sha256:0146893c08522556c059c7ea20269ad92564423f59363ba510337de48eb672eb",
            "sha256:d53b79b757e83ebb6a0d747c6adfed68abd024ba483eb82899b010898938d71f",
            "sha256:1c5b738bead0e993bcc6bc848e0fb76e2f977a034fafc5d2e77ddbc63061aeed",
            "sha256:189442510960055ecaf2cb8b4739ba5eacf8258591b104b534d2889dedd4be7d",
            "sha256:e31428e86dd2f621f230e023a4b4ff7ed1c86eab0c4a615315f0b208968410da",
            "sha256:79d847bdde1e899537938d57851cabe3d3aab3efe85bbb61c2af62711e325417",
            "sha256:556c1f79fe84c3a5bb1e52dd5b72164763b9797211510f6a5cb0a598899f0a4e",
            "sha256:132392dc8635b1e62d771f01847326c7c0e5903a4a607215668d24f4321a4af2"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-07-15T11:09:34.355779096+08:00"
    }
}

更多版本