~ubuntu-docker-images/ubuntu-docker-images/+git/bind9:9.16-20.04

Last commit made on 2022-04-22
Get this branch:
git clone -b 9.16-20.04 https://git.launchpad.net/~ubuntu-docker-images/ubuntu-docker-images/+git/bind9
Members of Ubuntu Docker Images can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

db73cc8... by Sergio Durigan Junior

Allow user to specify the BIND9_USER that will start named

LP: #1969756

Signed-off-by: Sergio Durigan Junior <email address hidden>

50368c0... 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>

6450303... by Bryce Harrington

Retarget to focal

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