This is the very first release of the 🎉 blu3r4y/dnsmasq-netbios
multi-arch container image which bundles the following software:
Pull this release from DockerHub or GHCR
docker pull blu3r4y/dnsmasq-netbios:1.0.0
docker pull ghcr.io/blu3r4y/dnsmasq-netbios:1.0.0
The image didn't have version tags previously, so this is what changed in the meantime:
- Print an error and exit if the configuration folder
/etc/dnsmasq/
isn't mapped as a volume - Start
dnsmasq
with the-k
flag so thatkeep-in-foreground
must not be put into the configuration file anymore - Added a
docker-compose.yml
file - Use one multi-arch
Dockerfile
with a separate builder stage - Introduce automatic builds and pushes with GitHub Actions
The container is built for the following architectures
- amd64
- arm64
- arm/v6
- arm/v7
The amd64
and arm32
arch tags are deprecated by the new semantic version tags.