Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/OCV-PR-4.x-ARM64-Debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run:
shell: bash
container:
image: quay.io/opencv-ci/opencv-ubuntu-24.04-arm64:20251201
image: quay.io/opencv-ci/opencv-ubuntu-24.04-arm64:20260515
volumes:
- /home/opencv-cn/git_cache:/home/ci/git_cache
- /home/opencv-cn/ci_cache/opencv:/home/ci/.ccache
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
run:
shell: bash
container:
image: quay.io/opencv-ci/opencv-ubuntu-24.04-arm64:20251201
image: quay.io/opencv-ci/opencv-ubuntu-24.04-arm64:20260515
volumes:
- /home/opencv-cn/git_cache:/home/ci/git_cache
- /home/opencv-cn/ci_cache/opencv:/home/ci/.ccache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/OCV-PR-4.x-ARM64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run:
shell: bash
container:
image: quay.io/opencv-ci/opencv-ubuntu-24.04-arm64:20251201
image: quay.io/opencv-ci/opencv-ubuntu-24.04-arm64:20260515
volumes:
- /home/opencv-cn/git_cache:/home/ci/git_cache
- /home/opencv-cn/ci_cache/opencv:/home/ci/.ccache
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
run:
shell: bash
container:
image: quay.io/opencv-ci/opencv-ubuntu-24.04-arm64:20251201
image: quay.io/opencv-ci/opencv-ubuntu-24.04-arm64:20260515
volumes:
- /home/opencv-cn/git_cache:/home/ci/git_cache
- /home/opencv-cn/ci_cache/opencv:/home/ci/.ccache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/OCV-PR-5.x-ARM64-Debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run:
shell: bash
container:
image: quay.io/opencv-ci/opencv-ubuntu-24.04-arm64:20251201
image: quay.io/opencv-ci/opencv-ubuntu-24.04-arm64:20260515
volumes:
- /home/opencv-cn/git_cache:/home/ci/git_cache
- /home/opencv-cn/ci_cache/opencv:/home/ci/.ccache
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
run:
shell: bash
container:
image: quay.io/opencv-ci/opencv-ubuntu-24.04-arm64:20251201
image: quay.io/opencv-ci/opencv-ubuntu-24.04-arm64:20260515
volumes:
- /home/opencv-cn/git_cache:/home/ci/git_cache
- /home/opencv-cn/ci_cache/opencv:/home/ci/.ccache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/OCV-PR-5.x-ARM64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run:
shell: bash
container:
image: quay.io/opencv-ci/opencv-ubuntu-24.04-arm64:20251201
image: quay.io/opencv-ci/opencv-ubuntu-24.04-arm64:20260515
volumes:
- /home/opencv-cn/git_cache:/home/ci/git_cache
- /home/opencv-cn/ci_cache/opencv:/home/ci/.ccache
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
run:
shell: bash
container:
image: quay.io/opencv-ci/opencv-ubuntu-24.04-arm64:20251201
image: quay.io/opencv-ci/opencv-ubuntu-24.04-arm64:20260515
volumes:
- /home/opencv-cn/git_cache:/home/ci/git_cache
- /home/opencv-cn/ci_cache/opencv:/home/ci/.ccache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-Linux-NoHAL.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run:
shell: bash
container:
image: 'quay.io/opencv-ci/opencv-ubuntu-24.04:20251127'
image: 'quay.io/opencv-ci/opencv-ubuntu-24.04:20260515'
volumes:
- /home/opencv-cn/git_cache:/opt/git_cache
- /home/opencv-cn/ci_cache/opencv/24.04:/opt/.ccache
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/OCV-PR-Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
gphoto2: true
aravis: true
- version: '24.04'
image: '24.04:20251127'
image: '24.04:20260515'
jpegxl: true
avif: true
avx2: true
Expand All @@ -81,11 +81,11 @@ jobs:
# jpegxl: true
# avif: true
- version: '22.04'
image: '22.04:20251015'
image: '22.04:20260515'
avif: true
plugins: true
- version: '20.04'
image: '20.04:20251015'
image: '20.04:20260515'
limited_api: true
defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions docker/ubuntu/Dockerfile-20
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version: 20251015
# Version: 20260515
# Image name: quay.io/opencv-ci/opencv-ubuntu-20.04

FROM ubuntu:20.04
Expand Down Expand Up @@ -69,7 +69,7 @@ RUN \
pkg-config \
&& \
apt-get clean && python3 -m pip install --upgrade pip && \
pip install requests pylint==2.4.4 cairosvg && pip cache purge
pip install requests pylint==2.4.4 cairosvg pyyaml pillow && pip cache purge

RUN \
apt-get update && \
Expand Down
4 changes: 2 additions & 2 deletions docker/ubuntu/Dockerfile-22
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version: 20251015
# Version: 20260515
# Image name: quay.io/opencv-ci/opencv-ubuntu-22.04

FROM ubuntu:22.04
Expand Down Expand Up @@ -63,7 +63,7 @@ RUN \
pkg-config \
&& \
apt-get clean && python3 -m pip install --upgrade pip && \
pip install requests pylint==2.4.4 cairosvg && pip cache purge
pip install requests pylint==2.4.4 cairosvg pyyaml pillow && pip cache purge

RUN \
apt-get update && \
Expand Down
6 changes: 4 additions & 2 deletions docker/ubuntu/Dockerfile-24
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version: 20251127
# Version: 20260515
# Image name: quay.io/opencv-ci/opencv-ubuntu-24.04

FROM ubuntu:24.04
Expand Down Expand Up @@ -78,7 +78,9 @@ RUN python3 -m pip install --break-system-packages \
numpy \
pylint \
requests \
cairosvg && \
cairosvg \
pyyaml \
pillow && \
pip cache purge

# Self-hosted runner UID is 1000
Expand Down
6 changes: 4 additions & 2 deletions docker/ubuntu/Dockerfile-26
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version: 20260425
# Version: 20260515
# Image name: quay.io/opencv-ci/opencv-ubuntu-26.04

FROM ubuntu:26.04
Expand Down Expand Up @@ -78,7 +78,9 @@ RUN python3 -m pip install --break-system-packages \
numpy \
pylint \
requests \
cairosvg && \
cairosvg \
pyyaml \
pillow && \
pip cache purge

# Self-hosted runner UID is 1000
Expand Down
6 changes: 4 additions & 2 deletions docker/ubuntu/Dockerfile-arm64-24
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version: 20251201
# Version: 20260515
# Image name: quay.io/opencv-ci/opencv-ubuntu-24.04-arm64

FROM ubuntu:24.04
Expand Down Expand Up @@ -79,7 +79,9 @@ RUN python3 -m pip install --break-system-packages \
numpy \
pylint \
requests \
cairosvg && \
cairosvg \
pyyaml \
pillow && \
pip cache purge

# Self-hosted runner UID is 1004
Expand Down
Loading