iceking2nd
  • Joined on 2026-05-10

acs (v0.17.3)

Published 2026-07-26 20:40:29 +08:00 by iceking2nd

Installation

docker pull git.wxccs.org/iceking2nd/acs:v0.17.3
sha256:3d9d0447bdc15d7cb30b36bde9f58527abf4dc4e48ee4e5d4cd27cb177f4e1c4

Image Layers

ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL org.opencontainers.image.title=SentinelAuth org.opencontainers.image.source=https://git.wxccs.org/iceking2nd/acs org.opencontainers.image.licenses=MIT
RUN /bin/sh -c addgroup -g 65532 -S nonroot && adduser -u 65532 -S -G nonroot nonroot && apk add --no-cache ca-certificates tini wget && mkdir -p /etc/acs /var/lib/acs && chown -R nonroot:nonroot /etc/acs /var/lib/acs # buildkit
COPY /out/acs /usr/local/bin/acs # buildkit
COPY /out/acsctl /usr/local/bin/acsctl # buildkit
COPY docker/production/healthcheck.sh /usr/local/bin/healthcheck.sh # buildkit
COPY configs/config.yaml /etc/acs/config.yaml # buildkit
USER nonroot:nonroot
EXPOSE [1812/udp 1813/udp 2083/tcp 49/tcp 8080/tcp]
STOPSIGNAL SIGTERM
ENTRYPOINT ["/sbin/tini" "--"]
CMD ["acs" "serve"]

Labels

Key Value
org.opencontainers.image.licenses MIT
org.opencontainers.image.source https://git.wxccs.org/iceking2nd/acs
org.opencontainers.image.title SentinelAuth
Details
Container
2026-07-26 20:40:29 +08:00
0
OCI / Docker
linux/amd64
MIT
52 MiB
Versions (23) View all
v0.18.0 2026-08-02
v0.17.4 2026-07-26
v0.17.3 2026-07-26
v0.17.2 2026-07-26
v0.17.1 2026-07-26