docker-tftp (sha256:1d04070d75a172dc6f7730a62bc2d9f978893c957b22233fa831f4931edd5597)
Installation
docker pull git.hackmi.ch/phil/docker-tftp@sha256:1d04070d75a172dc6f7730a62bc2d9f978893c957b22233fa831f4931edd5597sha256:1d04070d75a172dc6f7730a62bc2d9f978893c957b22233fa831f4931edd5597Image layers
| ADD alpine-minirootfs-3.23.4-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 [69/udp] |
| 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 | 2026-04-16T03:25:42Z |
| org.opencontainers.image.revision | f2c68e3f7a88f04ece65809a09bbaf3279edb1a5 |
| org.opencontainers.image.source | https://git.hackmi.ch/phil/docker-tftp.git |
| org.opencontainers.image.url | https://git.hackmi.ch/phil/docker-tftp |