Namespace
altinity
Image / Tag
clickhouse-server:23.3.8.22.altinitytest-alpine
Content Digest
sha256:b781e423bc55032412433c64d993a9e6c2ef2dd5bafba3f5fc6f5236a4bdeba7
Details
Created

2023-07-20 23:33:15 UTC

Size

242 MB

Content Digest
Environment
CLICKHOUSE_CONFIG

/etc/clickhouse-server/config.xml

LANG

en_US.UTF-8

LANGUAGE

en_US:en

LC_ALL

en_US.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TZ

UTC


Layers

[#000] sha256:31e352740f534f9ad170f75378a84fe453d6156e40700b882d737a8f4a6988a3 - 1.34% (3.24 MB)

[#001] sha256:fb6fc7ba00a4648017439a7cd8826acd01b79a95d24f7e3b2d55f29700efcd8c - 0.8% (1.93 MB)

[#002] sha256:0a9b393ffe6f2979c2919cc49ba4a5fb390d741c9068727da12502cb81a76212 - 0.0% (385 Bytes)

[#003] sha256:cfe8fd35db81173d8fdca65411e462ca13a16c00c5169153c399bb470f8c77bc - 0.0% (373 Bytes)

[#004] sha256:7f9ca62c526581545a55125a7b8a6de826344cf51660a73d910f00b08d72fcee - 0.0% (2.69 KB)

[#005] sha256:e59302acf305ed635361c2a74c5b19cf0242f424d3ae6937e32a0b070828f341 - 0.0% (179 Bytes)

[#006] sha256:ba701c4124b823a38cf0146c3d48a4e04b662fea1bc897f7fb5f0a0ec849c826 - 97.86% (237 MB)


History
2023-06-14 20:41:58 UTC

/bin/sh -c #(nop) ADD file:1da756d12551a0e3e793e02ef87432d69d4968937bd11bed0af215db19dd94cd in /

2023-06-14 20:41:59 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2023-07-20 23:32:47 UTC

/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 TZ=UTC CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml

2023-07-20 23:32:47 UTC

/bin/sh -c #(nop) COPY multi:b27fd9278a25020bb5b3b1f78c17661187408d0711b2ef2773dd499fb2eb5554 in /lib/

2023-07-20 23:32:47 UTC

/bin/sh -c #(nop) COPY file:364e15f3cc5fcadc7b43f588357329d04313b891b6f32bf1a5821375acb37bde in /etc/

2023-07-20 23:32:47 UTC

/bin/sh -c #(nop) COPY file:846f3bc1e8b5e554962e4d4740818850ea4e66cd11d5bdcf522e70044448dd48 in /etc/clickhouse-server/config.d/

2023-07-20 23:32:47 UTC

/bin/sh -c #(nop) COPY file:0ad76a3dc3dcac923aa2765fe713f0221943545c7264b1c1ce8965adef5b8b27 in /entrypoint.sh

2023-07-20 23:32:47 UTC

/bin/sh -c #(nop) ARG TARGETARCH

2023-07-20 23:32:48 UTC

/bin/sh -c arch=${TARGETARCH:-amd64} && case $arch in amd64) mkdir -p /lib64 && ln -sf /lib/ld-2.31.so /lib64/ld-linux-x86-64.so.2 ;; arm64) ln -sf /lib/ld-2.31.so /lib/ld-linux-aarch64.so.1 ;; esac

2023-07-20 23:32:48 UTC

/bin/sh -c #(nop) ARG REPO_CHANNEL=stable

2023-07-20 23:32:48 UTC

/bin/sh -c #(nop) ARG REPOSITORY=https://s3.amazonaws.com/altinity-build-artifacts/23.3/b2217a3881bc514b436b6e2c0e21eb899b4d4aee/package_release

2023-07-20 23:32:48 UTC

/bin/sh -c #(nop) ARG VERSION=23.3.8.22.altinitystable

2023-07-20 23:32:48 UTC

/bin/sh -c #(nop) ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static

2023-07-20 23:33:14 UTC

|4 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=https://s3.amazonaws.com/altinity-build-artifacts/23.3/b2217a3881bc514b436b6e2c0e21eb899b4d4aee/package_release REPO_CHANNEL=stable VERSION=23.3.8.22.altinitystable /bin/sh -c arch=${TARGETARCH:-amd64} && for package in ${PACKAGES}; do { { echo "Get ${REPOSITORY}/${package}-${VERSION}-${arch}.tgz" && wget -c -q "${REPOSITORY}/${package}-${VERSION}-${arch}.tgz" -O "/tmp/${package}-${VERSION}-${arch}.tgz" && tar xvzf "/tmp/${package}-${VERSION}-${arch}.tgz" --strip-components=1 -C / ; } || { echo "Fallback to ${REPOSITORY}/${package}-${VERSION}.tgz" && wget -c -q "${REPOSITORY}/${package}-${VERSION}.tgz" -O "/tmp/${package}-${VERSION}.tgz" && tar xvzf "/tmp/${package}-${VERSION}.tgz" --strip-components=2 -C / ; } ; } || exit 1 ; done && rm /tmp/*.tgz /install -r && addgroup -S -g 101 clickhouse && adduser -S -h /var/lib/clickhouse -s /bin/bash -G clickhouse -g "ClickHouse server" -u 101 clickhouse && mkdir -p /var/lib/clickhouse /var/log/clickhouse-server /etc/clickhouse-server/config.d /etc/clickhouse-server/users.d /etc/clickhouse-client /docker-entrypoint-initdb.d && chown clickhouse:clickhouse /var/lib/clickhouse && chown root:clickhouse /var/log/clickhouse-server && chmod +x /entrypoint.sh && apk add --no-cache bash tzdata && cp /usr/share/zoneinfo/UTC /etc/localtime && echo "UTC" > /etc/timezone && chmod ugo+Xrw -R /var/lib/clickhouse /var/log/clickhouse-server /etc/clickhouse-server /etc/clickhouse-client

2023-07-20 23:33:15 UTC

/bin/sh -c #(nop) EXPOSE 8123 9000 9009

2023-07-20 23:33:15 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/clickhouse /var/log/clickhouse-server]

2023-07-20 23:33:15 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete