Luca Haid Luca

oebb-api (latest)

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

Installation

docker pull gitea.haid.in/luca/oebb-api:latest
sha256:9e9b9ab03aba3c33f4416309fbdfb8e94b1196f787b4b67c246edd79df67e302

Images

Digest OS / Arch Size
11414408ee linux/amd64 31 MiB

Image Layers ( linux/amd64)

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
Versions (2) View all
main 2026-01-17
latest 2026-01-17