diff --git a/.github/workflows/OCV-PR-Linux.yaml b/.github/workflows/OCV-PR-Linux.yaml index 213800bc..43e206aa 100644 --- a/.github/workflows/OCV-PR-Linux.yaml +++ b/.github/workflows/OCV-PR-Linux.yaml @@ -61,13 +61,13 @@ jobs: branch: ${{ fromJSON(needs.branch_eval.outputs.branches )}} include: - version: '24.04' - image: '24.04:20250329' + image: '24.04:20250505' jpegxl: true avif: true avx2: true # TODO: enable later # - version: '24.04_asan' - # image: '24.04:20250329' + # image: '24.04:20250505' # asan: true # jpegxl: true # avif: true @@ -76,7 +76,7 @@ jobs: avif: true plugins: true - version: '20.04' - image: '20.04:20230413' + image: '20.04:20250505' limited_api: true defaults: diff --git a/docker/ubuntu/Dockerfile-20 b/docker/ubuntu/Dockerfile-20 index 0e4f8671..2bdf75ac 100644 --- a/docker/ubuntu/Dockerfile-20 +++ b/docker/ubuntu/Dockerfile-20 @@ -1,4 +1,4 @@ -# Version: 20230413 +# Version: 20250505 # Image name: quay.io/opencv-ci/opencv-ubuntu-20.04 FROM ubuntu:20.04 @@ -35,6 +35,7 @@ RUN \ libtiff5-dev \ libopenjp2-7-dev \ libraw-dev \ + libopenexr-dev \ libgtk-3-dev \ libavcodec-dev \ libavformat-dev \ diff --git a/docker/ubuntu/Dockerfile-24 b/docker/ubuntu/Dockerfile-24 index 6c721466..b720194b 100644 --- a/docker/ubuntu/Dockerfile-24 +++ b/docker/ubuntu/Dockerfile-24 @@ -1,4 +1,4 @@ -# Version: 20250329 +# Version: 20250505 # Image name: quay.io/opencv-ci/opencv-ubuntu-24.04 FROM ubuntu:24.04 @@ -40,6 +40,7 @@ RUN \ libopenjp2-7-dev \ libavif-dev \ libjxl-dev \ + libopenexr-dev \ libgtk-3-dev \ libgtk-4-dev \ libavcodec-dev \