~ubuntu-docker-images/ubuntu-docker-images/+git/bind9:9.18-23.04

Last commit made on 2023-04-17
Get this branch:
git clone -b 9.18-23.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

2b4444d... by Athos Ribeiro

Update to lunar

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

d9fba4c... by Athos Ribeiro

Allow logging configuration usage

This allows users to configure named to write logs to different files by
setting the USE_CONFIG_FILE_LOGGING environment variable. This will
change the foreground named flag from -g to -f, having named to read the
logging settings in the configuration file, if available.

LP: #1991719

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

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