compass-admin
  • Joined on 2026-07-21

compass-application-log-collector (03c0abfd1c95dcc05073f2a6d0da8327934e6a91)

Published 2026-08-28 12:49:50 +08:00 by compass-admin

Installation

docker pull git.youalltech.com/compass-admin/compass-application-log-collector:03c0abfd1c95dcc05073f2a6d0da8327934e6a91
sha256:49653cc4bfb4e07976b7ea6f23dc175adc9c4120eed84964bd3d8520048a917b

Image Layers

ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG COMPASS_BUILD_COMMIT=0000000000000000000000000000000000000000
ARG COMPASS_BUILD_TIME=1970-01-01T00:00:00Z
ARG COMPASS_RELEASE_ID=compass-0000000000000000000000000000000000000000
ARG COMPASS_SOURCE_URL=https://git.youalltech.com/compass-admin/compass
ARG COMPASS_BUILD_DIRTY=false
ARG ALPINE_PACKAGE_MIRROR=https://mirrors.aliyun.com/alpine
RUN |6 COMPASS_BUILD_COMMIT=03c0abfd1c95dcc05073f2a6d0da8327934e6a91 COMPASS_BUILD_TIME=2026-08-28T04:27:57Z COMPASS_RELEASE_ID=compass-03c0abfd1c95dcc05073f2a6d0da8327934e6a91 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 10002 compass && adduser -S -D -H -u 10002 -G compass compass # buildkit
COPY /out/application-log-collector /usr/local/bin/application-log-collector # buildkit
LABEL com.compass.managed=true com.compass.service=application-log-collector com.compass.image-key=application-log-collector com.compass.release-commit=03c0abfd1c95dcc05073f2a6d0da8327934e6a91 org.opencontainers.image.revision=03c0abfd1c95dcc05073f2a6d0da8327934e6a91 org.opencontainers.image.created=2026-08-28T04:27:57Z org.opencontainers.image.version=compass-03c0abfd1c95dcc05073f2a6d0da8327934e6a91 org.opencontainers.image.source=https://git.youalltech.com/compass-admin/compass
ENV COMPASS_BUILD_COMMIT=03c0abfd1c95dcc05073f2a6d0da8327934e6a91 COMPASS_BUILD_TIME=2026-08-28T04:27:57Z COMPASS_RELEASE_ID=compass-03c0abfd1c95dcc05073f2a6d0da8327934e6a91 COMPASS_BUILD_DIRTY=false
USER 10002:10002
ENTRYPOINT ["/usr/local/bin/application-log-collector"]

Labels

Key Value
com.compass.image-key application-log-collector
com.compass.managed true
com.compass.release-commit 03c0abfd1c95dcc05073f2a6d0da8327934e6a91
com.compass.service application-log-collector
org.opencontainers.image.created 2026-08-28T04:27:57Z
org.opencontainers.image.revision 03c0abfd1c95dcc05073f2a6d0da8327934e6a91
org.opencontainers.image.source https://git.youalltech.com/compass-admin/compass
org.opencontainers.image.version compass-03c0abfd1c95dcc05073f2a6d0da8327934e6a91
Details
Container
2026-08-28 12:49:50 +08:00
24
OCI / Docker
linux/amd64
6.2 MiB
Versions (13) View all