Block a user
acs (v0.16.10)
Published 2026-07-25 17:15:09 +08:00 by iceking2nd
Installation
docker pull git.wxccs.org/iceking2nd/acs:v0.16.10sha256:35fda5ea37f67017688c72d9d591d3515cda220c9d18021a5470b20d14b63519
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-server /usr/local/bin/acs-server # buildkit |
| COPY /out/acs-radius /usr/local/bin/acs-radius # buildkit |
| COPY /out/acs-tacacs /usr/local/bin/acs-tacacs # 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 19100/tcp 19101/tcp 49/tcp 8080/tcp] |
| STOPSIGNAL SIGTERM |
| ENTRYPOINT ["/sbin/tini" "--"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.source | https://git.wxccs.org/iceking2nd/acs |
| org.opencontainers.image.title | SentinelAuth |