relay (sha-9974460)

Published 2026-06-29 18:49:45 +01:00 by ivoryghst

Installation

docker pull forge.azrak.io/azrak/relay:sha-9974460
sha256:c7a638a261b13197fcaa95128fa6e0806ff287a4f73d1485ad458003af2013cf

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && rm -rf /var/lib/apt/lists/* && addgroup --system relay && adduser --system --ingroup relay relay # buildkit
COPY /app/target/release/relay /usr/local/bin/relay # buildkit
USER relay
EXPOSE [9000/tcp]
CMD ["relay"]
Details
Container
2026-06-29 18:49:45 +01:00
9
OCI / Docker
linux/amd64
36 MiB
Versions (25) View all
latest 2026-07-02
sha-537888f 2026-07-02
sha-9db339c 2026-07-01
sha-9014fa3 2026-07-01
sha-51898c9 2026-06-30