Block a user
auth (test)
Published 2026-09-14 11:30:53 +08:00 by ans
Installation
docker pull gitea.malai.tech/ans/auth:testsha256:0a4adb68ce317922c784e37e6e5b91b573e83ec444ae10d0c2d968a0239af115
Image Layers
| ADD alpine-minirootfs-3.23.5-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates && addgroup -S -g 1000 supabase && adduser -S -D -H -u 1000 -G supabase supabase && ln -s /usr/local/bin/auth /usr/local/bin/gotrue # buildkit |
| COPY /out/auth /usr/local/bin/auth # buildkit |
| USER supabase |
| CMD ["auth"] |