Block a user
auth (latest)
Published 2026-04-06 19:25:26 +08:00 by ans
Installation
docker pull gitea.malai.tech/ans/auth:latestsha256:74fca84b5e701c464cf014bd86a3b94f232eaede56fc70448004739cfd17dfe1
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 2568e1685e | linux/amd64 | 25 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.23.3-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"] |