@@ -8,15 +8,15 @@ ARG TARGETARCH
88
99LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
1010 org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
11- org.opencontainers.image.created="2025-02-28T11:47:29Z " \
11+ org.opencontainers.image.created="2025-03-13T13:44:42Z " \
1212 org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1313 org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/clickhouse/README.md" \
1414 org.opencontainers.image.licenses="Apache-2.0" \
15- org.opencontainers.image.ref.name="25.2.1 -debian-12-r0" \
15+ org.opencontainers.image.ref.name="25.2.2 -debian-12-r0" \
1616 org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/clickhouse" \
1717 org.opencontainers.image.title="clickhouse" \
1818 org.opencontainers.image.vendor="Broadcom, Inc." \
19- org.opencontainers.image.version="25.2.1 "
19+ org.opencontainers.image.version="25.2.2 "
2020
2121ENV HOME="/" \
2222 OS_ARCH="${TARGETARCH:-amd64}" \
@@ -29,7 +29,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
2929RUN install_packages ca-certificates curl procps xmlstarlet
3030RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
3131 COMPONENTS=( \
32- "clickhouse-25.2.1 -0-linux-${OS_ARCH}-debian-12" \
32+ "clickhouse-25.2.2 -0-linux-${OS_ARCH}-debian-12" \
3333 ) ; \
3434 for COMPONENT in "${COMPONENTS[@]}" ; do \
3535 if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -48,7 +48,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
4848
4949COPY rootfs /
5050RUN /opt/bitnami/scripts/clickhouse/postunpack.sh
51- ENV APP_VERSION="25.2.1 " \
51+ ENV APP_VERSION="25.2.2 " \
5252 BITNAMI_APP_NAME="clickhouse" \
5353 PATH="/opt/bitnami/clickhouse/bin:/opt/bitnami/common/bin:$PATH" \
5454 clickhouseCTL_API="3"
0 commit comments