bumps
This commit is contained in:
parent
f1440115ab
commit
b406863af1
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu/bind9:9.18-22.04_beta
|
||||
|
||||
LABEL version="20240525.1.1"
|
||||
LABEL version="20240525.1.2"
|
||||
LABEL description="bind9 primary nameserver"
|
||||
|
||||
ENV BIND_LIB_DIR=/var/lib/bind
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu/bind9:9.18-22.04_beta
|
||||
|
||||
LABEL version="20240525.1.1"
|
||||
LABEL version="20240525.1.2"
|
||||
LABEL description="bind9 secondary nameserver"
|
||||
|
||||
ENV BIND_LIB_DIR=/var/lib/bind
|
||||
|
|
|
@ -18,7 +18,7 @@ services:
|
|||
container_name: ns1
|
||||
build:
|
||||
dockerfile: Dockerfile.primary
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240525.1.2
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240525.1.3
|
||||
restart: always
|
||||
user: root
|
||||
environment:
|
||||
|
@ -41,7 +41,7 @@ services:
|
|||
container_name: ns2
|
||||
build:
|
||||
dockerfile: Dockerfile.secondary
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-secondary:240525.1.1
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-secondary:240525.1.2
|
||||
restart: always
|
||||
user: root
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue