Skip to content

Commit 438f90b

Browse files
authored
Update docker registry name (#6419)
Update docker registry name Signed-off-by: LongyuZhang <[email protected]>
1 parent 5e0bd31 commit 438f90b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

external/aot/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<property name="src" location="." />
1313

1414
<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} " />
1616
<exec executable="bash" failonerror="true">
1717
<arg value="${DEST_EXTERNAL}/external.sh"/>
1818
<arg value="--prepare"/>
@@ -25,7 +25,7 @@
2525
<arg value="--impl"/>
2626
<arg value="${JDK_IMPL}"/>
2727
<arg value="--base_docker_registry_url"/>
28-
<arg value="docker.io"/>
28+
<arg value="icr.io"/>
2929
<arg value="--base_docker_registry_dir"/>
3030
<arg value="default"/>
3131
<arg value="--docker_args"/>

external/criu-functional/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<property name="src" location="." />
1313

1414
<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} " />
1616
<exec executable="bash" failonerror="true">
1717
<arg value="${DEST_EXTERNAL}/external.sh"/>
1818
<arg value="--prepare"/>
@@ -25,7 +25,7 @@
2525
<arg value="--impl"/>
2626
<arg value="${JDK_IMPL}"/>
2727
<arg value="--base_docker_registry_url"/>
28-
<arg value="docker.io"/>
28+
<arg value="icr.io"/>
2929
<arg value="--base_docker_registry_dir"/>
3030
<arg value="default"/>
3131
<arg value="--docker_args"/>

0 commit comments

Comments
 (0)