relay (sha-9b919e7)

Published 2026-04-09 01:16:13 +01:00 by ivoryghst

Installation

docker pull forge.azrak.io/azrak/relay:sha-9b919e7
sha256:8ef0eea9de3f935e1789928b7f8ac45cd75e8ea5eb09ae5e0d385808abe18ccc

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600'
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-04-09 01:16:13 +01:00
0
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