compass-admin
  • Joined on 2026-07-21

compass-application-log-consumer (9b2fdb4a08f2beb5f0630e5c9244c8e857e85159)

Published 2026-08-25 02:42:38 +08:00 by compass-admin

Installation

docker pull git.youalltech.com/compass-admin/compass-application-log-consumer:9b2fdb4a08f2beb5f0630e5c9244c8e857e85159
sha256:f50da5fb854d8ccdaa91b42143d07bd8f010f51c8b5bbf8308b5421d9f6c5614

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=9b2fdb4a08f2beb5f0630e5c9244c8e857e85159 COMPASS_BUILD_TIME=2026-08-24T18:27:37Z COMPASS_RELEASE_ID=compass-9b2fdb4a08f2beb5f0630e5c9244c8e857e85159 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 && mkdir -p /var/lib/compass/application-log-consumer && chown -R compass:compass /var/lib/compass/application-log-consumer # buildkit
COPY /out/application-log-consumer /usr/local/bin/application-log-consumer # buildkit
LABEL com.compass.managed=true com.compass.service=application-log-consumer com.compass.image-key=application-log-consumer com.compass.release-commit=9b2fdb4a08f2beb5f0630e5c9244c8e857e85159 org.opencontainers.image.revision=9b2fdb4a08f2beb5f0630e5c9244c8e857e85159 org.opencontainers.image.created=2026-08-24T18:27:37Z org.opencontainers.image.version=compass-9b2fdb4a08f2beb5f0630e5c9244c8e857e85159 org.opencontainers.image.source=https://git.youalltech.com/compass-admin/compass
ENV COMPASS_BUILD_COMMIT=9b2fdb4a08f2beb5f0630e5c9244c8e857e85159 COMPASS_BUILD_TIME=2026-08-24T18:27:37Z COMPASS_RELEASE_ID=compass-9b2fdb4a08f2beb5f0630e5c9244c8e857e85159 COMPASS_BUILD_DIRTY=false
USER compass
EXPOSE map[8091/tcp:{}]
ENTRYPOINT ["/usr/local/bin/application-log-consumer"]

Labels

Key Value
com.compass.image-key application-log-consumer
com.compass.managed true
com.compass.release-commit 9b2fdb4a08f2beb5f0630e5c9244c8e857e85159
com.compass.service application-log-consumer
org.opencontainers.image.created 2026-08-24T18:27:37Z
org.opencontainers.image.revision 9b2fdb4a08f2beb5f0630e5c9244c8e857e85159
org.opencontainers.image.source https://git.youalltech.com/compass-admin/compass
org.opencontainers.image.version compass-9b2fdb4a08f2beb5f0630e5c9244c8e857e85159
Details
Container
2026-08-25 02:42:38 +08:00
20
OCI / Docker
linux/amd64
7.4 MiB
Versions (13) View all