Skip to content

Commit

Permalink
feat: add 5.0.0-alpha version
Browse files Browse the repository at this point in the history
  • Loading branch information
gigante committed Dec 5, 2024
1 parent 00c4432 commit 96e1c1a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [4.10.0, 4.9.0]
version: [5.0.0-alpha, 4.10.0, 4.9.0]
dist: ["alpine", "debian", "fedora", "ubuntu"]
steps:
- uses: actions/checkout@v2
Expand All @@ -33,4 +33,4 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Latest
run: make latest CV=4.10.0 DIST=fedora
run: make latest CV=5.0.0-alpha DIST=fedora
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: run build login push latest test save

CV ?= 4.10.0
CV ?= 5.0.0-alpha
DIST ?= fedora
WORKDIR=/mnt/$$(basename $$(pwd))
ORG=hdgigante
Expand Down
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ $ docker run -it hdgigante/python-opencv python3

| opencv | base image | tag | python | size |
|:---------:|:------:|:-----:|:-----:|:-----:|
| **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) |
| **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) |
| | [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) |
| | [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) |
| | [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) |
| **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) |
| | [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) |
| | [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) |
| | [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) |
Expand Down Expand Up @@ -80,7 +84,7 @@ Config build options
To build locally

```
$ make build CV=4.10.0 DIST=fedora
$ make build CV=5.0.0-alpha DIST=fedora
```

## Based on...
Expand Down

0 comments on commit 96e1c1a

Please sign in to comment.