backend-identity (d85ba76)

Published 2026-05-01 08:36:20 +00:00 by wesley

Installation

docker pull git.edge.capetown/school/backend-identity:d85ba76
sha256:7154ad5b1c6310250f75d27f93e880c191a58cf05c3b670bf3bf9e2ea310ddb4

Image layers

ADD alpine-minirootfs-3.19.9-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN apk add --no-cache ca-certificates tzdata && addgroup -S -g 1000 app && adduser -S -u 1000 -G app app
COPY --from=build /go/bin/goose /usr/local/bin/goose
COPY --from=build /out/app /app
COPY services/${SERVICE}/ /tmp/svc/
RUN mkdir -p /migrations && if [ -d /tmp/svc/migrations ]; then cp -a /tmp/svc/migrations/. /migrations/ 2>/dev/null || true; fi && rm -rf /tmp/svc
Details
Container
2026-05-01 08:36:20 +00:00
0
OCI / Docker
linux/amd64
32 MiB
Versions (121) View all
cd9eed0 2026-05-13
latest 2026-05-13
b778166 2026-05-11
fd2edf2 2026-05-11
bc51fa1 2026-05-11