Block a user
auth (tmp)
Published 2026-09-14 11:19:04 +08:00 by ans
Installation
docker pull gitea.malai.tech/ans/auth:tmpsha256:06d1c5c85be8f6264b93b505d73891b0a09020909ca2db94b6a3c1b29e3f9bb5
Image Layers
| ADD alpine-minirootfs-3.23.5-aarch64.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"] |