Block a user
compass-auth (8e5836cbb931473118766274619865082c953069)
Published 2026-09-11 07:09:18 +08:00 by compass-admin
Installation
docker pull git.youalltech.com/compass-admin/compass-auth:8e5836cbb931473118766274619865082c953069sha256:2963bdefcf75d949380a83503da65ddfe2fc5c287ea89130bcd017ff2f6c6dd7
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=auth com.compass.release-commit=8e5836cbb931473118766274619865082c953069 org.opencontainers.image.revision=8e5836cbb931473118766274619865082c953069 org.opencontainers.image.created=2026-09-10T23:06:38Z org.opencontainers.image.version=compass-8e5836cbb931473118766274619865082c953069 org.opencontainers.image.source=https://git.youalltech.com/compass-admin/compass |
| RUN |6 COMPASS_BUILD_COMMIT=8e5836cbb931473118766274619865082c953069 COMPASS_BUILD_TIME=2026-09-10T23:06:38Z COMPASS_RELEASE_ID=compass-8e5836cbb931473118766274619865082c953069 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; 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/auth-tenant-service /app/auth-tenant-service # buildkit |
| COPY /out/auth-tenant-reset-password /app/auth-tenant-reset-password # buildkit |
| COPY /out/auth-tenant-migrate /app/auth-tenant-migrate # buildkit |
| USER app |
| ENV GO_AUTH_TENANT_SURFACE=public GO_AUTH_TENANT_HOST=0.0.0.0 GO_AUTH_TENANT_PORT=8081 GO_AUTH_TENANT_ADMIN_API_HOST=0.0.0.0 GO_AUTH_TENANT_ADMIN_API_PORT=8085 COMPASS_BUILD_COMMIT=8e5836cbb931473118766274619865082c953069 COMPASS_BUILD_TIME=2026-09-10T23:06:38Z COMPASS_RELEASE_ID=compass-8e5836cbb931473118766274619865082c953069 COMPASS_BUILD_DIRTY=false APP_ENV=production LOG_LEVEL=info |
| EXPOSE map[8081/tcp:{} 8085/tcp:{}] |
| ENTRYPOINT ["/app/auth-tenant-service"] |
Labels
| Key | Value |
|---|---|
| com.compass.artifact | application |
| com.compass.image-key | auth |
| com.compass.managed | true |
| com.compass.release-commit | 8e5836cbb931473118766274619865082c953069 |
| org.opencontainers.image.created | 2026-09-10T23:06:38Z |
| org.opencontainers.image.revision | 8e5836cbb931473118766274619865082c953069 |
| org.opencontainers.image.source | https://git.youalltech.com/compass-admin/compass |
| org.opencontainers.image.version | compass-8e5836cbb931473118766274619865082c953069 |
Details
Versions (19)
View all
54f80d92062e0018449bc0d69ab05c4905645e4d
2026-09-20
b65929ff1a0ba72651a26fa83e4b9bca0da12ff7
2026-09-20