From 82e68d17e9703d13eb37e6c40fd0b3de12e9abfd Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 15 Dec 2022 21:17:45 +0100 Subject: [PATCH] [bitnami/clickhouse] Release 22.12.1-debian-11-r0 (#16959) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/clickhouse/22/debian-11/Dockerfile | 8 ++++---- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/clickhouse/22/debian-11/tags-info.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/clickhouse/22/debian-11/Dockerfile b/bitnami/clickhouse/22/debian-11/Dockerfile index f584046f41d6..23b8052a69c0 100644 --- a/bitnami/clickhouse/22/debian-11/Dockerfile +++ b/bitnami/clickhouse/22/debian-11/Dockerfile @@ -4,11 +4,11 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="22.11.2-debian-11-r3" \ + org.opencontainers.image.ref.name="22.12.1-debian-11-r0" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/clickhouse" \ org.opencontainers.image.title="clickhouse" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="22.11.2" + org.opencontainers.image.version="22.12.1" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -22,7 +22,7 @@ RUN install_packages ca-certificates curl procps xmlstarlet RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ "gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \ - "clickhouse-22.11.2-0-linux-${OS_ARCH}-debian-11" \ + "clickhouse-22.12.1-0-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -40,7 +40,7 @@ RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/clickhouse/postunpack.sh -ENV APP_VERSION="22.11.2" \ +ENV APP_VERSION="22.12.1" \ BITNAMI_APP_NAME="clickhouse" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/clickhouse/bin:$PATH" \ clickhouseCTL_API="3" diff --git a/bitnami/clickhouse/22/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/clickhouse/22/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index e6a39b275a33..10be0db98bc8 100644 --- a/bitnami/clickhouse/22/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/clickhouse/22/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,10 +1,10 @@ { "clickhouse": { "arch": "amd64", - "digest": "31c950f77083845bb72c9f6352cf03997e07eb443dacc006592e47aa439e9054", + "digest": "72cada2b0e0794f889d9a770810e9240b36ba320e8bc9b194943134e490ce253", "distro": "debian-11", "type": "NAMI", - "version": "22.11.2-0" + "version": "22.12.1-0" }, "gosu": { "arch": "amd64", diff --git a/bitnami/clickhouse/22/debian-11/tags-info.yaml b/bitnami/clickhouse/22/debian-11/tags-info.yaml index d2a34b42ce9a..0110ea278ed8 100644 --- a/bitnami/clickhouse/22/debian-11/tags-info.yaml +++ b/bitnami/clickhouse/22/debian-11/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "22" - "22-debian-11" - - "22.11.2" + - "22.12.1" - "latest"