[bitnami/clickhouse] Release 22.9.5-debian-11-r0 (#14683)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
249e4a54f4
commit
3b073f88ce
|
|
@ -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.9.4-debian-11-r9" \
|
||||
org.opencontainers.image.ref.name="22.9.5-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.9.4"
|
||||
org.opencontainers.image.version="22.9.5"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -21,8 +21,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
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.9.4-1-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
||||
"clickhouse-22.9.5-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.9.4" \
|
||||
ENV APP_VERSION="22.9.5" \
|
||||
BITNAMI_APP_NAME="clickhouse" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/clickhouse/bin:$PATH" \
|
||||
clickhouseCTL_API="3"
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"clickhouse": {
|
||||
"arch": "amd64",
|
||||
"digest": "f52db075a93e230d476785d88bd23c86d828b43a6791e60a109bd39a3818fa1e",
|
||||
"digest": "63dd46bff43208e864a0b454d946d7b4b7e99de5c2e9a3d731b0817eca9d4e27",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "22.9.4-1"
|
||||
"version": "22.9.5-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "f21869b27c26b9c3053bce8b419a0fdf1dc45fcf13a7c2058e0afb6996d3687f",
|
||||
"digest": "7969f4cc8ad0a260f891cccf5694686a513f4706b48771d605645be1f3f072e2",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-155"
|
||||
"version": "1.14.0-156"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "22.9"
|
||||
- "22.9-debian-11"
|
||||
- "22.9.4"
|
||||
- "22.9.5"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue