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 Oct 9, 2024
1 parent 241a0f5 commit 68ce67b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
python_versions: ["3.8", "3.9", "3.10", "3.11", "3.12"]
package_versions: ["0.30.3", "0.30.4", "0.30.5", "0.30.6", "0.31.0"]
package_versions: ["0.30.4", "0.30.5", "0.30.6", "0.31.0", "0.31.1"]
target_base: ["full", "slim"]
steps:
- name: Checkout repository
Expand All @@ -29,7 +29,7 @@ jobs:
timeout-minutes: 45
with:
package: "uvicorn"
package_latest_version: "0.31.0"
package_latest_version: "0.31.1"
maintainer: "Robert Hafner <[email protected]>"
python_version: ${{ matrix.python_versions }}
package_version: ${{ matrix.package_versions }}
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ By default the startup script checks for the following packages and uses the fir
If you are using pip to install dependencies your dockerfile could look like this-

```dockerfile
FROM ghcr.io/multi-py/python-uvicorn:py3.12-0.31.0
FROM ghcr.io/multi-py/python-uvicorn:py3.12-0.31.1

COPY requirements /requirements
RUN pip install --no-cache-dir -r /requirements
Expand Down Expand Up @@ -230,8 +230,8 @@ If you get use out of these containers please consider sponsoring me using Githu
</center>

## Tags
* Recommended Image: `ghcr.io/multi-py/python-uvicorn:py3.12-0.31.0`
* Slim Image: `ghcr.io/multi-py/python-uvicorn:py3.12-slim-0.31.0`
* Recommended Image: `ghcr.io/multi-py/python-uvicorn:py3.12-0.31.1`
* Slim Image: `ghcr.io/multi-py/python-uvicorn:py3.12-slim-0.31.1`

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

Expand All @@ -242,6 +242,11 @@ Tags are based on the package version, python version, and the upstream containe
| latest | 3.10 | py3.10-latest | py3.10-slim-latest |
| latest | 3.9 | py3.9-latest | py3.9-slim-latest |
| latest | 3.8 | py3.8-latest | py3.8-slim-latest |
| 0.31.1 | 3.12 | py3.12-0.31.1 | py3.12-slim-0.31.1 |
| 0.31.1 | 3.11 | py3.11-0.31.1 | py3.11-slim-0.31.1 |
| 0.31.1 | 3.10 | py3.10-0.31.1 | py3.10-slim-0.31.1 |
| 0.31.1 | 3.9 | py3.9-0.31.1 | py3.9-slim-0.31.1 |
| 0.31.1 | 3.8 | py3.8-0.31.1 | py3.8-slim-0.31.1 |
| 0.31.0 | 3.12 | py3.12-0.31.0 | py3.12-slim-0.31.0 |
| 0.31.0 | 3.11 | py3.11-0.31.0 | py3.11-slim-0.31.0 |
| 0.31.0 | 3.10 | py3.10-0.31.0 | py3.10-slim-0.31.0 |
Expand All @@ -262,11 +267,6 @@ Tags are based on the package version, python version, and the upstream containe
| 0.30.4 | 3.10 | py3.10-0.30.4 | py3.10-slim-0.30.4 |
| 0.30.4 | 3.9 | py3.9-0.30.4 | py3.9-slim-0.30.4 |
| 0.30.4 | 3.8 | py3.8-0.30.4 | py3.8-slim-0.30.4 |
| 0.30.3 | 3.12 | py3.12-0.30.3 | py3.12-slim-0.30.3 |
| 0.30.3 | 3.11 | py3.11-0.30.3 | py3.11-slim-0.30.3 |
| 0.30.3 | 3.10 | py3.10-0.30.3 | py3.10-slim-0.30.3 |
| 0.30.3 | 3.9 | py3.9-0.30.3 | py3.9-slim-0.30.3 |
| 0.30.3 | 3.8 | py3.8-0.30.3 | py3.8-slim-0.30.3 |


### Older Tags
Expand Down

0 comments on commit 68ce67b

Please sign in to comment.