mirror of
https://github.com/bitnami/containers.git
synced 2026-03-08 10:47:20 +08:00
[bitnami/clickhouse] Release 22.8.16-debian-11-r0 (#29131)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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-04-04T11:10:01Z" \
|
||||
org.opencontainers.image.created="2023-04-04T13:31:58Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="22.8.15-debian-11-r7" \
|
||||
org.opencontainers.image.ref.name="22.8.16-debian-11-r0" \
|
||||
org.opencontainers.image.title="clickhouse" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="22.8.15"
|
||||
org.opencontainers.image.version="22.8.16"
|
||||
|
||||
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-5-linux-${OS_ARCH}-debian-11" \
|
||||
"clickhouse-22.8.15-3-linux-${OS_ARCH}-debian-11" \
|
||||
"clickhouse-22.8.16-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.15" \
|
||||
ENV APP_VERSION="22.8.16" \
|
||||
BITNAMI_APP_NAME="clickhouse" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/clickhouse/bin:$PATH" \
|
||||
clickhouseCTL_API="3"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "22.8.15-3"
|
||||
"version": "22.8.16-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
rolling-tags:
|
||||
- "22.8"
|
||||
- 22.8-debian-11
|
||||
- 22.8.15
|
||||
- 22.8.16
|
||||
|
||||
Reference in New Issue
Block a user