Skip to content

Commit

Permalink
Versionator Updating versions for python and package.
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Dec 20, 2023
1 parent c9229ef commit 96e540b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
python_versions: ["3.8", "3.9", "3.10", "3.11"]
package_versions: ["0.26.2", "0.26.3", "0.26.4", "0.27.0", "0.27.1"]
package_versions: ["0.26.3", "0.26.4", "0.27.0", "0.27.1", "0.27.2"]
target_base: ["full", "slim"]
steps:
- name: Checkout repository
Expand All @@ -30,7 +30,7 @@ jobs:
timeout-minutes: 45
with:
package: "oso"
package_latest_version: "0.27.1"
package_latest_version: "0.27.2"

# Disable arm7 due to https://github.com/docker/buildx/issues/395
platform: "linux/amd64,linux/arm64"
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ If you get use out of these containers please consider sponsoring me using Githu
</center>

## Tags
* Recommended Image: `ghcr.io/multi-py/python-oso:py3.11-0.27.1`
* Slim Image: `ghcr.io/multi-py/python-oso:py3.11-slim-0.27.1`
* Recommended Image: `ghcr.io/multi-py/python-oso:py3.11-0.27.2`
* Slim Image: `ghcr.io/multi-py/python-oso:py3.11-slim-0.27.2`

Tags are based on the package version, python version, and the upstream container the container is based on.

Expand All @@ -161,6 +161,11 @@ Tags are based on the package version, python version, and the upstream containe
| latest | 3.9 | py3.9-latest | py3.9-slim-latest |
| latest | 3.8 | py3.8-latest | py3.8-slim-latest |
| latest | 3.7 | py3.7-latest | py3.7-slim-latest |
| 0.27.2 | 3.11 | py3.11-0.27.2 | py3.11-slim-0.27.2 |
| 0.27.2 | 3.10 | py3.10-0.27.2 | py3.10-slim-0.27.2 |
| 0.27.2 | 3.9 | py3.9-0.27.2 | py3.9-slim-0.27.2 |
| 0.27.2 | 3.8 | py3.8-0.27.2 | py3.8-slim-0.27.2 |
| 0.27.2 | 3.7 | py3.7-0.27.2 | py3.7-slim-0.27.2 |
| 0.27.1 | 3.11 | py3.11-0.27.1 | py3.11-slim-0.27.1 |
| 0.27.1 | 3.10 | py3.10-0.27.1 | py3.10-slim-0.27.1 |
| 0.27.1 | 3.9 | py3.9-0.27.1 | py3.9-slim-0.27.1 |
Expand All @@ -181,11 +186,6 @@ Tags are based on the package version, python version, and the upstream containe
| 0.26.3 | 3.9 | py3.9-0.26.3 | py3.9-slim-0.26.3 |
| 0.26.3 | 3.8 | py3.8-0.26.3 | py3.8-slim-0.26.3 |
| 0.26.3 | 3.7 | py3.7-0.26.3 | py3.7-slim-0.26.3 |
| 0.26.2 | 3.11 | py3.11-0.26.2 | py3.11-slim-0.26.2 |
| 0.26.2 | 3.10 | py3.10-0.26.2 | py3.10-slim-0.26.2 |
| 0.26.2 | 3.9 | py3.9-0.26.2 | py3.9-slim-0.26.2 |
| 0.26.2 | 3.8 | py3.8-0.26.2 | py3.8-slim-0.26.2 |
| 0.26.2 | 3.7 | py3.7-0.26.2 | py3.7-slim-0.26.2 |


### Older Tags
Expand Down

0 comments on commit 96e540b

Please sign in to comment.