Block a user
auth (20260605)
Published 2026-06-05 12:31:24 +08:00 by ans
Installation
docker pull gitea.malai.tech/ans/auth:20260605sha256:dc4470f30b6701ce26f897a0a7a8cfb858e26aceb65ff7eb258032bee1df87ab
Image Layers
| ADD alpine-minirootfs-3.23.4-x86_64.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"] |