[bitnami/clickhouse] Release 22.8.14-debian-11-r0 (#25671)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
0c5a106ab7
commit
60ca015e51
|
|
@ -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:36:51Z" \
|
||||
org.opencontainers.image.created="2023-02-27T17:01:33Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="22.8.13-debian-11-r10" \
|
||||
org.opencontainers.image.ref.name="22.8.14-debian-11-r0" \
|
||||
org.opencontainers.image.title="clickhouse" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="22.8.13"
|
||||
org.opencontainers.image.version="22.8.14"
|
||||
|
||||
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.8.13-1-linux-${OS_ARCH}-debian-11" \
|
||||
"clickhouse-22.8.14-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.8.13" \
|
||||
ENV APP_VERSION="22.8.14" \
|
||||
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": "32f845951aa138c9b87275cef8f3a6b51a554db19a4005b5228e69e88d8a831e",
|
||||
"digest": "5022ce1d7e68e36cd9afc83bd5c1856e86cfd2aa48746f6532e28a8015b8aaca",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "22.8.13-1"
|
||||
"version": "22.8.14-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
rolling-tags:
|
||||
- "22.8"
|
||||
- 22.8-debian-11
|
||||
- 22.8.13
|
||||
- 22.8.14
|
||||
|
|
|
|||
Loading…
Reference in New Issue