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

2023-01-20 07:55:02 UTC

Size

233 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:8921db27df2831fa6eaa85321205a2470c669b855f3ec95d5a3c2b46de0442c9 - 1.38% (3.21 MB)

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

[#002] sha256:d0f052e8f39f6fd2c35c5cdf39364f5d7045d37dac5157775321b261ab27fd16 - 0.0% (384 Bytes)

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

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

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

[#006] sha256:660696b8cd18f9136888ecd975eec8ab3c3e049619874ddc913d33a675cb0e5e - 97.79% (228 MB)


History
2023-01-09 17:05:20 UTC

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

2023-01-09 17:05:20 UTC

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

2023-01-20 07:53:02 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-01-20 07:53:02 UTC

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

2023-01-20 07:53:02 UTC

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

2023-01-20 07:53:02 UTC

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

2023-01-20 07:53:02 UTC

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

2023-01-20 07:53:02 UTC

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

2023-01-20 07:53:03 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-01-20 07:53:03 UTC

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

2023-01-20 07:53:03 UTC

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

2023-01-20 07:53:03 UTC

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

2023-01-20 07:53:03 UTC

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

2023-01-20 07:55:02 UTC

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

2023-01-20 07:55:02 UTC

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

2023-01-20 07:55:02 UTC

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

2023-01-20 07:55:02 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