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