faral-api (sha256:36fdda43e4c941f798ea849f6d0cd3e66452f3a0746d3740fc45cbb74ea04482)

Published 2026-03-03 21:27:58 +01:00 by jwtje

Installation

docker pull git.faral.io/faral/faral-api@sha256:36fdda43e4c941f798ea849f6d0cd3e66452f3a0746d3740fc45cbb74ea04482
sha256:36fdda43e4c941f798ea849f6d0cd3e66452f3a0746d3740fc45cbb74ea04482

Image layers

ADD alpine-minirootfs-3.21.6-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk --no-cache add ca-certificates && adduser -D -u 1000 faral # buildkit
WORKDIR /app
COPY /faral . # buildkit
ENV PORT=8080
EXPOSE [8080/tcp]
HEALTHCHECK &{["CMD-SHELL" "wget -qO- http://localhost:8080/healthz/live || exit 1"] "10s" "3s" "0s" "0s" '\x03'}
USER faral
ENTRYPOINT ["./faral"]
Details
Container
2026-03-03 21:27:58 +01:00
3
OCI / Docker
linux/amd64
22 MiB
Versions (48) View all
latest 2026-03-05
57-b244369 2026-03-05
52-7c3fedf 2026-03-04
51-e6fc974 2026-03-04
50-d252887 2026-03-04