flowmade-one

server (latest)

Published 2026-01-09 09:25:58 +00:00 by HugoNijhuis

Installation

docker pull git.flowmade.one/flowmade-one/server:latest
sha256:c60c009d6309cd9df824f298a9368d20c356f2727671b22bdcf4a15009d1bd98

Images

Digest OS / Arch Size
72a20ed5fc linux/arm64 16 MiB

Image Layers ( linux/arm64)

ADD alpine-minirootfs-3.23.2-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk --no-cache add ca-certificates tzdata # buildkit
RUN /bin/sh -c adduser -D -s /bin/sh aether # buildkit
WORKDIR /app
COPY /app/cmd/aether-runtime/aether-runtime . # buildkit
RUN /bin/sh -c chown aether:aether /app/aether-runtime # buildkit
USER aether
EXPOSE [8080/tcp]
HEALTHCHECK &{["CMD-SHELL" "wget --no-verbose --tries=1 --spider http://localhost:8080/health || exit 1"] "30s" "3s" "5s" "0s" '\x03'}
CMD ["./aether-runtime" "--port=8080"]
Details
Container
2026-01-09 09:25:58 +00:00
0
OCI / Docker
Versions (2) View all
1.0.0 2026-01-09
latest 2026-01-09