-
Notifications
You must be signed in to change notification settings - Fork 201
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
CIs: test with el9stream #334
Conversation
An (almost) passing run in my fork: https://github.com/aesteve-rh/vdsm/actions/runs/3172453877 Also, we would need to update the expected CI jobs. |
Looks good to me. What's the permission problem when pulling the containers? |
d0e2572
to
1e19002
Compare
I had introduced an error when reverting the name of the user for the container repositories to oVirt, since I was using my own user for testing. Fixed in the last push.
|
If the container works, please push it to quay so we can make progress with this pr. |
e02d6c3
to
af5d8cf
Compare
Add centos-stream-9 Dockerfile to the docker folder so that it can be build and pushed, and later used in the pipelines. Signed-off-by: Albert Esteve <[email protected]>
Create distro matrix for testing different containers in the pipelines. Add centos-9 to the already existing centos-8 distro to the distro matrix. Fixes: oVirt#333 Signed-off-by: Albert Esteve <[email protected]>
af5d8cf
to
ab37085
Compare
Add centos-stream-9 Dockerfile to the
docker folder so that it can be built,
and used in the pipelines.
Signed-off-by: Albert Esteve [email protected]