oebb-api (sha256:11414408eefeafc6eec1a427a57a880223f57635f9beec3f28de14c35f4af71d)

Published 2026-01-17 09:36:18 +00:00 by luca

Installation

docker pull gitea.haid.in/luca/oebb-api@sha256:11414408eefeafc6eec1a427a57a880223f57635f9beec3f28de14c35f4af71d
sha256:11414408eefeafc6eec1a427a57a880223f57635f9beec3f28de14c35f4af71d

Image Layers

ADD alpine-minirootfs-3.23.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
WORKDIR /app
RUN /bin/sh -c apk --no-cache add ca-certificates tzdata # buildkit
COPY /app/oebb-api . # buildkit
COPY /app/docs ./docs # buildkit
RUN /bin/sh -c addgroup -g 1000 oebb && adduser -D -u 1000 -G oebb oebb && chown -R oebb:oebb /app # buildkit
USER oebb
EXPOSE [8080/tcp]
HEALTHCHECK &{["CMD-SHELL" "wget --no-verbose --tries=1 --spider http://localhost:8080/health || exit 1"] "30s" "3s" "5s" "0s" '\x03'}
CMD ["./oebb-api"]

Labels

Key Value
org.opencontainers.image.created 2026-01-17T09:35:31.801Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision cd808cea45a1a88fe6c53721416af40c57e18a36
org.opencontainers.image.source https://gitea.haid.in/luca/oebb-api
org.opencontainers.image.title oebb-api
org.opencontainers.image.url https://gitea.haid.in/luca/oebb-api
org.opencontainers.image.version main
Details
Container
2026-01-17 09:36:18 +00:00
0
OCI / Docker
linux/amd64
31 MiB
Versions (2) View all
main 2026-01-17
latest 2026-01-17