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
|
|
@ -2,7 +2,6 @@ ARG version=latest
|
|||
|
||||
FROM registry.access.redhat.com/ubi8/ubi:$version
|
||||
|
||||
COPY container/rhel.repo /etc/yum.repos.d/
|
||||
COPY container/brew.repo /etc/yum.repos.d/
|
||||
|
||||
RUN dnf -y upgrade \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue