Skip to content
Snippets Groups Projects
Unverified Commit 606caf7c authored by Patrick Oberdorf's avatar Patrick Oberdorf
Browse files

release of 1.17

parent aaa62cfc
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:bionic FROM ubuntu:bionic
MAINTAINER patrick@oberdorf.net MAINTAINER patrick@oberdorf.net
ENV VERSION 1.15.0 ENV VERSION 1.17.0
WORKDIR /usr/local/src/ WORKDIR /usr/local/src/
ADD assets/sha256checksum sha256checksum ADD assets/sha256checksum sha256checksum
......
...@@ -5,12 +5,12 @@ Unbound (with DNSSEC validation) ...@@ -5,12 +5,12 @@ Unbound (with DNSSEC validation)
Just use this command to start the container. Unbound will listen on port 53/udp. Just use this command to start the container. Unbound will listen on port 53/udp.
```docker run --name unbound -d -p 53:53/udp -p 53:53 mobilistics/unbound:1.15.0``` ```docker run --name unbound -d -p 53:53/udp -p 53:53 mobilistics/unbound:1.17.0```
(optional) (optional)
If you want to override the nameserver in the unbound container, you can use: If you want to override the nameserver in the unbound container, you can use:
```docker run --name unbound -d -p 53:53/udp -p 53:53 --dns="127.0.0.1" mobilistics/unbound:1.15.0``` ```docker run --name unbound -d -p 53:53/udp -p 53:53 --dns="127.0.0.1" mobilistics/unbound:1.17.0```
# Configuration # Configuration
These options can be set via the environment variable -e flag: These options can be set via the environment variable -e flag:
......
a480dc6c8937447b98d161fe911ffc76cfaffa2da18788781314e81339f1126f unbound-1.15.0.tar.gz dcbc95d7891d9f910c66e4edc9f1f2fde4dea2eec18e3af9f75aed44a02f1341 unbound-1.17.0.tar.gz
unbound: unbound:
image: mobilistics/unbound:1.15.0 image: mobilistics/unbound:1.17.0
ports: ports:
- "53:53/udp" - "53:53/udp"
- "53:53" - "53:53"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment