[bitnami/clickhouse] Release 22.3.19-debian-11-r0 (#25667)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-02-27 17:21:58 +01:00 committed by GitHub
parent 593b387dd8
commit 8aabc68a81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-02-26T19:47:36Z" \
org.opencontainers.image.created="2023-02-27T16:02:00Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="22.3.18-debian-11-r4" \
org.opencontainers.image.ref.name="22.3.19-debian-11-r0" \
org.opencontainers.image.title="clickhouse" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="22.3.18"
org.opencontainers.image.version="22.3.19"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -23,7 +23,7 @@ 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-2-linux-${OS_ARCH}-debian-11" \
"clickhouse-22.3.18-0-linux-${OS_ARCH}-debian-11" \
"clickhouse-22.3.19-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.18" \
ENV APP_VERSION="22.3.19" \
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": "8d1eb097872bb3d552b8b3e5fbfafe5b7b77d946cd293d5c52d3b8fdd63b43e8",
"digest": "b0d8ef842db1e57de7c929c74533cc9aeea97b7a21159b6d7c2c4e95bdfd0ba4",
"distro": "debian-11",
"type": "NAMI",
"version": "22.3.18-0"
"version": "22.3.19-0"
},
"gosu": {
"arch": "amd64",

View File

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