[bitnami/clickhouse] Release 22.8.8-debian-11-r0 (#11558)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
c98507842b
commit
1e43f4aa0e
|
|
@ -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.6-debian-11-r9" \
|
||||
org.opencontainers.image.ref.name="22.8.8-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.6"
|
||||
org.opencontainers.image.version="22.8.8"
|
||||
|
||||
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-155-linux-${OS_ARCH}-debian-11" \
|
||||
"clickhouse-22.8.6-1-linux-${OS_ARCH}-debian-11" \
|
||||
"clickhouse-22.8.8-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.6" \
|
||||
ENV APP_VERSION="22.8.8" \
|
||||
BITNAMI_APP_NAME="clickhouse" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/clickhouse/bin:$PATH" \
|
||||
clickhouseCTL_API="3"
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"clickhouse": {
|
||||
"arch": "amd64",
|
||||
"digest": "2307841664d64ac5c0a9de75d84e50681164de7d629f88d7871cb1a40682c088",
|
||||
"digest": "b3925cecff61945918c9862386124c63de95c2e914ace983b48fc877da04a3ff",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "22.8.6-1"
|
||||
"version": "22.8.8-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
rolling-tags:
|
||||
- "22.8"
|
||||
- "22.8-debian-11"
|
||||
- "22.8.6"
|
||||
- "22.8.8"
|
||||
|
|
|
|||
Loading…
Reference in New Issue