Block a user
compass-notification (fa94a224f6d2cadb66d8248d9aea4b26a30c2d72)
Published 2026-09-10 23:43:38 +08:00 by compass-admin
Installation
docker pull git.youalltech.com/compass-admin/compass-notification:fa94a224f6d2cadb66d8248d9aea4b26a30c2d72sha256:6226461685b875a457f6f40009ff1119e35d4e4625b0de0d5645c20e412e0c84
Image Layers
| ADD alpine-minirootfs-3.19.9-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 |
| LABEL com.compass.managed=true com.compass.artifact=application com.compass.image-key=notification 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 |
| 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 tzdata 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 app && adduser -S -G app app # buildkit |
| WORKDIR /app |
| COPY /out/notification-service /app/notification-service # buildkit |
| COPY /out/notification-migrate /app/notification-migrate # buildkit |
| COPY etc /app/etc # buildkit |
| COPY internal/store/migrations /app/internal/store/migrations # buildkit |
| USER app |
| EXPOSE map[8083/tcp:{}] |
| ENTRYPOINT ["/app/notification-service"] |
Labels
| Key | Value |
|---|---|
| com.compass.artifact | application |
| com.compass.image-key | notification |
| com.compass.managed | true |
| com.compass.release-commit | fa94a224f6d2cadb66d8248d9aea4b26a30c2d72 |
| 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
Versions (16)
View all
bcbc3a5b2c47bbfca550f2e2fdaac71394dbc313
2026-09-21
54f80d92062e0018449bc0d69ab05c4905645e4d
2026-09-20
b65929ff1a0ba72651a26fa83e4b9bca0da12ff7
2026-09-20