[bitnami/clickhouse] Release 22.3.18-debian-11-r0 (#24201)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-02-17 15:38:26 +01:00 committed by GitHub
parent 5b98621adf
commit 42bb42e494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 13 deletions

View File

@ -2,14 +2,14 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-02-17T14:20:25Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="22.3.17-debian-11-r13" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/clickhouse" \
org.opencontainers.image.ref.name="22.3.18-debian-11-r0" \
org.opencontainers.image.title="clickhouse" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="22.3.17"
org.opencontainers.image.version="22.3.18"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -22,8 +22,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps xmlstarlet
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
"clickhouse-22.3.17-2-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-2-linux-${OS_ARCH}-debian-11" \
"clickhouse-22.3.18-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -41,7 +41,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/clickhouse/postunpack.sh
ENV APP_VERSION="22.3.17" \
ENV APP_VERSION="22.3.18" \
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": "51bd9e7ebbc6536562389674bdbe801e30670eccdd846ab0854964ec52d7e5ac",
"digest": "8d1eb097872bb3d552b8b3e5fbfafe5b7b77d946cd293d5c52d3b8fdd63b43e8",
"distro": "debian-11",
"type": "NAMI",
"version": "22.3.17-2"
"version": "22.3.18-0"
},
"gosu": {
"arch": "amd64",
"digest": "9ab9654690d90d3c49ff66fb1eb286487e318adc899d036bc45922f6b176865b",
"digest": "f6056076afb745fd7d9d87d20f71e7248d63330352cf5ae0be2130b7f44a8cfa",
"distro": "debian-11",
"type": "NAMI",
"version": "1.16.0-1"
"version": "1.16.0-2"
}
}

View File

@ -1,4 +1,4 @@
rolling-tags:
- "22.3"
- 22.3-debian-11
- 22.3.17
- 22.3.18