asonix/relay (0.3.116)

Published 2026-01-05 14:03:11 +08:00 by johnroyer

Installation

docker pull dev.zeroplex.tw/johnroyer/asonix/relay:0.3.116
sha256:d00bdf680a79e1aa1dd00d2035ea4f04f7ce2b3d5880600248d8661fe53538b8

About this package

ActivityPub relay in Rust

Image layers

ADD alpine-minirootfs-3.19.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG UID=991
ARG GID=991
ENV UID=991 GID=991
USER root
RUN |2 UID=991 GID=991 /bin/sh -c addgroup -g "${GID}" app && adduser -D -G app -u "${UID}" -g "" -h /opt/app app && apk add tini && chown -R app:app /mnt # buildkit
COPY relay /usr/local/bin/relay # buildkit
USER app
EXPOSE map[6669/tcp:{}]
EXPOSE map[8080/tcp:{}]
VOLUME [/mnt]
ENTRYPOINT ["/sbin/tini" "--"]
CMD ["/usr/local/bin/relay"]

Labels

Key Value
org.opencontainers.image.created 2024-12-10T03:13:57.448Z
org.opencontainers.image.description ActivityPub relay in Rust
org.opencontainers.image.licenses
org.opencontainers.image.revision 6ff7b59778f5107dcf557f91d4167f8ab7bc2331
org.opencontainers.image.source https://git.asonix.dog/asonix/relay
org.opencontainers.image.title relay
org.opencontainers.image.url https://git.asonix.dog/asonix/relay
org.opencontainers.image.version 0.3.116-linux-amd64
Details
Container
2026-01-05 14:03:11 +08:00
0
OCI / Docker
linux/amd64
17 MiB
Versions (1) View all
0.3.116 2026-01-05