File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
integration-tests/src/test/java/oracle/weblogic/kubernetes/actions/impl Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 19
19
import static oracle .weblogic .kubernetes .TestConstants .OPERATOR_RELEASE_NAME ;
20
20
import static oracle .weblogic .kubernetes .actions .impl .primitive .Kubernetes .getContainerImage ;
21
21
import static oracle .weblogic .kubernetes .actions .impl .primitive .Kubernetes .patchDeployment ;
22
+ import static oracle .weblogic .kubernetes .utils .CommonTestUtils .getImageBuilderExtraArgs ;
22
23
import static oracle .weblogic .kubernetes .utils .ThreadSafeLogger .getLogger ;
23
24
24
25
/**
@@ -94,7 +95,7 @@ public static String getImageName() {
94
95
* @return true on success
95
96
*/
96
97
public static boolean buildImage (String image ) {
97
- return Image .createImage (".." , image , "" );
98
+ return Image .createImage (".." , image , getImageBuilderExtraArgs () );
98
99
}
99
100
100
101
/**
You can’t perform that action at this time.
0 commit comments