File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,22 @@ image="linuxppc/build:$distro-$version"
2020if [[ " $distro " == " fedora" ]]; then
2121 from=" registry.fedoraproject.org/$distro :$version "
2222elif [[ " $distro " == " docs" ]]; then
23- from=" docker.io /ubuntu:$version "
23+ from=" public.ecr.aws/ubuntu /ubuntu:$version "
2424elif [[ " $distro " == " allcross" ]]; then
25- from=" docker.io /debian:$version "
25+ from=" public.ecr.aws/debian /debian:$version "
2626elif [[ " $distro " == " korg" ]]; then
2727 # Use an older distro for the 5.x toolchains.
2828 if [[ " $version " == 5.* ]]; then
29- from=" docker.io /ubuntu:16.04"
29+ from=" public.ecr.aws/docker/library /ubuntu:16.04"
3030 elif [[ " $version " == 13.* ]]; then
31- from=" docker.io /ubuntu:23.04"
31+ from=" public.ecr.aws/ubuntu /ubuntu:23.04"
3232 else
33- from=" docker.io /ubuntu:20.04"
33+ from=" public.ecr.aws/ubuntu /ubuntu:20.04"
3434 fi
35+ elif [[ " $distro " == " ubuntu" && " $version " == 16.* ]]; then
36+ from=" public.ecr.aws/docker/library/ubuntu:16.04"
3537else
36- from=" docker.io /$distro :$version "
38+ from=" public.ecr.aws/ $distro /$distro :$version "
3739fi
3840
3941if [[ " $task " == " image" ]]; then
You can’t perform that action at this time.
0 commit comments