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

Last commit made on 2022-02-01
Get this branch:
git clone -b 9.16-20.04-lp1955680 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

Name:
9.16-20.04-lp1955680
Repository:
lp:~athos-ribeiro/ubuntu-docker-images/+git/bind9

Recent commits

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