File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
<property name =" src" location =" ." />
13
13
14
14
<target name =" prepare_base_image" depends =" move_scripts,clean_image" description =" prepare the base image" >
15
- <echo message =" Executing external.sh --prepare --dir ${ TEST } --tag ${ dockerImageTag } --version ${ JDK_VERSION } --impl ${ JDK_IMPL } --base_docker_registry_url 'docker .io' --base_docker_registry_dir 'default' --docker_args ${ extra_docker_args } " />
15
+ <echo message =" Executing external.sh --prepare --dir ${ TEST } --tag ${ dockerImageTag } --version ${ JDK_VERSION } --impl ${ JDK_IMPL } --base_docker_registry_url 'icr .io' --base_docker_registry_dir 'default' --docker_args ${ extra_docker_args } " />
16
16
<exec executable =" bash" failonerror =" true" >
17
17
<arg value =" ${ DEST_EXTERNAL } /external.sh" />
18
18
<arg value =" --prepare" />
25
25
<arg value =" --impl" />
26
26
<arg value =" ${ JDK_IMPL } " />
27
27
<arg value =" --base_docker_registry_url" />
28
- <arg value =" docker .io" />
28
+ <arg value =" icr .io" />
29
29
<arg value =" --base_docker_registry_dir" />
30
30
<arg value =" default" />
31
31
<arg value =" --docker_args" />
Original file line number Diff line number Diff line change 12
12
<property name =" src" location =" ." />
13
13
14
14
<target name =" prepare_base_image" depends =" move_scripts,clean_image" description =" prepare the base image" >
15
- <echo message =" Executing external.sh --prepare --dir ${ TEST } --tag ${ dockerImageTag } --version ${ JDK_VERSION } --impl ${ JDK_IMPL } --base_docker_registry_url 'docker .io' --base_docker_registry_dir 'default' --docker_args ${ extra_docker_args } " />
15
+ <echo message =" Executing external.sh --prepare --dir ${ TEST } --tag ${ dockerImageTag } --version ${ JDK_VERSION } --impl ${ JDK_IMPL } --base_docker_registry_url 'icr .io' --base_docker_registry_dir 'default' --docker_args ${ extra_docker_args } " />
16
16
<exec executable =" bash" failonerror =" true" >
17
17
<arg value =" ${ DEST_EXTERNAL } /external.sh" />
18
18
<arg value =" --prepare" />
25
25
<arg value =" --impl" />
26
26
<arg value =" ${ JDK_IMPL } " />
27
27
<arg value =" --base_docker_registry_url" />
28
- <arg value =" docker .io" />
28
+ <arg value =" icr .io" />
29
29
<arg value =" --base_docker_registry_dir" />
30
30
<arg value =" default" />
31
31
<arg value =" --docker_args" />
You can’t perform that action at this time.
0 commit comments