Skip to content

kometchtech/docker-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-build

GitHub repo size in bytes

  • 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/ Docker Pulls
NSD https://www.nlnetlabs.nl/projects/nsd/ Docker Pulls Docker Image Version (latest semver)
Unbound https://www.nlnetlabs.nl/projects/unbound/ Docker Pulls Docker Image Version (latest semver)
PowerDNS recursor https://www.powerdns.com/recursor.html Docker Pulls Docker Image Version (latest semver)
Knot DNS resolver https://www.knot-resolver.cz/ Docker Pulls Docker Image Version (latest semver)
Knot DNS https://www.knot-dns.cz/ Docker Pulls Docker Image Version (latest semver)
CoreDNS (testing) https://coredns.io/ Currently the Docker image is released from CoreDNS.io formula.
https://hub.docker.com/r/coredns/coredns/
Docker Pulls Docker Image Version (latest semver)
dnsdist https://dnsdist.org/ Docker Pulls Docker Image Version (latest semver)
BIND9(testing) https://www.isc.org/downloads/bind/ Docker Pulls Docker Image Version (latest semver)
ISC Kea https://www.isc.org/kea/ Docker Pulls Docker Image Version (latest semver)
zabbix-agent (testing) https://www.zabbix.com/ Docker Pulls Docker Image Version (latest semver)
DNSCrypt Proxy https://github.com/jedisct1/dnscrypt-proxy Docker Pulls Docker Image Version (latest semver)
Stubby https://github.com/getdnsapi/stubby Docker Pulls Docker Image Version (latest semver)
gobetween (testing) https://github.com/yyyar/gobetween Docker Pulls
glider (testing) https://github.com/nadoo/glider Docker Pulls
overture (testing) https://github.com/shawn1m/overture

container registry

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