make buildx instance use host network to keep dns as expected

main
Ricard Illa 2022-08-17 00:15:44 +02:00
parent 2e72f3cc0a
commit ff963159a9
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
update-binfmts --enable
docker buildx create --use
docker buildx create --driver docker-container --driver-opt network=host --name image-builder --use
docker buildx inspect --bootstrap
exec "$@"