[bitnami/clickhouse] Release 22.12.1-debian-11-r0 (#16959)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
9210be2344
commit
82e68d17e9
|
|
@ -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.11.2-debian-11-r3" \
|
||||
org.opencontainers.image.ref.name="22.12.1-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.11.2"
|
||||
org.opencontainers.image.version="22.12.1"
|
||||
|
||||
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-156-linux-${OS_ARCH}-debian-11" \
|
||||
"clickhouse-22.11.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"clickhouse-22.12.1-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.11.2" \
|
||||
ENV APP_VERSION="22.12.1" \
|
||||
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": "31c950f77083845bb72c9f6352cf03997e07eb443dacc006592e47aa439e9054",
|
||||
"digest": "72cada2b0e0794f889d9a770810e9240b36ba320e8bc9b194943134e490ce253",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "22.11.2-0"
|
||||
"version": "22.12.1-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "22"
|
||||
- "22-debian-11"
|
||||
- "22.11.2"
|
||||
- "22.12.1"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue