[bitnami/clickhouse] Release 22.6.8-debian-11-r2 (#7945)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
98ef81d506
commit
99e27804ca
|
|
@ -4,7 +4,7 @@ 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.6.8-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="22.6.8-debian-11-r2" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/clickhouse" \
|
||||
org.opencontainers.image.title="clickhouse" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
|
|||
|
|
@ -75,6 +75,6 @@ export CLICKHOUSE_INTERSERVER_HTTP_PORT="${CLICKHOUSE_INTERSERVER_HTTP_PORT:-900
|
|||
# ClickHouse system parameters
|
||||
export CLICKHOUSE_DAEMON_USER="clickhouse"
|
||||
export CLICKHOUSE_DAEMON_GROUP="bitnami"
|
||||
export PATH="${CLICKHOUSE_BASE_DIR}/venv/bin:$PATH"
|
||||
export PATH="${CLICKHOUSE_BASE_DIR}/bin:${BITNAMI_ROOT_DIR}/common/bin:$PATH"
|
||||
|
||||
# Custom environment variables may be defined below
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
* [`22.8`, `22.8-debian-11`, `22.8.5`, `22.8.5-debian-11-r5`, `latest` (22.8/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/clickhouse/22.8/debian-11/Dockerfile)
|
||||
* [`22.7`, `22.7-debian-11`, `22.7.5`, `22.7.5-debian-11-r3` (22.7/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/clickhouse/22.7/debian-11/Dockerfile)
|
||||
* [`22.6`, `22.6-debian-11`, `22.6.8`, `22.6.8-debian-11-r1` (22.6/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/clickhouse/22.6/debian-11/Dockerfile)
|
||||
* [`22.6`, `22.6-debian-11`, `22.6.8`, `22.6.8-debian-11-r2` (22.6/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/clickhouse/22.6/debian-11/Dockerfile)
|
||||
* [`22.5`, `22.5-debian-11`, `22.5.4`, `22.5.4-debian-11-r3` (22.5/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/clickhouse/22.5/debian-11/Dockerfile)
|
||||
* [`22.3`, `22.3-debian-11`, `22.3.12`, `22.3.12-debian-11-r3` (22.3/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/clickhouse/22.3/debian-11/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue