Skip to content

Commit

Permalink
netlib try
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi2Day committed Aug 31, 2024
1 parent 3acdf50 commit ec049c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions netlib/dns_docker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const netlibNetworkName = "netlib-dns"
const netlibNetworkPrefix = "172.25.0"
const netlibDomain = "netlib.lan"
const netlibTestAddr = tDB
const netlibRepoTag = "9.18"

// const netlibRepoTag = "9.20"

var netlibDNSContainerName string
var netlibDNSContainer *dockertest.Resource
Expand Down Expand Up @@ -77,7 +78,7 @@ func prepareNetlibDNSContainer() (container *dockertest.Resource, err error) {
},
{
Name: "BIND9_VERSION",
Value: netlibRepoTag,
Value: "9.20",
},
}
dockerContextDir := test.TestDir + "/docker/dns"
Expand Down
2 changes: 1 addition & 1 deletion test/docker/dns/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BIND_VERSION=9.20
ARG BIND_VERSION=9.18
ARG VENDOR_IMAGE_PREFIX=""
ARG BIND_IMAGE=${VENDOR_IMAGE_PREFIX}docker.io/internetsystemsconsortium/bind9:${BIND_VERSION}
FROM ${BIND_IMAGE}
Expand Down

0 comments on commit ec049c5

Please sign in to comment.