Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c748b9aba6 | ||
|
|
7cd4708129 |
@@ -1,6 +1,6 @@
|
|||||||
### ISC BIND9 Container (Stable: 9.14.3_xx) built on top of Alpine
|
### ISC BIND9 Container (Stable: 9.14.7_xx) built on top of Alpine
|
||||||
### Last update: 6-26-19
|
### Last update: 10-24-19
|
||||||
### Latest Stable Docker Tag: 9.14.3-r0
|
### Latest Stable Docker Tag: 9.14.7-r0
|
||||||
|
|
||||||
NOTE: "Last Update" is the date of the latest DockerHub build.
|
NOTE: "Last Update" is the date of the latest DockerHub build.
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
EXPOSE 53 53/udp
|
EXPOSE 53 53/udp
|
||||||
|
|
||||||
RUN apk --update upgrade && apk add bind bind-tools
|
RUN apk --update upgrade && apk add bind bind-tools bind-plugins
|
||||||
|
|
||||||
# /etc/bind needs to be owned by root, group owned by "bind", and chmod 750
|
# /etc/bind needs to be owned by root, group owned by "bind", and chmod 750
|
||||||
# since we are mounting, do it manually
|
# since we are mounting, do it manually
|
||||||
|
|||||||
Reference in New Issue
Block a user