relay (sha-9014fa3)

Published 2026-07-01 12:56:19 +01:00 by ivoryghst

Installation

docker pull forge.azrak.io/azrak/relay:sha-9014fa3
sha256:4791ca36ab2b5739a1cd51e48fec950a7f23f4bef619cbc9b08a0d89bcbc657e

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-07-01 12:56:19 +01:00
0
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