docker-tftp (sha256:b294b08c69ad7bb327cf7dd1afe6b6693fb5ee26a2f7cca4f0d35535e699852e)
Installation
docker pull git.hackmi.ch/phil/docker-tftp@sha256:b294b08c69ad7bb327cf7dd1afe6b6693fb5ee26a2f7cca4f0d35535e699852e
sha256:b294b08c69ad7bb327cf7dd1afe6b6693fb5ee26a2f7cca4f0d35535e699852e
Image layers
ADD alpine-minirootfs-3.22.0-x86_64.tar.gz / # buildkit |
CMD ["/bin/sh"] |
LABEL maintainer=Phil <phil@hackmi.ch> |
LABEL description=Docker image for TFTP server using dnsmasq |
WORKDIR / |
RUN /bin/sh -c apk add --no-cache bash dnsmasq # buildkit |
EXPOSE &{[{{13 0} {13 0}}] 0xc00046ed40} |
HEALTHCHECK &{["CMD-SHELL" "nc -z -u 127.0.0.1 69 || exit 1"] "30s" "10s" "5s" "0s" '\x03'} |
COPY start.sh init.sh / # buildkit |
RUN /bin/sh -c chmod +x start.sh init.sh # buildkit |
VOLUME [/tftp] |
ENTRYPOINT ["./start.sh"] |
Labels
Key | Value |
---|---|
description | Docker image for TFTP server using dnsmasq |
maintainer | Phil <phil@hackmi.ch> |
org.opencontainers.image.created | 2025-09-28T18:39:05Z |
org.opencontainers.image.revision | d68d167438445a525deae579e3f3b97ea0e9bcdb |
org.opencontainers.image.source | https://git.hackmi.ch/phil/docker-tftp.git |
org.opencontainers.image.url | https://git.hackmi.ch/phil/docker-tftp |