diff --git a/bitnami/clickhouse/24/debian-12/Dockerfile b/bitnami/clickhouse/24/debian-12/Dockerfile index 4b0a361e213c..8b1fe6b2e9bf 100644 --- a/bitnami/clickhouse/24/debian-12/Dockerfile +++ b/bitnami/clickhouse/24/debian-12/Dockerfile @@ -8,11 +8,11 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-01-14T15:36:03Z" \ + org.opencontainers.image.created="2025-01-17T09:20:58Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/clickhouse/README.md" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="24.12.3-debian-12-r0" \ + org.opencontainers.image.ref.name="24.12.3-debian-12-r1" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/clickhouse" \ org.opencontainers.image.title="clickhouse" \ org.opencontainers.image.vendor="Broadcom, Inc." \ diff --git a/bitnami/clickhouse/24/debian-12/rootfs/opt/bitnami/scripts/clickhouse/postunpack.sh b/bitnami/clickhouse/24/debian-12/rootfs/opt/bitnami/scripts/clickhouse/postunpack.sh index 8d6795c61467..d0a5ea8652b1 100755 --- a/bitnami/clickhouse/24/debian-12/rootfs/opt/bitnami/scripts/clickhouse/postunpack.sh +++ b/bitnami/clickhouse/24/debian-12/rootfs/opt/bitnami/scripts/clickhouse/postunpack.sh @@ -88,4 +88,4 @@ clickhouse_conf_set "/clickhouse/logger/console" "1" # Copy all initially generated configuration files to the default directory # (this is to avoid breaking when entrypoint is being overridden) -cp -r "${CLICKHOUSE_CONF_DIR}/"* "$CLICKHOUSE_DEFAULT_CONF_DIR" +cp -r "${CLICKHOUSE_CONF_DIR}/"* "$CLICKHOUSE_DEFAULT_CONF_DIR" \ No newline at end of file