Skip to content

Commit c7ccee1

Browse files
authored
upgrade distro version
1 parent 67ef9c5 commit c7ccee1

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:12.10-slim
1+
FROM debian:12.11-slim
22

33
ARG OPENCV_VERSION
44
ARG DEBIAN_FRONTEND=noninteractive

fedora/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:41
1+
FROM fedora:42
22

33
ARG OPENCV_VERSION
44

readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ $ docker run -it hdgigante/python-opencv python3
2525

2626
| opencv | base image | tag | python | size |
2727
|:---------:|:------:|:-----:|:-----:|:-----:|
28-
| **5.0.0-alpha** | [fedora:41](https://hub.docker.com/_/fedora) | `hdgigante/python-opencv` | 3.13 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/5.0.0-alpha-fedora?label=%20&logo=docker&logoColor=white&style=flat-square) |
28+
| **5.0.0-alpha** | [fedora:42](https://hub.docker.com/_/fedora) | `hdgigante/python-opencv` | 3.13 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/5.0.0-alpha-fedora?label=%20&logo=docker&logoColor=white&style=flat-square) |
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) |
30-
| | [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) |
31-
| | [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.12.0** | [fedora:41](https://hub.docker.com/_/fedora) | `hdgigante/python-opencv:4.12.0-fedora` | 3.13 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.12.0-fedora?label=%20&logo=docker&logoColor=white&style=flat-square) |
30+
| | [ubuntu:25.04](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) |
31+
| | [debian:12.11-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.12.0** | [fedora:42](https://hub.docker.com/_/fedora) | `hdgigante/python-opencv:4.12.0-fedora` | 3.13 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.12.0-fedora?label=%20&logo=docker&logoColor=white&style=flat-square) |
3333
| | [python:3.13-alpine](https://hub.docker.com/_/python) | `hdgigante/python-opencv:4.12.0-alpine` | 3.13 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.12.0-alpine?label=%20&logo=docker&logoColor=white&style=flat-square) |
34-
| | [ubuntu:24.10](https://hub.docker.com/_/ubuntu) | `hdgigante/python-opencv:4.12.0-ubuntu` | 3.12 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.12.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.12.0-debian` | 3.11 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.12.0-debian?label=%20&logo=docker&logoColor=white&style=flat-square) |
36-
| **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) |
34+
| | [ubuntu:25.04](https://hub.docker.com/_/ubuntu) | `hdgigante/python-opencv:4.12.0-ubuntu` | 3.12 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.12.0-ubuntu?label=%20&logo=docker&logoColor=white&style=flat-square) |
35+
| | [debian:12.11-slim](https://hub.docker.com/_/debian) | `hdgigante/python-opencv:4.12.0-debian` | 3.11 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.12.0-debian?label=%20&logo=docker&logoColor=white&style=flat-square) |
36+
| **4.11.0** | [fedora:42](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) |
3737
| | [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) |
38-
| | [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) |
39-
| | [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) |
38+
| | [ubuntu:25.04](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) |
39+
| | [debian:12.11-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) |
4040

4141
## Build
4242

ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.10
1+
FROM ubuntu:25.10
22

33
ARG OPENCV_VERSION
44
ARG DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)