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 15, 2024
1 parent 93b68e0 commit 3a07d4c
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.9", "3.10", "3.11", "3.12", "3.13"]
package_versions: ["0.31.0", "0.31.1", "0.32.0", "0.32.1", "0.33.0"]
package_versions: ["0.31.1", "0.32.0", "0.32.1", "0.33.0", "0.34.0"]
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.33.0"
package_latest_version: "0.34.0"
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.33.0
FROM ghcr.io/multi-py/python-uvicorn:py3.12-0.34.0

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.33.0`
* Slim Image: `ghcr.io/multi-py/python-uvicorn:py3.12-slim-0.33.0`
* Recommended Image: `ghcr.io/multi-py/python-uvicorn:py3.12-0.34.0`
* Slim Image: `ghcr.io/multi-py/python-uvicorn:py3.12-slim-0.34.0`

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.34.0 | 3.12 | py3.12-0.34.0 | py3.12-slim-0.34.0 |
| 0.34.0 | 3.11 | py3.11-0.34.0 | py3.11-slim-0.34.0 |
| 0.34.0 | 3.10 | py3.10-0.34.0 | py3.10-slim-0.34.0 |
| 0.34.0 | 3.9 | py3.9-0.34.0 | py3.9-slim-0.34.0 |
| 0.34.0 | 3.8 | py3.8-0.34.0 | py3.8-slim-0.34.0 |
| 0.33.0 | 3.12 | py3.12-0.33.0 | py3.12-slim-0.33.0 |
| 0.33.0 | 3.11 | py3.11-0.33.0 | py3.11-slim-0.33.0 |
| 0.33.0 | 3.10 | py3.10-0.33.0 | py3.10-slim-0.33.0 |
Expand All @@ -262,11 +267,6 @@ Tags are based on the package version, python version, and the upstream containe
| 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 |
| 0.31.0 | 3.9 | py3.9-0.31.0 | py3.9-slim-0.31.0 |
| 0.31.0 | 3.8 | py3.8-0.31.0 | py3.8-slim-0.31.0 |


### Older Tags
Expand Down

0 comments on commit 3a07d4c

Please sign in to comment.