[bitnami/clickhouse] Release 22.8.10-debian-11-r0 (#15676)

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

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-12-05 09:50:07 +01:00 committed by GitHub
parent 3653946a58
commit 1b255fc959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 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.8.9-debian-11-r4" \
org.opencontainers.image.ref.name="22.8.10-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.8.9"
org.opencontainers.image.version="22.8.10"
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.8.9-0-linux-${OS_ARCH}-debian-11" \
"clickhouse-22.8.10-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.8.9" \
ENV APP_VERSION="22.8.10" \
BITNAMI_APP_NAME="clickhouse" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/clickhouse/bin:$PATH" \
clickhouseCTL_API="3"

View File

@ -1,10 +1,10 @@
{
"clickhouse": {
"arch": "amd64",
"digest": "fef6f07009698e6b09488c822ef1097793087a7f3afa64b056620420ec953ef2",
"digest": "cb638b209dfb2b0e85c1407a7a215d4a6d5656add39caeaad80343455f4372d2",
"distro": "debian-11",
"type": "NAMI",
"version": "22.8.9-0"
"version": "22.8.10-0"
},
"gosu": {
"arch": "amd64",

View File

@ -1,4 +1,4 @@
rolling-tags:
- "22.8"
- "22.8-debian-11"
- "22.8.9"
- "22.8.10"