Use host network
This commit is contained in:
@ -27,6 +27,7 @@ echo "⚠️ Cache Miss. Building new base image..."
|
||||
buildah build \
|
||||
--tls-verify=false \
|
||||
--storage-driver=vfs \
|
||||
--network=host \
|
||||
-f Dockerfile.base \
|
||||
-t "$FULL_TAG" \
|
||||
-t "$LATEST_TAG" \
|
||||
|
||||
@ -32,6 +32,7 @@ echo "---------------------------------------"
|
||||
buildah build \
|
||||
--tls-verify=false \
|
||||
--storage-driver=vfs \
|
||||
--network=host \
|
||||
--build-arg img_version=custom \
|
||||
-f Dockerfile.windows \
|
||||
-t "$WIN_TAG" \
|
||||
|
||||
Reference in New Issue
Block a user