Skip to content

Commit 3a45120

Browse files
committed
Set bindHostToBuilder to false when building Spring test images
1 parent f4bcb2e commit 3a45120

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/operator-test-spring-2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</image>
103103
<docker>
104104
<host>${env.DOCKER_HOST}</host>
105-
<bindHostToBuilder>true</bindHostToBuilder>
105+
<bindHostToBuilder>false</bindHostToBuilder>
106106
</docker>
107107
</configuration>
108108
</plugin>

java/operator-test-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
</image>
111111
<docker>
112112
<host>${env.DOCKER_HOST}</host>
113-
<bindHostToBuilder>true</bindHostToBuilder>
113+
<bindHostToBuilder>false</bindHostToBuilder>
114114
</docker>
115115
</configuration>
116116
</plugin>

0 commit comments

Comments
 (0)