[bitnami/zookeeper] Release 3.9.4-debian-12-r0 (#85647)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-08-30 00:48:10 +02:00 committed by GitHub
parent 90adc1535a
commit 6513e9159b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 27 deletions

View File

@ -6,15 +6,14 @@ FROM docker.io/bitnami/minideb:bookworm
ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-08-19T18:54:13Z" \
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-08-29T22:37:50Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/zookeeper/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/zookeeper" \
org.opencontainers.image.title="zookeeper" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="3.9.3"
org.opencontainers.image.version="3.9.4"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -32,7 +31,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
COMPONENTS=( \
"wait-for-port-1.0.10-0-linux-${OS_ARCH}-debian-12" \
"jre-11.0.28-12-0-linux-${OS_ARCH}-debian-12" \
"zookeeper-3.9.3-1-linux-${OS_ARCH}-debian-12" \
"zookeeper-3.9.4-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -52,9 +51,9 @@ RUN ln -s /opt/bitnami/scripts/zookeeper/run.sh /run.sh
COPY rootfs /
RUN /opt/bitnami/scripts/zookeeper/postunpack.sh
ENV APP_VERSION="3.9.3" \
ENV APP_VERSION="3.9.4" \
BITNAMI_APP_NAME="zookeeper" \
IMAGE_REVISION="22"
IMAGE_REVISION="0"
EXPOSE 2181 2888 3888 8080

View File

@ -1,20 +0,0 @@
{
"jre": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "11.0.28-12-0"
},
"wait-for-port": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "1.0.10-0"
},
"zookeeper": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "3.9.3-1"
}
}