Skip to content

Commit 5e1b773

Browse files
committed
feat: change 4.10.0 to 4.11.0
1 parent 96e1c1a commit 5e1b773

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
version: [5.0.0-alpha, 4.10.0, 4.9.0]
12+
version: [5.0.0-alpha, 4.11.0, 4.9.0]
1313
dist: ["alpine", "debian", "fedora", "ubuntu"]
1414
steps:
1515
- uses: actions/checkout@v2

alpine/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ RUN set -ex \
8989
libjpeg-turbo-dev \
9090
libpng-dev \
9191
tiff-dev \
92-
libwebp-dev \
9392
openjpeg-dev \
9493
libtbb-dev \
9594
eigen-dev \

debian/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ RUN set -ex \
8181
libjpeg62-turbo-dev \
8282
libpng-dev \
8383
libtiff-dev \
84-
libwebp-dev \
8584
libopenjp2-7-dev \
8685
libtbb-dev \
8786
libtesseract-dev \

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ $ docker run -it hdgigante/python-opencv python3
2929
| | [python:3.13-alpine](https://hub.docker.com/_/python) | `hdgigante/python-opencv:5.0.0-alpha-alpine` | 3.13 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/5.0.0-alpha-alpine?label=%20&logo=docker&logoColor=white&style=flat-square) |
3030
| | [ubuntu:24.10](https://hub.docker.com/_/ubuntu) | `hdgigante/python-opencv:5.0.0-alpha-ubuntu` | 3.12 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/5.0.0-alpha-ubuntu?label=%20&logo=docker&logoColor=white&style=flat-square) |
3131
| | [debian:12.8-slim](https://hub.docker.com/_/debian) | `hdgigante/python-opencv:5.0.0-alpha-debian` | 3.11 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/5.0.0-alpha-debian?label=%20&logo=docker&logoColor=white&style=flat-square) |
32-
| **4.10.0** | [fedora:41](https://hub.docker.com/_/fedora) | `hdgigante/python-opencv:4.10.0-fedora` | 3.13 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.10.0-fedora?label=%20&logo=docker&logoColor=white&style=flat-square) |
33-
| | [python:3.13-alpine](https://hub.docker.com/_/python) | `hdgigante/python-opencv:4.10.0-alpine` | 3.13 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.10.0-alpine?label=%20&logo=docker&logoColor=white&style=flat-square) |
34-
| | [ubuntu:24.10](https://hub.docker.com/_/ubuntu) | `hdgigante/python-opencv:4.10.0-ubuntu` | 3.12 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.10.0-ubuntu?label=%20&logo=docker&logoColor=white&style=flat-square) |
35-
| | [debian:12.8-slim](https://hub.docker.com/_/debian) | `hdgigante/python-opencv:4.10.0-debian` | 3.11 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.10.0-debian?label=%20&logo=docker&logoColor=white&style=flat-square) |
32+
| **4.11.0** | [fedora:41](https://hub.docker.com/_/fedora) | `hdgigante/python-opencv:4.11.0-fedora` | 3.13 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.11.0-fedora?label=%20&logo=docker&logoColor=white&style=flat-square) |
33+
| | [python:3.13-alpine](https://hub.docker.com/_/python) | `hdgigante/python-opencv:4.11.0-alpine` | 3.13 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.11.0-alpine?label=%20&logo=docker&logoColor=white&style=flat-square) |
34+
| | [ubuntu:24.10](https://hub.docker.com/_/ubuntu) | `hdgigante/python-opencv:4.11.0-ubuntu` | 3.12 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.11.0-ubuntu?label=%20&logo=docker&logoColor=white&style=flat-square) |
35+
| | [debian:12.8-slim](https://hub.docker.com/_/debian) | `hdgigante/python-opencv:4.11.0-debian` | 3.11 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.11.0-debian?label=%20&logo=docker&logoColor=white&style=flat-square) |
3636
| **4.9.0** | [fedora:41](https://hub.docker.com/_/fedora) | `hdgigante/python-opencv:4.9.0-fedora` | 3.13 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.9.0-fedora?label=%20&logo=docker&logoColor=white&style=flat-square) |
3737
| | [python:3.13-alpine](https://hub.docker.com/_/python) | `hdgigante/python-opencv:4.9.0-alpine` | 3.13 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.9.0-alpine?label=%20&logo=docker&logoColor=white&style=flat-square) |
3838
| | [ubuntu:24.10](https://hub.docker.com/_/ubuntu) | `hdgigante/python-opencv:4.9.0-ubuntu` | 3.12 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.9.0-ubuntu?label=%20&logo=docker&logoColor=white&style=flat-square) |
@@ -89,4 +89,4 @@ $ make build CV=5.0.0-alpha DIST=fedora
8989

9090
## Based on...
9191

92-
- [Install OpenCV-Python in Fedora](https://docs.opencv.org/4.10.0/dd/dd5/tutorial_py_setup_in_fedora.html)
92+
- [Install OpenCV-Python in Fedora](https://docs.opencv.org/4.11.0/dd/dd5/tutorial_py_setup_in_fedora.html)

ubuntu/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ RUN set -ex \
8181
libjpeg9-dev \
8282
libpng-dev \
8383
libtiff-dev \
84-
libwebp-dev \
8584
libopenjp2-7-dev \
8685
libtbb-dev \
8786
libtesseract-dev \

0 commit comments

Comments
 (0)