Namespace
altinity
Image / Tag
clickhouse-server:22.3.12.21.altinitytest-alpine
Content Digest
sha256:8b4947864e2d720fd8e3bcd3ca66ffbb6953a9e8e6893d3747c0bfb1727a05b3
Details
Created

2022-11-30 21:38:52 UTC

Size

234 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:c158987b05517b6f2c5913f3acef1f2182a32345a304fe357e3ace5fadcad715 - 1.37% (3.21 MB)

[#001] sha256:bb497c128531442e3262d4e6ed15ae5e5e151e6ee638d687ed44cd73fc96cd39 - 0.83% (1.93 MB)

[#002] sha256:9b5368946eace330c2ab32cc50d9f5946e7ab371d0fcf629ad324ac35879cc77 - 0.0% (385 Bytes)

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

[#004] sha256:ea4d1ec6e612d055174a8fc28c4ba424298054f00a8ef51b0737443447639db7 - 0.0% (2.31 KB)

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

[#006] sha256:79261aed78ccd936ca57e95a4a43f839be8c35b09fc5ccd96335811557895ccc - 97.8% (229 MB)


History
2022-11-22 22:19:28 UTC

/bin/sh -c #(nop) ADD file:587cae71969871d3c6456d844a8795df9b64b12c710c275295a1182b46f630e7 in /

2022-11-22 22:19:29 UTC

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

2022-11-30 21:27:12 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

2022-11-30 21:27:12 UTC

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

2022-11-30 21:27:12 UTC

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

2022-11-30 21:27:12 UTC

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

2022-11-30 21:27:12 UTC

/bin/sh -c #(nop) COPY file:8b754b8817aafb45c0e738e209b2c17cab40a4cc96320375e3328ddb3a103c83 in /entrypoint.sh

2022-11-30 21:27:13 UTC

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

2022-11-30 21:27:13 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

2022-11-30 21:27:13 UTC

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

2022-11-30 21:27:13 UTC

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

2022-11-30 21:27:13 UTC

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

2022-11-30 21:27:13 UTC

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

2022-11-30 21:38:52 UTC

|4 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=https://s3.amazonaws.com/altinity-build-artifacts/22.3/68af3d02ca303c5853e5adeea1568ba3cc7824d5/package_release REPO_CHANNEL=stable VERSION=22.3.12.21.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 su-exec 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

2022-11-30 21:38:52 UTC

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

2022-11-30 21:38:52 UTC

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

2022-11-30 21:38:52 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