• Joined on 2023-05-15

auth (tmp)

Published 2026-09-14 11:19:04 +08:00 by ans

Installation

docker pull gitea.malai.tech/ans/auth:tmp
sha256:06d1c5c85be8f6264b93b505d73891b0a09020909ca2db94b6a3c1b29e3f9bb5

Image Layers

ADD alpine-minirootfs-3.23.5-aarch64.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:19:04 +08:00
5
OCI / Docker
linux/arm64
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