• Joined on 2023-05-15

auth (test)

Published 2026-09-14 11:30:53 +08:00 by ans

Installation

docker pull gitea.malai.tech/ans/auth:test
sha256:0a4adb68ce317922c784e37e6e5b91b573e83ec444ae10d0c2d968a0239af115

Image Layers

ADD alpine-minirootfs-3.23.5-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates && addgroup -S -g 1000 supabase && adduser -S -D -H -u 1000 -G supabase supabase && ln -s /usr/local/bin/auth /usr/local/bin/gotrue # buildkit
COPY /out/auth /usr/local/bin/auth # buildkit
USER supabase
CMD ["auth"]
Details
Container
2026-09-14 11:30:53 +08:00
8
OCI / Docker
linux/amd64
16 MiB
Versions (5) View all
test 2026-09-14
tmp 2026-09-14
20260610 2026-06-14
20260605 2026-06-05
latest 2026-04-06