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:
parent
3f54467fd4
commit
e778771f2b
4 changed files with 0 additions and 14 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue