Block a user
auth (latest)
Published 2026-02-12 21:12:54 +08:00 by ans
Installation
docker pull gitea.malai.tech/ans/auth:latestsha256:9174202cd28024b3ffc4f4913014f15c34e2b8ec256772397c08009d0b4d3587
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 85b0662e59 | linux/amd64 | 25 MiB |
| bcc3823f71 | linux/arm64 | 24 MiB |
Image Layers ( linux/arm64)
| ADD alpine-minirootfs-3.23.3-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"] |