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

Can't build SR-IOV Network Operator images #239

Closed
e0ne opened this issue Feb 2, 2022 · 1 comment
Closed

Can't build SR-IOV Network Operator images #239

e0ne opened this issue Feb 2, 2022 · 1 comment

Comments

@e0ne
Copy link
Collaborator

e0ne commented Feb 2, 2022

CentOS 8 is EOL now [1]. It means we can't build docker images now because of this error:

CentOS Linux 8 - AppStream 110 B/s | 38 B 00:00
Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist

We need to update base images to fix our images build

[1] https://forums.centos.org/viewtopic.php?f=54&t=78708

@e0ne
Copy link
Collaborator Author

e0ne commented Feb 2, 2022

I tested with registry.access.redhat.com/ubi8/ubi:8.5-226 image:

Last metadata expiration check: 0:00:03 ago on Wed Feb  2 16:38:32 2022.
No match for argument: mstflint
Error: Unable to find a match: mstflint
The command '/bin/sh -c yum -y update && ARCH_DEP_PKGS=$(if [ "$(uname -m)" != "s390x" ]; then echo -n ${MSTFLINT} ; fi) && yum -y install hwdata $ARCH_DEP_PKGS && yum clean all' returned a non-zero code: 1

@zshi-redhat @pliurh do you have any suggestions what base image we should use? I tested with quay.io/centos/centos:stream9 and it works for me. Maybe it's better to use centos8 for now with updated repos?

@pliurh pliurh closed this as completed in 6f2bd78 Feb 7, 2022
zeeke pushed a commit to zeeke/sriov-network-operator-1 that referenced this issue Mar 7, 2022
PR k8snetworkplumbingwg#223 updated base images to CentOS 8 which is EOL now so we can't
build new images using it.

Closes: k8snetworkplumbingwg#239
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

1 participant