Skip to content

Commit d414473

Browse files
authored
Docker update to cover OpenEXR branch. (#221)
1 parent 83a37cb commit d414473

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/OCV-PR-Linux.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ jobs:
6161
branch: ${{ fromJSON(needs.branch_eval.outputs.branches )}}
6262
include:
6363
- version: '24.04'
64-
image: '24.04:20250329'
64+
image: '24.04:20250505'
6565
jpegxl: true
6666
avif: true
6767
avx2: true
6868
# TODO: enable later
6969
# - version: '24.04_asan'
70-
# image: '24.04:20250329'
70+
# image: '24.04:20250505'
7171
# asan: true
7272
# jpegxl: true
7373
# avif: true
@@ -76,7 +76,7 @@ jobs:
7676
avif: true
7777
plugins: true
7878
- version: '20.04'
79-
image: '20.04:20230413'
79+
image: '20.04:20250505'
8080
limited_api: true
8181

8282
defaults:

docker/ubuntu/Dockerfile-20

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version: 20230413
1+
# Version: 20250505
22
# Image name: quay.io/opencv-ci/opencv-ubuntu-20.04
33

44
FROM ubuntu:20.04
@@ -35,6 +35,7 @@ RUN \
3535
libtiff5-dev \
3636
libopenjp2-7-dev \
3737
libraw-dev \
38+
libopenexr-dev \
3839
libgtk-3-dev \
3940
libavcodec-dev \
4041
libavformat-dev \
@@ -67,7 +68,7 @@ RUN \
6768
pkg-config \
6869
&& \
6970
apt-get clean && python3 -m pip install --upgrade pip && \
70-
pip install requests pylint==2.4.4 reportlab svglib && pip cache purge
71+
pip install requests pylint==2.4.4 reportlab svglib pycairo rlPyCairo && pip cache purge
7172

7273
RUN \
7374
apt-get update && \

docker/ubuntu/Dockerfile-24

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version: 20250329
1+
# Version: 20250505
22
# Image name: quay.io/opencv-ci/opencv-ubuntu-24.04
33

44
FROM ubuntu:24.04
@@ -40,6 +40,7 @@ RUN \
4040
libopenjp2-7-dev \
4141
libavif-dev \
4242
libjxl-dev \
43+
libopenexr-dev \
4344
libgtk-3-dev \
4445
libgtk-4-dev \
4546
libavcodec-dev \

0 commit comments

Comments
 (0)