[bitnami/clickhouse] Release 22.12.3-debian-11-r3 (#20567)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
0ed38138ea
commit
81e5b5d6e0
|
|
@ -5,7 +5,7 @@ ARG TARGETARCH
|
|||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="22.12.3-debian-11-r2" \
|
||||
org.opencontainers.image.ref.name="22.12.3-debian-11-r3" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/clickhouse" \
|
||||
org.opencontainers.image.title="clickhouse" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -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-0-linux-${OS_ARCH}-debian-11" \
|
||||
"clickhouse-22.12.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
"clickhouse-22.12.3-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"clickhouse": {
|
||||
"arch": "amd64",
|
||||
"digest": "df69ece5a79b11bceb3b511cbbaba2165024ee526eabaddf1d73980a5b9f3f64",
|
||||
"digest": "34aa219ef60804c8b3d17db8aead3d1598d1ae15523754a2735a20cd8d7d5112",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "22.12.3-0"
|
||||
"version": "22.12.3-1"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ export CLICKHOUSE_INTERSERVER_HTTP_PORT="${CLICKHOUSE_INTERSERVER_HTTP_PORT:-900
|
|||
|
||||
# ClickHouse system parameters
|
||||
export CLICKHOUSE_DAEMON_USER="clickhouse"
|
||||
export CLICKHOUSE_DAEMON_GROUP="bitnami"
|
||||
export CLICKHOUSE_DAEMON_GROUP="clickhouse"
|
||||
export PATH="${CLICKHOUSE_BASE_DIR}/bin:${BITNAMI_ROOT_DIR}/common/bin:$PATH"
|
||||
|
||||
# Custom environment variables may be defined below
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ ensure_user_exists "$CLICKHOUSE_DAEMON_USER" --group "$CLICKHOUSE_DAEMON_GROUP"
|
|||
# Create directories
|
||||
for dir in "$CLICKHOUSE_DATA_DIR" "$CLICKHOUSE_CONF_DIR" "${CLICKHOUSE_CONF_DIR}/conf.d" "${CLICKHOUSE_CONF_DIR}/users.d" "$CLICKHOUSE_LOG_DIR" "$CLICKHOUSE_TMP_DIR" "$CLICKHOUSE_MOUNTED_CONF_DIR" "/docker-entrypoint-startdb.d" "/docker-entrypoint-initdb.d"; do
|
||||
ensure_dir_exists "$dir"
|
||||
chmod -R g+rwX "$dir"
|
||||
configure_permissions_ownership "$dir" -d "775" -f "664" -u "$CLICKHOUSE_DAEMON_USER" -g "root"
|
||||
done
|
||||
|
||||
# Set default settings in the configuration file
|
||||
|
|
|
|||
Loading…
Reference in New Issue