~sergiodj/ubuntu-docker-images/+git/bind9:9.18-22.10

Last commit made on 2022-08-25
Get this branch:
git clone -b 9.18-22.10 https://git.launchpad.net/~sergiodj/ubuntu-docker-images/+git/bind9
Only Sergio Durigan Junior can upload to this branch. If you are Sergio Durigan Junior please log in for upload directions.

Branch merges

Branch information

Name:
9.18-22.10
Repository:
lp:~sergiodj/ubuntu-docker-images/+git/bind9

Recent commits

314f087... by Sergio Durigan Junior

Dockerfile: update to Kinetic

LP: #1973083

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

7389927... 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>

acdd747... by Athos Ribeiro

Update Dockerfile for 22.04 release

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

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