relay (sha-65bf2ef)

Published 2026-05-26 04:54:10 +01:00 by ivoryghst

Installation

docker pull forge.azrak.io/azrak/relay:sha-65bf2ef
sha256:bdc76439842402eb3f1c432ec738472c3c43da61bdf8c6c514dda4134563dfbb

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'
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-05-26 04:54:10 +01:00
2
OCI / Docker
linux/amd64
35 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