-
Notifications
You must be signed in to change notification settings - Fork 19
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
Docker update to cover OpenEXR branch. #221
base: main
Are you sure you want to change the base?
Conversation
New pipeline should be updated instead: ci-gha-workflow/.github/workflows/OCV-PR-Linux.yaml Lines 63 to 80 in b15d6fc
Old linux pipelines can be removed (except OpenVINO and CUDA variants). |
124aaab
to
2a0ba5e
Compare
Updated the new pipeline too. Let's drop old pipelines with separate PR. |
@@ -33,7 +33,7 @@ jobs: | |||
run: | |||
shell: bash | |||
container: | |||
image: quay.io/opencv-ci/opencv-ubuntu-20.04-openvino:20230724 | |||
image: quay.io/opencv-ci/opencv-ubuntu-20.04-openvino:20250207 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OpenVINO image has not been updated in the corresponding PR.
Perhaps then we can revert them in current PR to reduce number of builds. |
Looks like there are some issues with updated docker images:
I noticed that on ubuntu 24 we have following packages:
but on Ubuntu 20:
|
Yes, I'm working on it. |
Requires opencv-infrastructure/opencv-gha-dockerfile#48
Ubuntu 22.04 is not touched to cover the case without OpenEXR.