arcodange
  • Joined on 2025-08-27

dance-lessons-coach (9072b3e2466cfe0fbd8ce87b9e3fca00fab5698f)

Published 2026-05-05 11:52:20 +02:00 by arcodange in arcodange/dance-lessons-coach

Installation

docker pull gitea.arcodange.fr/arcodange/dance-lessons-coach:9072b3e2466cfe0fbd8ce87b9e3fca00fab5698f
sha256:669d5738badc6fb7e08aab3f2e5780343e6fd7fb47992065fbc8eb5d9f86b052

Image Layers

ADD alpine-minirootfs-3.18.12-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
WORKDIR /app
RUN /bin/sh -c apk add --no-cache ca-certificates tzdata # buildkit
COPY /dance-lessons-coach /app/dance-lessons-coach # buildkit
COPY config.yaml /app/config.yaml # buildkit
RUN /bin/sh -c chmod +x /app/dance-lessons-coach # buildkit
ENV TZ=UTC
EXPOSE [8080/tcp]
HEALTHCHECK &{["CMD-SHELL" "wget -q --spider http://localhost:8080/api/health || exit 1"] "30s" "3s" "0s" "0s" '\x00'}
ENTRYPOINT ["/app/dance-lessons-coach"]
Details
Container
2026-05-05 11:52:20 +02:00
0
OCI / Docker
linux/arm64
41 MiB
Versions (32) View all