backend-timetables (057ee20)

Published 2026-05-02 05:59:44 +00:00 by wesley

Installation

docker pull git.edge.capetown/school/backend-timetables:057ee20
sha256:e542e9f0368ece63259eb837f6043ebbfc4e4f1288eb699808f0c6d400a45d43

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-02 05:59:44 +00:00
1
OCI / Docker
linux/amd64
31 MiB
Versions (40) View all
83ca420 2026-05-14
latest 2026-05-14
b778166 2026-05-11
bc51fa1 2026-05-11
6c6a604 2026-05-11