Block a user
auth (latest)
Published 2025-11-06 10:06:07 +08:00 by ans
Installation
docker pull gitea.malai.tech/ans/auth:latestsha256:c1c148c64f4a0e8f2080439c79d63ed92dc1738a9000e809f0305613b8630e39
sha256:f9d08721729979a4c39744a383222ba190428cde3eeb960601b1ef370fa003d5
sha256:75eb04cd5bd540ef82d45f1046168f496199df143684eec8978752e03963bf8b
sha256:dd38bfa0fdc38a3ed4770624e24593306a2dc07dc677a14e8734594c6381309c
sha256:427cffbf458a86ff3384d13ef861a9a647482d09f06ab16ffd84259256556d08
sha256:fc18129a1f6a1e5ae9b335482cfd5cc1c2fdfc3d55adb39328806ccb79ef2118
Image Layers
| ADD alpine-minirootfs-3.22.2-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c adduser -D -u 1000 supabase # buildkit |
| RUN /bin/sh -c sed -i "s/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g" /etc/apk/repositories # 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"] |