The ISC DHCP Server running in a Docker Container.
Depends on Version and Base Operating System. Debian has the best platform coverage for the latest version:
- linux/386
- linux/amd64
- linux/arm/v6
- linux/arm/v7
- linux/arm64
- linux/ppc64le 4.3.5+
- linux/s390x 4.3.5+
- linux/mips64le 4.4.1-2.3+
This script has a lookup table, as each Operating System release supports a specific version.
Debian
- 4.3.1
- 4.3.5
- 4.4.1
- 4.4.1-2.3
Ubuntu
- 4.3.3
- 4.3.5
- 4.4.1
.\build <ddver> <os>
<ddver>
The ISC DHCPD Version. You can specify latest
or all
. Required
<os>
The Base OS Image. Either debian
(default) or ubuntu
. Optional
Build version 4.3.5 on Debian
.\build 4.3.5
Build version 4.4.1 on Ubuntu
.\build 4.4.1 ubuntu