Skip to content

Commit db17414

Browse files
authored
[bitnami/clickhouse-keeper] Release 25.12.2-debian-12-r0 (#89314)
Signed-off-by: Bitnami Bot <[email protected]>
1 parent 10c40b9 commit db17414

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bitnami/clickhouse-keeper/25/debian-12/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
77
ARG TARGETARCH
88

99
LABEL 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

1818
ENV 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

4848
COPY rootfs /
4949
RUN /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" \

bitnami/clickhouse-keeper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ If you encountered a problem running this container, you can file an [issue](htt
300300

301301
## License
302302

303-
Copyright &copy; 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
303+
Copyright &copy; 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
304304

305305
Licensed under the Apache License, Version 2.0 (the "License");
306306
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)