mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 22:17:24 +08:00
[bitnami/clickhouse] Release 22.7.7-debian-11-r0 (#11546)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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.7.6-debian-11-r9" \
|
||||
org.opencontainers.image.ref.name="22.7.7-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.7.6"
|
||||
org.opencontainers.image.version="22.7.7"
|
||||
|
||||
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.7.6-1-linux-${OS_ARCH}-debian-11" \
|
||||
"clickhouse-22.7.7-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.7.6" \
|
||||
ENV APP_VERSION="22.7.7" \
|
||||
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": "a4e5300e33d18304cae0a392386e98741cb244ee62fb144ab5af87de86d6120e",
|
||||
"digest": "cc8cb4cf097e68116b1d8d48be7f77b4877989939d4494f5a5708cbb1d721c2a",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "22.7.6-1"
|
||||
"version": "22.7.7-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
rolling-tags:
|
||||
- "22.7"
|
||||
- "22.7-debian-11"
|
||||
- "22.7.6"
|
||||
- "22.7.7"
|
||||
|
||||
Reference in New Issue
Block a user