Skip to content

Commit 6bc270f

Browse files
author
Bitnami Bot
authored
[bitnami/clickhouse] Release clickhouse-25.2.2-debian-12-r0 (#78712)
Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
1 parent 2d56c7d commit 6bc270f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

bitnami/clickhouse/25/debian-12/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ ARG TARGETARCH
88

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

2121
ENV HOME="/" \
2222
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -29,7 +29,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
2929
RUN install_packages ca-certificates curl procps xmlstarlet
3030
RUN 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

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

bitnami/clickhouse/25/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"arch": "amd64",
44
"distro": "debian-12",
55
"type": "NAMI",
6-
"version": "25.2.1-0"
6+
"version": "25.2.2-0"
77
}
88
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rolling-tags:
22
- "25"
33
- 25-debian-12
4-
- 25.2.1
4+
- 25.2.2
55
- latest

0 commit comments

Comments
 (0)