diff --git a/dockerfile/anaconda-iso-creator/lorax-build b/dockerfile/anaconda-iso-creator/lorax-build index 8deb0affb86..2def548c14d 100755 --- a/dockerfile/anaconda-iso-creator/lorax-build +++ b/dockerfile/anaconda-iso-creator/lorax-build @@ -42,6 +42,7 @@ createrepo_c $REPO_DIR # The --volid argument can cause different network interface naming: https://github.com/rhinstaller/kickstart-tests/issues/448 lorax -p Fedora -v "$VERSION_ID" -r "$VERSION_ID" \ --volid Fedora-S-dvd-x86_64-rawh \ + -s https://download.copr.fedorainfracloud.org/results/packit/rhinstaller-anaconda-webui-296/fedora-rawhide-x86_64/ \ -s http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ \ -s file://$REPO_DIR/ \ "$@" \ diff --git a/dockerfile/anaconda-iso-creator/lorax-build-webui.j2 b/dockerfile/anaconda-iso-creator/lorax-build-webui.j2 index 7752fd6dbcb..2e5e43c8d69 100755 --- a/dockerfile/anaconda-iso-creator/lorax-build-webui.j2 +++ b/dockerfile/anaconda-iso-creator/lorax-build-webui.j2 @@ -52,6 +52,7 @@ lorax -p Fedora -v "$VERSION_ID" -r "$VERSION_ID" \ --volid Fedora-S-dvd-x86_64-rawh \ {% else %} --volid Fedora-S-dvd-x86_64-f{$ distro_release $} \ + -s https://download.copr.fedorainfracloud.org/results/packit/rhinstaller-anaconda-webui-296/fedora-rawhide-x86_64/ \ {% endif %} --sharedir ./templates.d/99-generic/ \ -s http://dl.fedoraproject.org/pub/fedora/linux/development/{$ distro_release $}/Everything/x86_64/os/ \ diff --git a/dockerfile/anaconda-iso-creator/lorax-build.j2 b/dockerfile/anaconda-iso-creator/lorax-build.j2 index c545def946b..5797240e143 100755 --- a/dockerfile/anaconda-iso-creator/lorax-build.j2 +++ b/dockerfile/anaconda-iso-creator/lorax-build.j2 @@ -37,6 +37,7 @@ createrepo_c $REPO_DIR lorax -p Fedora -v "$VERSION_ID" -r "$VERSION_ID" \ {% if distro_release == "rawhide" %} --volid Fedora-S-dvd-x86_64-rawh \ + -s https://download.copr.fedorainfracloud.org/results/packit/rhinstaller-anaconda-webui-296/fedora-rawhide-x86_64/ \ {% else %} --volid Fedora-S-dvd-x86_64-f{$ distro_release $} \ {% endif %}