flowmade-one

aether-backend (1.0.60)

Published 2026-01-09 09:17:51 +00:00 by HugoNijhuis

Installation

docker pull git.flowmade.one/flowmade-one/aether-backend:1.0.60
sha256:8a7886ca5a9514180ae0a7edc72221fc2352fb57d1f69f71855b8902da7fe78d

Images

Digest OS / Arch Size
257025336d 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:17:51 +00:00
1
OCI / Docker
Versions (4) View all
1.0.60 2026-01-09
latest 2026-01-09
1.0.59 2026-01-08
1.0.56 2025-12-30