Block a user
auth (20260610)
Published 2026-06-14 16:50:30 +08:00 by ans
Installation
docker pull gitea.malai.tech/ans/auth:20260610sha256:114caa0ffbb28c6957c0ce0744141ee8f41c6a559748ecf6d2fb508785e69b46
Image Layers
| ADD alpine-minirootfs-3.24.0-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c adduser -D -u 1000 supabase # buildkit |
| RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit |
| COPY /go/src/github.com/supabase/auth/auth /usr/local/bin/auth # buildkit |
| COPY /go/src/github.com/supabase/auth/migrations /usr/local/etc/auth/migrations/ # buildkit |
| RUN /bin/sh -c ln -s /usr/local/bin/auth /usr/local/bin/gotrue # buildkit |
| ENV GOTRUE_DB_MIGRATIONS_PATH=/usr/local/etc/auth/migrations |
| USER supabase |
| CMD ["auth"] |