Remove rhel.repo to avoid dnf being confused

when building the containers the initial `dnf upgrade` will download
content from the latest nightly trees which turns the container into a
Beta system and subsequent `dnf isntall` gets confused!
This commit is contained in:
Alexander Todorov 2021-07-27 11:19:45 +03:00 committed by Ondřej Budai
parent 3f54467fd4
commit e778771f2b
4 changed files with 0 additions and 14 deletions

View file

@ -85,7 +85,6 @@ install -m 0755 -vp test/data/* %{buildroot}/%{_
install -m 0755 -vd %{buildroot}/%{_datadir}/%{name}-tests/container
install -m 0755 -vp test/container/brew.repo %{buildroot}/%{_datadir}/%{name}-tests/container/
install -m 0755 -vp test/container/rhel.repo %{buildroot}/%{_datadir}/%{name}-tests/container/
install -m 0755 -vd %{buildroot}/%{_datadir}/%{name}-tests/container/builder
install -m 0755 -vp test/container/builder/Dockerfile.fedora %{buildroot}/%{_datadir}/%{name}-tests/container/builder/