compass-admin
  • Joined on 2026-07-21

compass-error-file-sink (bcbc3a5b2c47bbfca550f2e2fdaac71394dbc313)

Published 2026-09-21 14:11:51 +08:00 by compass-admin

Installation

docker pull git.youalltech.com/compass-admin/compass-error-file-sink:bcbc3a5b2c47bbfca550f2e2fdaac71394dbc313
sha256:2a746cbf0b1175ac1628a4cd2de1d4bf570fdbd4217d2c1227be2ee19b9b4d2d

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=bcbc3a5b2c47bbfca550f2e2fdaac71394dbc313 COMPASS_BUILD_TIME=2026-09-21T05:59:14Z COMPASS_RELEASE_ID=compass-bcbc3a5b2c47bbfca550f2e2fdaac71394dbc313 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 wget; 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/log/compass/errors && chown -R compass:compass /var/log/compass/errors # buildkit
COPY /out/error-file-sink /usr/local/bin/error-file-sink # buildkit
LABEL com.compass.managed=true com.compass.service=error-file-sink com.compass.image-key=error-file-sink com.compass.release-commit=bcbc3a5b2c47bbfca550f2e2fdaac71394dbc313 org.opencontainers.image.revision=bcbc3a5b2c47bbfca550f2e2fdaac71394dbc313 org.opencontainers.image.created=2026-09-21T05:59:14Z org.opencontainers.image.version=compass-bcbc3a5b2c47bbfca550f2e2fdaac71394dbc313 org.opencontainers.image.source=https://git.youalltech.com/compass-admin/compass
ENV COMPASS_BUILD_COMMIT=bcbc3a5b2c47bbfca550f2e2fdaac71394dbc313 COMPASS_BUILD_TIME=2026-09-21T05:59:14Z COMPASS_RELEASE_ID=compass-bcbc3a5b2c47bbfca550f2e2fdaac71394dbc313 COMPASS_BUILD_DIRTY=false
USER compass
EXPOSE map[8096/tcp:{}]
ENTRYPOINT ["/usr/local/bin/error-file-sink"]

Labels

Key Value
com.compass.image-key error-file-sink
com.compass.managed true
com.compass.release-commit bcbc3a5b2c47bbfca550f2e2fdaac71394dbc313
com.compass.service error-file-sink
org.opencontainers.image.created 2026-09-21T05:59:14Z
org.opencontainers.image.revision bcbc3a5b2c47bbfca550f2e2fdaac71394dbc313
org.opencontainers.image.source https://git.youalltech.com/compass-admin/compass
org.opencontainers.image.version compass-bcbc3a5b2c47bbfca550f2e2fdaac71394dbc313
Details
Container
2026-09-21 14:11:51 +08:00
9
OCI / Docker
linux/amd64
8.5 MiB
Versions (3) View all