docker-tftp (sha256:f0464934e5a9126b783a1930f6f7fa2ac9354e800ad273daf3c0dd6bd58344e1)
Installation
docker pull git.hackmi.ch/phil/docker-tftp@sha256:f0464934e5a9126b783a1930f6f7fa2ac9354e800ad273daf3c0dd6bd58344e1
sha256:f0464934e5a9126b783a1930f6f7fa2ac9354e800ad273daf3c0dd6bd58344e1
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 map[69/udp:{}] |
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-07-27T10:04:34Z |
org.opencontainers.image.revision | 7746dd02e1919fb6eb73cd753b4d0fce65a86b9d |
org.opencontainers.image.source | https://git.hackmi.ch/phil/docker-tftp.git |
org.opencontainers.image.url | https://git.hackmi.ch/phil/docker-tftp |