From 2f2d2bfb59e50de63d3600ee15c11f2ac1a621e7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 10 Apr 2026 16:33:50 +0200 Subject: [PATCH] [bitnami/clickhouse] Release 26.3.6-debian-12-r0 (#92368) Signed-off-by: Bitnami Bot --- bitnami/clickhouse/26/debian-12/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/clickhouse/26/debian-12/Dockerfile b/bitnami/clickhouse/26/debian-12/Dockerfile index 8ea22b828eb9..f9a54e865646 100644 --- a/bitnami/clickhouse/26/debian-12/Dockerfile +++ b/bitnami/clickhouse/26/debian-12/Dockerfile @@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-04-10T13:52:55Z" \ + org.opencontainers.image.created="2026-04-10T14:13:17Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/clickhouse/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/clickhouse" \ org.opencontainers.image.title="clickhouse" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="26.3.5" + org.opencontainers.image.version="26.3.6" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "clickhouse-26.3.5-1-linux-${OS_ARCH}-debian-12" \ + "clickhouse-26.3.6-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -47,9 +47,9 @@ RUN uninstall_packages curl COPY rootfs / RUN /opt/bitnami/scripts/clickhouse/postunpack.sh -ENV APP_VERSION="26.3.5" \ +ENV APP_VERSION="26.3.6" \ BITNAMI_APP_NAME="clickhouse" \ - IMAGE_REVISION="1" \ + IMAGE_REVISION="0" \ PATH="/opt/bitnami/clickhouse/bin:/opt/bitnami/common/bin:$PATH" \ clickhouseCTL_API="3"