From c404ed2efb4731f46780befa3800d4618e715beb Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Sun, 15 Sep 2024 20:58:04 -0400 Subject: [PATCH] add git --- Dockerfile.primary | 2 +- Jenkinsfile | 8 ++++++++ docker-compose.yml | 2 +- primary/var/lib/bind/db.thelinuxpro.net | 3 ++- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Dockerfile.primary b/Dockerfile.primary index 8f82cdf..2742861 100644 --- a/Dockerfile.primary +++ b/Dockerfile.primary @@ -1,6 +1,6 @@ FROM ubuntu/bind9:9.18-22.04_beta -LABEL version="20240701.1.1" +LABEL version="20240915.1.1" LABEL description="bind9 primary nameserver" ENV BIND_LIB_DIR=/var/lib/bind diff --git a/Jenkinsfile b/Jenkinsfile index 0c2e79e..b184ee3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -112,6 +112,10 @@ pipeline { sh 'dig kameronkenny.com @10.99.153.241 a' sh 'dig kameronkenny.com @204.8.15.81 a' sh 'dig kameronkenny.com @10.99.153.242 a' + sh 'dig git.thelinuxpro.net @204.8.15.80 a' + sh 'dig git.thelinuxpro.net @10.99.153.241 a' + sh 'dig git.thelinuxpro.net @204.8.15.81 a' + sh 'dig git.thelinuxpro.net @10.99.153.242 a' } } @@ -125,6 +129,10 @@ pipeline { sh 'dig +multi kameronkenny.com @10.99.153.241 soa' sh 'dig +multi kameronkenny.com @204.8.15.81 soa' sh 'dig +multi kameronkenny.com @10.99.153.242 soa' + sh 'dig +multi git.thelinuxpro.net @204.8.15.80 soa' + sh 'dig +multi git.thelinuxpro.net @10.99.153.241 soa' + sh 'dig +multi git.thelinuxpro.net @204.8.15.81 soa' + sh 'dig +multi git.thelinuxpro.net @10.99.153.242 soa' } } } diff --git a/docker-compose.yml b/docker-compose.yml index 3c35a4f..2888e96 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: container_name: ns1 build: dockerfile: Dockerfile.primary - image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240701.1.1 + image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240915.1.1 restart: always user: root environment: diff --git a/primary/var/lib/bind/db.thelinuxpro.net b/primary/var/lib/bind/db.thelinuxpro.net index d831139..525317d 100755 --- a/primary/var/lib/bind/db.thelinuxpro.net +++ b/primary/var/lib/bind/db.thelinuxpro.net @@ -2,7 +2,7 @@ $ORIGIN net. $TTL 2m thelinuxpro IN SOA ns1.thelinuxpro.net. root.thelinuxpro.net. ( - 24052501 ; serial number YYMMDDNN + 24091501 ; serial number YYMMDDNN 1h ; Refresh 15m ; Retry 10d ; Expire @@ -21,3 +21,4 @@ ns2 IN A 204.8.15.81 ; www IN A 204.8.15.81 v IN A 204.8.15.80 +git IN A 204.8.15.81