Compare commits

..

No commits in common. "3964647a8b26f7b275ee7fd4b100a355ac17dea3" and "d4e2afea135d25cebe9dbe8d1fbda31d2de3c882" have entirely different histories.

5 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
FROM ubuntu/bind9:9.18-22.04_beta FROM ubuntu/bind9:9.18-22.04_beta
LABEL version="20240525.1.1" LABEL version="20240513.1.3"
LABEL description="bind9 primary nameserver" LABEL description="bind9 primary nameserver"
ENV BIND_LIB_DIR=/var/lib/bind ENV BIND_LIB_DIR=/var/lib/bind

View File

@ -1,6 +1,6 @@
FROM ubuntu/bind9:9.18-22.04_beta FROM ubuntu/bind9:9.18-22.04_beta
LABEL version="20240525.1.1" LABEL version="20240515.1.3"
LABEL description="bind9 secondary nameserver" LABEL description="bind9 secondary nameserver"
ENV BIND_LIB_DIR=/var/lib/bind ENV BIND_LIB_DIR=/var/lib/bind

View File

@ -18,7 +18,7 @@ services:
container_name: ns1 container_name: ns1
build: build:
dockerfile: Dockerfile.primary dockerfile: Dockerfile.primary
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240525.1.1 image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240520.1.5
restart: always restart: always
user: root user: root
environment: environment:
@ -41,7 +41,7 @@ services:
container_name: ns2 container_name: ns2
build: build:
dockerfile: Dockerfile.secondary 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:240515.4.7
restart: always restart: always
user: root user: root
environment: environment:

View File

@ -2,7 +2,7 @@ $ORIGIN com.
$TTL 2m $TTL 2m
kameronkenny IN SOA ns1.kameronkenny.com. root.kameronkenny.com. ( kameronkenny IN SOA ns1.kameronkenny.com. root.kameronkenny.com. (
24052501 ; serial number YYMMDDNN 24052005 ; serial number YYMMDDNN
1h ; Refresh 1h ; Refresh
15m ; Retry 15m ; Retry
10d ; Expire 10d ; Expire
@ -22,5 +22,5 @@ $ORIGIN kameronkenny.com.
ns1 IN A 204.8.15.80 ns1 IN A 204.8.15.80
ns2 IN A 204.8.15.81 ns2 IN A 204.8.15.81
; ;
www IN A 204.8.15.81
photos IN CNAME domains.smugmug.com. photos IN CNAME domains.smugmug.com.
www IN CNAME kameronkenny.com.

View File

@ -2,7 +2,7 @@ $ORIGIN net.
$TTL 2m $TTL 2m
thelinuxpro IN SOA ns1.thelinuxpro.net. root.thelinuxpro.net. ( thelinuxpro IN SOA ns1.thelinuxpro.net. root.thelinuxpro.net. (
24052501 ; serial number YYMMDDNN 24051503 ; serial number YYMMDDNN
1h ; Refresh 1h ; Refresh
15m ; Retry 15m ; Retry
10d ; Expire 10d ; Expire
@ -19,5 +19,5 @@ $ORIGIN thelinuxpro.net.
ns1 IN A 204.8.15.80 ns1 IN A 204.8.15.80
ns2 IN A 204.8.15.81 ns2 IN A 204.8.15.81
; ;
www IN A 204.8.15.81 www IN CNAME thelinuxpro.net.
v IN A 204.8.15.80 v IN A 204.8.15.80