Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

centos stream image? #175

Open
zoidyzoidzoid opened this issue Apr 12, 2021 · 3 comments
Open

centos stream image? #175

zoidyzoidzoid opened this issue Apr 12, 2021 · 3 comments

Comments

@zoidyzoidzoid
Copy link
Contributor

No description provided.

@flybyray
Copy link

flybyray commented Feb 18, 2022

hello?

for some reason the current centos:8 images are somehow wrong assambled and do not allow further dnf usage.

I guess the centos-release package installes something which is outdated

The only way to get the centos:8 image working again after pulling is by fixing it:

dnf --disablerepo '*' --enablerepo=appstream,baseos,extras --releasever=8-stream makecache \
&& dnf --disablerepo '*' --enablerepo=baseos --releasever=8-stream update --assumeyes --allowerasing centos-gpg-keys \
&& dnf update --assumeyes

This updates the os so that centos-release now is related to centos-stream-release-8.6-1.el8.noarch .

@flybyray
Copy link

docker pull quay.io/centos/centos:stream8

is the new "normal" official? and where is the repo for this image?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants