File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
strategy :
11
11
matrix :
12
- version : [4.10.0, 4.9.0]
12
+ version : [5.0.0-alpha, 4.10.0, 4.9.0]
13
13
dist : ["alpine", "debian", "fedora", "ubuntu"]
14
14
steps :
15
15
- uses : actions/checkout@v2
33
33
username : ${{ secrets.DOCKERHUB_USERNAME }}
34
34
password : ${{ secrets.DOCKERHUB_TOKEN }}
35
35
- name : Latest
36
- run : make latest CV=4.10.0 DIST=fedora
36
+ run : make latest CV=5.0.0-alpha DIST=fedora
Original file line number Diff line number Diff line change 1
1
.PHONY : run build login push latest test save
2
2
3
- CV ?= 4.10.0
3
+ CV ?= 5.0.0-alpha
4
4
DIST ?= fedora
5
5
WORKDIR =/mnt/$$(basename $$(pwd ) )
6
6
ORG =hdgigante
Original file line number Diff line number Diff line change @@ -25,7 +25,11 @@ $ docker run -it hdgigante/python-opencv python3
25
25
26
26
| opencv | base image | tag | python | size |
27
27
| :---------:| :------:| :-----:| :-----:| :-----:|
28
- | ** 4.10.0** | [ 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/4.10.0-fedora?label=%20&logo=docker&logoColor=white&style=flat-square ) |
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 ) |
29
+ | | [ 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.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 ) |
29
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 ) |
30
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 ) |
31
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 ) |
@@ -80,7 +84,7 @@ Config build options
80
84
To build locally
81
85
82
86
```
83
- $ make build CV=4.10.0 DIST=fedora
87
+ $ make build CV=5.0.0-alpha DIST=fedora
84
88
```
85
89
86
90
## Based on...
You can’t perform that action at this time.
0 commit comments