clickhouse (24)
Published 2024-11-26 15:52:09 +01:00 by shield
Installation
docker pull dev.shielddagger.com/forks/clickhouse:24
sha256:09a0b6478db92bceac052a46a7619141da7073e4fedb0a01c1c3637310736988
About this package
Application packaged by Broadcom, Inc.
Image Layers
ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith |
ARG TARGETARCH |
LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2024-11-22T13:10:51Z 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.10.3-debian-12-r0 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/clickhouse org.opencontainers.image.title=clickhouse org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=24.10.3 |
ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux |
COPY prebuildfs / # buildkit |
SHELL [/bin/bash -o errexit -o nounset -o pipefail -c] |
RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps xmlstarlet # buildkit |
RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; curl https://clickhouse.com | sh ; ./clickhouse install -y --prefix / --binary-path opt/bitnami/clickhouse/bin --config-path opt/bitnami/clickhouse/etc --data-path bitnami/clickhouse/data --pid-path opt/bitnami/clickhouse/tmp --log-path opt/bitnami/clickhouse/logs # buildkit |
RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get autoremove --purge -y curl && apt-get update && apt-get upgrade -y && apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit |
RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit |
RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c find / -perm /6000 -type f -exec chmod a-s {} \; || true # buildkit |
COPY rootfs / # buildkit |
RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/clickhouse/postunpack.sh # buildkit |
ENV APP_VERSION=24.10.3 BITNAMI_APP_NAME=clickhouse PATH=/opt/bitnami/clickhouse/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin clickhouseCTL_API=3 |
EXPOSE map[8123/tcp:{} 9000/tcp:{} 9004/tcp:{} 9005/tcp:{} 9009/tcp:{}] |
USER 1001 |
ENTRYPOINT ["/opt/bitnami/scripts/clickhouse/entrypoint.sh"] |
CMD ["/opt/bitnami/scripts/clickhouse/run.sh" "--" "--listen_host=0.0.0.0"] |
Labels
Key | Value |
---|---|
com.vmware.cp.artifact.flavor | sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 |
org.opencontainers.image.base.name | docker.io/bitnami/minideb:bookworm |
org.opencontainers.image.created | 2024-11-22T13:10:51Z |
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.10.3-debian-12-r0 |
org.opencontainers.image.source | https://github.com/bitnami/containers/tree/main/bitnami/clickhouse |
org.opencontainers.image.title | clickhouse |
org.opencontainers.image.vendor | Broadcom, Inc. |
org.opencontainers.image.version | 24.10.3 |