docker-build
docker-build copied to clipboard
personal docker build for armhf and aarch64
docker-build
- personal docker build
- It exists to check the operation of container in the ARM environment (arm64/Aarch64).
For arm32, tackle depending on the mood.
- Basically we will check the operation of the following application.
- Extensions are not necessarily build targets.
- Prioritize minimizing container size in build
base images
check software
| Software | url | version |
|---|---|---|
| dibbler-server | http://klub.com.pl/dhcpv6/ | |
| NSD | https://www.nlnetlabs.nl/projects/nsd/ | |
| Unbound | https://www.nlnetlabs.nl/projects/unbound/ | |
| PowerDNS recursor | https://www.powerdns.com/recursor.html | |
| Knot DNS resolver | https://www.knot-resolver.cz/ | |
| Knot DNS | https://www.knot-dns.cz/ | |
| CoreDNS (testing) | https://coredns.io/ | Currently the Docker image is released from CoreDNS.io formula. https://hub.docker.com/r/coredns/coredns/ |
| dnsdist | https://dnsdist.org/ | |
| BIND9(testing) | https://www.isc.org/downloads/bind/ | |
| ISC Kea | https://www.isc.org/kea/ | |
| zabbix-agent (testing) | https://www.zabbix.com/ | |
| DNSCrypt Proxy | https://github.com/jedisct1/dnscrypt-proxy | |
| Stubby | https://github.com/getdnsapi/stubby | |
| gobetween (testing) | https://github.com/yyyar/gobetween | |
| glider (testing) | https://github.com/nadoo/glider | |
| overture (testing) | https://github.com/shawn1m/overture |
container registry
- Docker hub https://hub.docker.com/u/kometchtech/
- GitHub Package Registry https://github.com/kometchtech/docker-build/packages
Tips
- configuration IPv6
echo '{"ipv6":true, "fixed-cidr-v6":"2001:db8:1::/64"}' | sudo tee -a /etc/docker/daemon.json
sudo systemctl restart docker.service
- If you make the Interface
docker network create --ipv6 \
--gateway 2001:db8:1::1 \
--subnet 2001:db8:1::/80 \
docker-ipv6-network