mdns-repeater (sha256:078dcecefe2a354805ae81d076fd630ef77c3f0305c210347a65bf82bf6028c5)

Published 2025-06-03 11:44:21 +12:00 by alex in alex/mdns-repeater

Installation

docker pull git.oooo.nz/alex/mdns-repeater@sha256:078dcecefe2a354805ae81d076fd630ef77c3f0305c210347a65bf82bf6028c5
sha256:078dcecefe2a354805ae81d076fd630ef77c3f0305c210347a65bf82bf6028c5

About this package

An up to date docker image based on the mdns-repeater project at https://github.com/Alphix/mdns-repeater/tree/add-ipv6-support

Image layers

ADD alpine-minirootfs-3.22.0-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache build-base bash docker-cli git && git clone -b add-ipv6-support https://github.com/Alphix/mdns-repeater.git && cd mdns-repeater && make && mv mdns-repeater /bin && chmod a+x /bin/mdns-repeater && apk del build-base git && rm -rf /var/cache/apk/* /tmp/* # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
RUN /bin/sh -c chmod a+x entrypoint.sh # buildkit
ENV USE_MDNS_REPEATER=1 OPTIONS= INTERFACES=eth0 DOCKER_NETWORKS=net1 net2
ENTRYPOINT ["/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2025-06-02T23:43:29.004Z
org.opencontainers.image.description An up to date docker image based on the mdns-repeater project at https://github.com/Alphix/mdns-repeater/tree/add-ipv6-support
org.opencontainers.image.licenses
org.opencontainers.image.revision 76d8446057804823c460f63326af9f7e8e3ef5a6
org.opencontainers.image.source https://git.oooo.nz/alex/mdns-repeater
org.opencontainers.image.title mdns-repeater
org.opencontainers.image.url https://git.oooo.nz/alex/mdns-repeater
org.opencontainers.image.version main
Details
Container
2025-06-03 11:44:21 +12:00
0
OCI / Docker
linux/arm64
14 MiB
Versions (1) View all
latest 2025-06-03