[bitnami/clickhouse] Release 22.8.12-debian-11-r0 (#19760)

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
2023-01-10 14:18:42 +01:00
committed by GitHub
parent 30ae0e7555
commit 5a6af83a07
4 changed files with 8 additions and 8 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.11-debian-11-r11" \
org.opencontainers.image.ref.name="22.8.12-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.11"
org.opencontainers.image.version="22.8.12"
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.16.0-0-linux-${OS_ARCH}-debian-11" \
"clickhouse-22.8.11-0-linux-${OS_ARCH}-debian-11" \
"clickhouse-22.8.12-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.11" \
ENV APP_VERSION="22.8.12" \
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": "446db2a6814e986f246f2ac299900a0df6f13c0b4eda6ca1b06ca77f292c0ac4",
"digest": "3c14e626b35deac03ea11bb01dc3edcfa196a449f0d2ab1765c67f8b13ceafea",
"distro": "debian-11",
"type": "NAMI",
"version": "22.8.11-0"
"version": "22.8.12-0"
},
"gosu": {
"arch": "amd64",

View File

@@ -31,7 +31,7 @@ get_sematic_version () {
while [[ $i -lt $n ]]; do
if [[ -n "${BASH_REMATCH[$i]}" ]] && [[ "${BASH_REMATCH[$i]:0:1}" != '.' ]]; then
version_sections[$j]=${BASH_REMATCH[$i]}
version_sections[j]="${BASH_REMATCH[$i]}"
((j++))
fi
((i++))

View File

@@ -1,4 +1,4 @@
rolling-tags:
- "22.8"
- "22.8-debian-11"
- "22.8.11"
- "22.8.12"