compass-admin
  • Joined on 2026-07-21

compass-client-telemetry-ingest (fa94a224f6d2cadb66d8248d9aea4b26a30c2d72)

Published 2026-09-10 23:44:07 +08:00 by compass-admin

Installation

docker pull git.youalltech.com/compass-admin/compass-client-telemetry-ingest:fa94a224f6d2cadb66d8248d9aea4b26a30c2d72
sha256:fb9ec25b7688c4f3b57ac8fddb32c62119a7b9c472e6af540913dce3e3add690

Image Layers

ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG COMPASS_BUILD_COMMIT=unknown
ARG COMPASS_BUILD_TIME=unknown
ARG COMPASS_RELEASE_ID=unknown
ARG COMPASS_SOURCE_URL=https://git.youalltech.com/compass-admin/compass
ARG COMPASS_BUILD_DIRTY=unknown
ARG ALPINE_PACKAGE_MIRROR=https://mirrors.aliyun.com/alpine
RUN |6 COMPASS_BUILD_COMMIT=fa94a224f6d2cadb66d8248d9aea4b26a30c2d72 COMPASS_BUILD_TIME=2026-09-10T15:34:17Z COMPASS_RELEASE_ID=compass-fa94a224f6d2cadb66d8248d9aea4b26a30c2d72 COMPASS_SOURCE_URL=https://git.youalltech.com/compass-admin/compass COMPASS_BUILD_DIRTY=false ALPINE_PACKAGE_MIRROR=https://mirrors.aliyun.com/alpine /bin/sh -c set -eu; alpine_branch="v$(cut -d. -f1,2 /etc/alpine-release)"; installed=false; for mirror in "$ALPINE_PACKAGE_MIRROR" "https://mirrors.tuna.tsinghua.edu.cn/alpine" "https://dl-cdn.alpinelinux.org/alpine"; do printf '%s/%s/main\n%s/%s/community\n' "$mirror" "$alpine_branch" "$mirror" "$alpine_branch" > /etc/apk/repositories; if apk add --no-cache ca-certificates; then installed=true; break; fi; echo "apk install failed via $mirror; trying next signed mirror" >&2; sleep 2; done; if [ "$installed" != true ]; then echo "apk install failed for every configured Alpine mirror" >&2; exit 1; fi; addgroup -S -g 10001 compass && adduser -S -D -H -u 10001 -G compass compass # buildkit
COPY /out/client-telemetry-ingest /usr/local/bin/client-telemetry-ingest # buildkit
LABEL com.compass.managed=true com.compass.service=client-telemetry-ingest com.compass.image-key=client-telemetry-ingest com.compass.release-commit=fa94a224f6d2cadb66d8248d9aea4b26a30c2d72 org.opencontainers.image.revision=fa94a224f6d2cadb66d8248d9aea4b26a30c2d72 org.opencontainers.image.created=2026-09-10T15:34:17Z org.opencontainers.image.version=compass-fa94a224f6d2cadb66d8248d9aea4b26a30c2d72 org.opencontainers.image.source=https://git.youalltech.com/compass-admin/compass
ENV COMPASS_BUILD_COMMIT=fa94a224f6d2cadb66d8248d9aea4b26a30c2d72 COMPASS_BUILD_TIME=2026-09-10T15:34:17Z COMPASS_RELEASE_ID=compass-fa94a224f6d2cadb66d8248d9aea4b26a30c2d72 COMPASS_BUILD_DIRTY=false
USER compass
EXPOSE map[8094/tcp:{}]
ENTRYPOINT ["/usr/local/bin/client-telemetry-ingest"]

Labels

Key Value
com.compass.image-key client-telemetry-ingest
com.compass.managed true
com.compass.release-commit fa94a224f6d2cadb66d8248d9aea4b26a30c2d72
com.compass.service client-telemetry-ingest
org.opencontainers.image.created 2026-09-10T15:34:17Z
org.opencontainers.image.revision fa94a224f6d2cadb66d8248d9aea4b26a30c2d72
org.opencontainers.image.source https://git.youalltech.com/compass-admin/compass
org.opencontainers.image.version compass-fa94a224f6d2cadb66d8248d9aea4b26a30c2d72
Details
Container
2026-09-10 23:44:07 +08:00
8
OCI / Docker
linux/amd64
7.1 MiB
Versions (5) View all