Skip to content

Commit

Permalink
Add network host to Dockerfile.dapper
Browse files Browse the repository at this point in the history
Signed-off-by: Cooper Tseng <cooper.tseng@suse.com>
  • Loading branch information
brandboat committed Nov 26, 2024
1 parent 3c23caa commit deb9126
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ RUN wget --quiet https://github.com/docker/buildx/releases/download/v0.13.1/buil

ENV DAPPER_ENV REPO TAG DRONE_TAG
ENV DAPPER_SOURCE /go/src/github.com/harvester/terraform-provider-harvester
# Use host network for dapper run to allow access to harvester in ACC test
ENV DAPPER_RUN_ARGS "--network host"
ENV DAPPER_OUTPUT ./bin ./dist
ENV DAPPER_DOCKER_SOCKET true
ENV HOME ${DAPPER_SOURCE}
Expand Down

0 comments on commit deb9126

Please sign in to comment.