debian-docker
debian-docker copied to clipboard
scripts and Dockerfiles to build jmtd/debian* docker images
I'm surprised this didn't occur to me earlier, but we should generally run the builds inside containers themselves, so the host does not need to be Debian/have debootstrap around. There...
See #18
As the Docker daemon assigns IP addresses to a container, no DHCP client needs to be installed in a base image. Currently, the package [isc-dhcp-client](https://packages.debian.org/stretch/isc-dhcp-client) is installed, which, as written...
It’d be great if the locale and time zone could be set. For the time zone, using `timedatectl` in the Dockerfile does not work out of the box when building...
Elevated privileges are needed for some operations (chroot) and might be needed, depending on configuration, for others (docker ...); need to clarify how the user should achieve this (just run...