kafka-connect (5.0.0-2d15ea1f0b)

Published 2025-11-10 20:07:25 +00:00 by forgeci

Installation

docker pull forge.sath.com/sath/kafka-connect:5.0.0-2d15ea1f0b
sha256:e5f95eb79fce7c8fc3b739dcac33794890bc54504f9b29e54a7e913786a86ba9

Image layers

LABEL maintainer="Red Hat, Inc."
LABEL vendor="Red Hat, Inc."
LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.6" distribution-scope="public"
LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
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."
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."
LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
LABEL io.openshift.expose-services=""
LABEL io.openshift.tags="minimal rhel9"
ENV container oci
COPY dir:e1f22eafd6489859288910ef7585f9d694693aa84a31ba9d54dea9e7a451abe6 in /
COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
CMD ["/bin/bash"]
COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json
COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /root/buildinfo/content_manifests/content-sets.json
LABEL "build-date"="2025-08-20T13:12:41" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="f4b088292653bbf5ca8188a5e59ffd06a8671d4b" "release"="1755695350"
ARG PROJECT_VERSION
ARG ARTIFACT_ID
LABEL io.confluent.docker.git.repo=confluentinc/common-docker
ARG GIT_COMMIT
LABEL io.confluent.docker.git.id=9d904a7
ARG BUILD_NUMBER=-1
LABEL io.confluent.docker.build.number=e3ad884c
LABEL maintainer=tools@confluent.io
LABEL vendor=Confluent
LABEL version=9d904a7
LABEL release=8.1.0-98
LABEL name=cp-base-java
LABEL summary=Common base image for new Confluent lightweight Docker images.
LABEL description=Common base image for Confluent lightweight Docker images.
LABEL io.confluent.docker=true
ENV LANG=C.UTF-8
ENV USE_LOG4J_2=True
|4 ARTIFACT_ID=cp-base-java BUILD_NUMBER=e3ad884c GIT_COMMIT=9d904a7 PROJECT_VERSION=8.1.0-98 /bin/sh -c printf "[temurin-jre] \nname=temurin-jre \nbaseurl=https://adoptium.jfrog.io/artifactory/rpm/rhel/\$releasever/\$basearch \nenabled=1 \ngpgcheck=1 \ngpgkey=https://adoptium.jfrog.io/artifactory/api/gpg/key/public \n" > /etc/yum.repos.d/adoptium.repo
|4 ARTIFACT_ID=cp-base-java BUILD_NUMBER=e3ad884c GIT_COMMIT=9d904a7 PROJECT_VERSION=8.1.0-98 /bin/sh -c echo "installing temurin-21-jre:${TEMURIN_JDK_VERSION}" && microdnf install -y temurin-21-jre${TEMURIN_JDK_VERSION} && microdnf install -y procps-ng${PROCPS_VERSION} && microdnf install -y crypto-policies-scripts${CRYPTO_POLICIES_SCRIPTS_VERSION} && microdnf install -y findutils${FINDUTILS_VERSION} && microdnf install -y hostname${HOSTNAME_VERSION} && microdnf clean all && useradd --no-log-init --create-home --shell /bin/bash appuser && mkdir -p /etc/confluent/docker /usr/logs && chown appuser:appuser -R /etc/confluent/ /usr/logs && mkdir /licenses && rm /etc/yum.repos.d/adoptium.repo # Remove temurin-jdk repo to reduce intermittent build failures
|4 ARTIFACT_ID=cp-base-java BUILD_NUMBER=e3ad884c GIT_COMMIT=9d904a7 PROJECT_VERSION=8.1.0-98 /bin/sh -c update-crypto-policies --set FIPS
COPY file:523989c1e6801324999e73c0098bab30eb8c255aacc5eabbff8ccb2b387a8c00 in /licenses
COPY file:25e18483cb00dfcc3137205109f648400c3f7e004528feecd8744dbd06b3020c in /usr/bin/package_dedupe
COPY file:accf94a2eefba7080e28fbc79ad3f276f4657f4367a15ad7500694ba1d8f3db7 in /usr/bin/ub
COPY --chown=appuser:appuser dir:eab7a46eb676fe7c09314d058f1c1b4929e0da109e118ae9012fcd744c802dbc in /usr/share/doc/cp-base-java/
COPY --chown=appuser:appuser multi:e406c933c02431933e74df753efeca7b13d08713e7deaf98bd4689b7e78e8ed1 in /usr/share/java/cp-base-java/
COPY --chown=appuser:appuser dir:724b15c36b797f212785d0e50b88b1c06e71499554701e783a20eeecf0160be4 in /etc/confluent/docker
COPY --chown=appuser:appuser dir:0e898e46a439faf76423171b6d71226d0dab1d5f0dd1654c67a61bfa4043337c in /etc/cp-base-java
|4 ARTIFACT_ID=cp-base-java BUILD_NUMBER=e3ad884c GIT_COMMIT=9d904a7 PROJECT_VERSION=8.1.0-98 /bin/sh -c ln -s /usr/share/java/${ARTIFACT_ID} /usr/share/java/cp-base-new
|4 ARTIFACT_ID=cp-base-java BUILD_NUMBER=e3ad884c GIT_COMMIT=9d904a7 PROJECT_VERSION=8.1.0-98 /bin/sh -c find / -perm /6000 -type f -exec chmod a-s {} \; || true
|4 ARTIFACT_ID=cp-base-java BUILD_NUMBER=e3ad884c GIT_COMMIT=9d904a7 PROJECT_VERSION=8.1.0-98 /bin/sh -c find / -perm /6000 -type f -exec chmod g-s {} \; || true
USER appuser
WORKDIR /home/appuser
ARG PROJECT_VERSION
ARG ARTIFACT_ID
ARG GIT_COMMIT
LABEL maintainer=partner-support@confluent.io
LABEL vendor=Confluent
LABEL version=2faff67
LABEL release=8.1.0-94
LABEL name=cp-kafka
LABEL summary=Confluent platform Kafka.
LABEL io.confluent.docker=true
LABEL io.confluent.docker.git.id=2faff67
ARG BUILD_NUMBER=-1
LABEL io.confluent.docker.build.number=bb6fa45b
LABEL io.confluent.docker.git.repo=confluentinc/kafka-images
ARG CONFLUENT_VERSION
ARG CONFLUENT_PACKAGES_REPO
ARG CONFLUENT_PLATFORM_LABEL
ARG KAFKA_ADVERTISED_LISTENERS
ENV KAFKA_ADVERTISED_LISTENERS=
ARG CLUSTER_ID
ENV CLUSTER_ID=
ENV COMPONENT=kafka
EXPOSE 9092
USER root
|6 ARTIFACT_ID=cp-kafka BUILD_NUMBER=bb6fa45b CONFLUENT_PACKAGES_REPO=https://staging-confluent-packages-654654529379-us-west-2.s3.us-west-2.amazonaws.com/rpm/8.1 CONFLUENT_VERSION=8.1.0 GIT_COMMIT=2faff67 PROJECT_VERSION=8.1.0-94 /bin/sh -c echo "===> Installing ${COMPONENT}..." && echo "===> Adding confluent repository...${CONFLUENT_PACKAGES_REPO}" && rpm --import ${CONFLUENT_PACKAGES_REPO}/archive.key && printf "[Confluent] \nname=Confluent repository \nbaseurl=${CONFLUENT_PACKAGES_REPO}/ \ngpgcheck=1 \ngpgkey=${CONFLUENT_PACKAGES_REPO}/archive.key \nenabled=1 " > /etc/yum.repos.d/confluent.repo && microdnf install -y confluent-kafka-${CONFLUENT_VERSION} && echo "===> clean up ..." && microdnf clean all && rm -rf /tmp/* /etc/yum.repos.d/confluent.repo && echo "===> Setting up ${COMPONENT} dirs" && mkdir -p /var/lib/${COMPONENT}/data /etc/${COMPONENT}/secrets && chown appuser:root -R /etc/kafka /var/log/kafka /var/log/confluent /var/lib/kafka /etc/${COMPONENT}/secrets /var/lib/${COMPONENT} /etc/${COMPONENT} && chmod -R ug+w /etc/kafka /var/log/kafka /var/log/confluent /var/lib/kafka /var/lib/${COMPONENT} /etc/${COMPONENT}/secrets /etc/${COMPONENT}
VOLUME [/var/lib/kafka/data /etc/kafka/secrets]
COPY --chown=appuser:appuser dir:87daf4b74035ff8cb936623f67db19c8b4cd044de6d944fedca95987cb9c29b1 in /etc/confluent/docker
USER appuser
CMD ["/etc/confluent/docker/run"]
ARG PROJECT_VERSION
ARG ARTIFACT_ID
ARG GIT_COMMIT
ARG CONFLUENT_PACKAGES_REPO
LABEL maintainer=partner-support@confluent.io
LABEL vendor=Confluent
LABEL version=2faff67
LABEL release=8.1.0-94
LABEL name=cp-kafka-connect-base
LABEL summary=The Kafka Connect Base image contains Kafka Connect and all of its dependencies. When started, it will run the Connect framework in distributed mode.
LABEL io.confluent.docker=true
LABEL io.confluent.docker.git.id=2faff67
ARG BUILD_NUMBER=-1
LABEL io.confluent.docker.build.number=bb6fa45b
LABEL io.confluent.docker.git.repo=confluentinc/kafka-images
ARG CONFLUENT_VERSION
ARG CONFLUENT_PACKAGES_REPO
ARG CONFLUENT_PLATFORM_LABEL
ENV COMPONENT=kafka-connect
EXPOSE 8083
USER root
|6 ARTIFACT_ID=cp-kafka-connect-base BUILD_NUMBER=bb6fa45b CONFLUENT_PACKAGES_REPO=https://staging-confluent-packages-654654529379-us-west-2.s3.us-west-2.amazonaws.com/rpm/8.1 CONFLUENT_VERSION=8.1.0 GIT_COMMIT=2faff67 PROJECT_VERSION=8.1.0-94 /bin/sh -c echo "===> Installing ${COMPONENT}..." && echo "===> Adding confluent repository...${CONFLUENT_PACKAGES_REPO}" && rpm --import ${CONFLUENT_PACKAGES_REPO}/archive.key && printf "[Confluent] \nname=Confluent repository \nbaseurl=${CONFLUENT_PACKAGES_REPO}/ \ngpgcheck=1 \ngpgkey=${CONFLUENT_PACKAGES_REPO}/archive.key \nenabled=1 " > /etc/yum.repos.d/confluent.repo && echo "===> Installing Schema Registry (for Avro jars) ..." && microdnf install -y confluent-schema-registry-${CONFLUENT_VERSION} && echo "===> Installing Confluent Hub client ..." && microdnf install -y confluent-hub-client-${CONFLUENT_VERSION} && echo "===> Cleaning up ..." && microdnf clean all && rm -rf /tmp/* /etc/yum.repos.d/confluent.repo && echo "===> Setting up ${COMPONENT} dirs ..." && mkdir -p /etc/${COMPONENT} /etc/${COMPONENT}/secrets /etc/${COMPONENT}/jars /usr/share/confluent-hub-components && chown appuser:root -R /etc/kafka /etc/${COMPONENT} /usr/logs /etc/schema-registry /usr/share/confluent-hub-components && chmod -R ug+w /etc/${COMPONENT} /etc/${COMPONENT}/secrets /etc/${COMPONENT}/jars /etc/schema-registry /usr/share/confluent-hub-components && cd /usr/share/java && package_dedupe $(pwd)
ENV CONNECT_PLUGIN_PATH=/usr/share/java/,/usr/share/confluent-hub-components/
VOLUME [/etc/kafka-connect/jars /etc/kafka-connect/secrets]
COPY --chown=appuser:appuser dir:7af719b1ce9ea2d99ba9ef29a7982ad78affa5b6101f1833e7ce3ea7bbf6299f in /etc/confluent/docker
USER appuser
CMD ["/etc/confluent/docker/run"]
HEALTHCHECK &{["CMD-SHELL" "/etc/confluent/docker/healthcheck.sh"] "5s" "10s" "2m0s" "0s" '`'}
LABEL maintainer=Sath <support@sath.com>
LABEL description=IDHub Kafka Connect
ENV CONNECT_PLUGIN_PATH:=/usr/share/java,/usr/share/confluent-hub-components
/bin/sh -c confluent-hub install --no-prompt mongodb/kafka-connect-mongodb:2.0.1
USER root
/bin/sh -c microdnf update -y && microdnf clean all && rm -rf /var/cache/yum
COPY file:1e0dc18752bd4c0da6ef0b103fa7c21d8e7f779a992132860f1f6ceff6b2c838 in /usr/local/bin/
COPY file:4b3cb5e82909b2f37c5c872dbc98a6c3f6e71748c2e3ace06ed2c5de7b7eb574 in /usr/local/bin/init.sh
/bin/sh -c chmod +x /usr/local/bin/init.sh
CMD ["bash" "-c" "/usr/local/bin/init.sh"]

