Merge ~bryce/ubuntu-docker-images/+git/bind9:initial-implementation into ~ubuntu-docker-images/ubuntu-docker-images/+git/bind9:main
Proposed by
Bryce Harrington
Status: | Merged |
---|---|
Merge reported by: | Bryce Harrington |
Merged at revision: | 772fbd3e8e5e3378c1b11af8dadce6b274d7ed49 |
Proposed branch: | ~bryce/ubuntu-docker-images/+git/bind9:initial-implementation |
Merge into: | ~ubuntu-docker-images/ubuntu-docker-images/+git/bind9:main |
Diff against target: |
456 lines (+390/-0) 11 files modified
Dockerfile (+28/-0) HACKING.md (+55/-0) Makefile (+26/-0) README.md (+86/-0) data/bind9.yaml (+40/-0) docker-entrypoint.sh (+20/-0) examples/README.md (+43/-0) examples/bind9-deployment.yml (+35/-0) examples/caching-nameserver/README.md (+24/-0) examples/caching-nameserver/named.conf.options (+26/-0) examples/docker-compose.yml (+7/-0) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Sergio Durigan Junior | Approve | ||
Canonical Server | Pending | ||
Review via email: mp+408328@code.staging.launchpad.net |
Description of the change
Initial OCI for bind9.
I also have a bind9_test.sh prepared for oci-unit-tests however it appears to expect the image to exist in a remote repository in order to run it. At least, I haven't sorted out how to run it entirely locally. So that is still TBD, and may require some adjustments to this image once it does run. That said, I *think* this image is more or less ready for review.
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
Thanks for the MP, Bryce.
I found some spots that need fixing/adjustments, so I'm leaving comments where applicable. I haven't tested the microk8s service; will do that later.
As for your comment regarding running the unit tests using locally-built images, you can use the DOCKER_IMAGE variable to do that:
# DOCKER_ IMAGE=test/ bind9 sh bind9_test.sh