Skip to content

Commit

Permalink
feat: Use host network to build image
Browse files Browse the repository at this point in the history
Signed-off-by: mYmNeo <[email protected]>
(cherry picked from commit a09ca62)
  • Loading branch information
mYmNeo committed May 21, 2020
1 parent eed2de0 commit 75f2c87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ function plugin::generate_img() {
(
cd ${ROOT}/go/build
docker build \
--network=host \
--build-arg version=${version} \
--build-arg commit=${commit} \
--build-arg base_img=${base_img} \
Expand Down

0 comments on commit 75f2c87

Please sign in to comment.