We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32461f9 commit a48b254Copy full SHA for a48b254
build-img.sh
@@ -24,7 +24,7 @@ function build_img() {
24
cp ${ROOT}/Dockerfile ${ROOT}/build
25
(
26
cd ${ROOT}/build
27
- docker build --network=host --build-arg version=${version} --build-arg commit=${commit} -t ${IMAGE_FILE} .
+ docker build ${BUILD_FLAGS:-} --build-arg version=${version} --build-arg commit=${commit} -t ${IMAGE_FILE} .
28
)
29
}
30
0 commit comments