Block a user
authenticator (latest)
Published 2026-08-22 02:40:57 +01:00 by cialloo
Installation
docker pull git.cialloo.com/cialloo/authenticator:latestsha256:95b4ed62f5c7614aaee1a0ca2a5b511397e7f2f078aa02d0c5ff6b3d7c85e49d
Image Layers
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk --no-cache add ca-certificates # buildkit |
| WORKDIR /root/ |
| COPY /build/authenticator . # buildkit |
| COPY app/etc/authenticator.yaml ./etc/ # buildkit |
| EXPOSE &{[{{37 0} {37 0}}] 0xc001e72e40} |
| CMD ["./authenticator" "-f" "etc/authenticator.yaml"] |