@@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
77ARG TARGETARCH
88
99LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
10- org.opencontainers.image.created="2025-12-18T20:56:34Z " \
10+ org.opencontainers.image.created="2026-01-06T19:59:32Z " \
1111 org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1212 org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/clickhouse-keeper/README.md" \
1313 org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/clickhouse-keeper" \
1414 org.opencontainers.image.title="clickhouse-keeper" \
1515 org.opencontainers.image.vendor="Broadcom, Inc." \
16- org.opencontainers.image.version="25.12.1 "
16+ org.opencontainers.image.version="25.12.2 "
1717
1818ENV HOME="/" \
1919 OS_ARCH="${TARGETARCH:-amd64}" \
@@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
2828 DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
2929 mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
3030 COMPONENTS=( \
31- "clickhouse-keeper-25.12.1 -0-linux-${OS_ARCH}-debian-12" \
31+ "clickhouse-keeper-25.12.2 -0-linux-${OS_ARCH}-debian-12" \
3232 ) ; \
3333 for COMPONENT in "${COMPONENTS[@]}" ; do \
3434 if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -47,7 +47,7 @@ RUN uninstall_packages curl
4747
4848COPY rootfs /
4949RUN /opt/bitnami/scripts/clickhouse-keeper/postunpack.sh
50- ENV APP_VERSION="25.12.1 " \
50+ ENV APP_VERSION="25.12.2 " \
5151 BITNAMI_APP_NAME="clickhouse-keeper" \
5252 IMAGE_REVISION="0" \
5353 PATH="/opt/bitnami/clickhouse-keeper/bin:/opt/bitnami/common/bin:$PATH" \
0 commit comments