~athos-ribeiro/ubuntu-docker-images/+git/bind9:9.16-21.10

Last commit made on 2022-02-01
Get this branch:
git clone -b 9.16-21.10 https://git.launchpad.net/~athos-ribeiro/ubuntu-docker-images/+git/bind9
Only Athos Ribeiro can upload to this branch. If you are Athos Ribeiro please log in for upload directions.

Branch merges

Branch information

Recent commits

b9552e3... by Athos Ribeiro

Fix privileged port binding for non-root users

The bind9 image currently runs with the bind user. This results in
errors when trying to bind to privileged (lower) ports on certain
environments where net.ipv4.ip_unprivileged_port_start is not set.

This patch fixes the issue by

* Running the image as the default base image user (root); and
* Improving the documentation on how the ports should be exposed in the
  host system and how to properly run the k8s examples.

(LP: #1955680)

Signed-off-by: Athos Ribeiro <email address hidden>

8632106... by Sergio Durigan Junior

Remove documentation (migrated to templates.git)

772fbd3... by Bryce Harrington

Add example for use as a caching nameserver.

14cb175... by Bryce Harrington

Implement bind9 OCI image

674f892... by Bryce Harrington

Initial commit