[bitnami/clickhouse] Release 22.6.9-debian-11-r0 (#9228)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Fran Mulero <fmulero@vmware.com>
Co-authored-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
Bitnami Bot
2022-10-07 11:45:40 +02:00
committed by GitHub
parent e89ae7e5be
commit 731007785e
3 changed files with 15 additions and 14 deletions

View File

@@ -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.6.8-debian-11-r5" \
org.opencontainers.image.ref.name="22.6.9-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.6.8"
org.opencontainers.image.version="22.6.9"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -20,13 +20,14 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl procps xmlstarlet
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
for COMPONENT in \
"gosu-1.14.0-154-linux-${OS_ARCH}-debian-11" \
"clickhouse-22.6.8-0-linux-${OS_ARCH}-debian-11" ; \
do \
COMPONENTS=( \
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
"clickhouse-22.6.9-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256 -O ; \
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz" -O ; \
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256" -O ; \
fi && \
sha256sum -c "${COMPONENT}.tar.gz.sha256" && \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
@@ -39,7 +40,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/clickhouse/postunpack.sh
ENV APP_VERSION="22.6.8" \
ENV APP_VERSION="22.6.9" \
BITNAMI_APP_NAME="clickhouse" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/clickhouse/bin:$PATH" \
clickhouseCTL_API="3"

View File

@@ -1,16 +1,16 @@
{
"clickhouse": {
"arch": "amd64",
"digest": "da1439de7f50d1d1be3f06e2803fb4d10527e5a5110ddfd2c0928ea031608340",
"digest": "4bd215858b45770217c505b97f284131336722abf50d3a0ac38dc7a6314700c2",
"distro": "debian-11",
"type": "NAMI",
"version": "22.6.8-0"
"version": "22.6.9-0"
},
"gosu": {
"arch": "amd64",
"digest": "e36c3d90f4fbfbe989f40947fa7c8ab817f12fcf97d3aef893c753a20ce976ab",
"digest": "f21869b27c26b9c3053bce8b419a0fdf1dc45fcf13a7c2058e0afb6996d3687f",
"distro": "debian-11",
"type": "NAMI",
"version": "1.14.0-154"
"version": "1.14.0-155"
}
}

View File

@@ -1,4 +1,4 @@
rolling-tags:
- "22.6"
- "22.6-debian-11"
- "22.6.8"
- "22.6.9"