Labels

Key Value
architecture x86_64
build-date 2025-08-20T13:12:41
com.redhat.component ubi9-minimal-container
com.redhat.license_terms https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
description IDHub Kafka Connect
distribution-scope public
io.buildah.version 1.40.1
io.confluent.docker true
io.confluent.docker.build.number bb6fa45b
io.confluent.docker.git.id 2faff67
io.confluent.docker.git.repo confluentinc/kafka-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 9 Minimal
io.openshift.expose-services
io.openshift.tags minimal rhel9
maintainer Sath <support@sath.com>
name cp-kafka-connect-base
release 8.1.0-94
summary The Kafka Connect Base image contains Kafka Connect and all of its dependencies. When started, it will run the Connect framework in distributed mode.
url https://catalog.redhat.com/en/search?searchType=containers
vcs-ref f4b088292653bbf5ca8188a5e59ffd06a8671d4b
vcs-type git
vendor Confluent
version 2faff67
Details
Container
2025-11-10 20:07:25 +00:00
0
OCI / Docker
linux/amd64
445 MiB
Versions (11) View all
5.0.0-e94a661ed8 2025-11-12
5.0.0-cve 2025-11-12
5.0.0-2d15ea1f0b 2025-11-10
5.0.0-cvs 2025-11-10
5.0.0-cf778bede9 2025-10-23