Skip to content

Commit 267c995

Browse files
committed
Versionator Updating versions for python and package.
1 parent 4570eee commit 267c995

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: .github/workflows/image-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
python_versions: ["3.8", "3.9", "3.10", "3.11", "3.12"]
18-
package_versions: ["5.3.0", "5.3.1", "5.3.4", "5.3.5", "5.3.6"]
18+
package_versions: ["5.3.1", "5.3.4", "5.3.5", "5.3.6", "5.4.0"]
1919
target_base: ["full", "slim", "alpine"]
2020
steps:
2121
- name: Checkout repository
@@ -26,7 +26,7 @@ jobs:
2626
timeout-minutes: 90
2727
with:
2828
package: "celery[gevent]"
29-
package_latest_version: "5.3.6"
29+
package_latest_version: "5.4.0"
3030
maintainer: "Robert Hafner <[email protected]>"
3131
python_version: ${{ matrix.python_versions }}
3232
target_base: ${{ matrix.target_base }}

Diff for: README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ By default the celery application should be inside the package in a variable nam
150150
If you are using pip to install dependencies your dockerfile could look like this-
151151

152152
```dockerfile
153-
FROM ghcr.io/multi-py/python-celery:py3.12-5.3.6
153+
FROM ghcr.io/multi-py/python-celery:py3.12-5.4.0
154154

155155
COPY requirements /requirements
156156
RUN pip install --no-cache-dir -r /requirements
@@ -293,8 +293,8 @@ If you get use out of these containers please consider sponsoring me using Githu
293293
</center>
294294

295295
## Tags
296-
* Recommended Image: `ghcr.io/multi-py/python-celery:py3.12-5.3.6`
297-
* Slim Image: `ghcr.io/multi-py/python-celery:py3.12-slim-5.3.6`
296+
* Recommended Image: `ghcr.io/multi-py/python-celery:py3.12-5.4.0`
297+
* Slim Image: `ghcr.io/multi-py/python-celery:py3.12-slim-5.4.0`
298298

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

@@ -305,6 +305,11 @@ Tags are based on the package version, python version, and the upstream containe
305305
| latest | 3.10 | py3.10-latest | py3.10-slim-latest | py3.10-alpine-latest |
306306
| latest | 3.9 | py3.9-latest | py3.9-slim-latest | py3.9-alpine-latest |
307307
| latest | 3.8 | py3.8-latest | py3.8-slim-latest | py3.8-alpine-latest |
308+
| 5.4.0 | 3.12 | py3.12-5.4.0 | py3.12-slim-5.4.0 | py3.12-alpine-5.4.0 |
309+
| 5.4.0 | 3.11 | py3.11-5.4.0 | py3.11-slim-5.4.0 | py3.11-alpine-5.4.0 |
310+
| 5.4.0 | 3.10 | py3.10-5.4.0 | py3.10-slim-5.4.0 | py3.10-alpine-5.4.0 |
311+
| 5.4.0 | 3.9 | py3.9-5.4.0 | py3.9-slim-5.4.0 | py3.9-alpine-5.4.0 |
312+
| 5.4.0 | 3.8 | py3.8-5.4.0 | py3.8-slim-5.4.0 | py3.8-alpine-5.4.0 |
308313
| 5.3.6 | 3.12 | py3.12-5.3.6 | py3.12-slim-5.3.6 | py3.12-alpine-5.3.6 |
309314
| 5.3.6 | 3.11 | py3.11-5.3.6 | py3.11-slim-5.3.6 | py3.11-alpine-5.3.6 |
310315
| 5.3.6 | 3.10 | py3.10-5.3.6 | py3.10-slim-5.3.6 | py3.10-alpine-5.3.6 |
@@ -325,11 +330,6 @@ Tags are based on the package version, python version, and the upstream containe
325330
| 5.3.1 | 3.10 | py3.10-5.3.1 | py3.10-slim-5.3.1 | py3.10-alpine-5.3.1 |
326331
| 5.3.1 | 3.9 | py3.9-5.3.1 | py3.9-slim-5.3.1 | py3.9-alpine-5.3.1 |
327332
| 5.3.1 | 3.8 | py3.8-5.3.1 | py3.8-slim-5.3.1 | py3.8-alpine-5.3.1 |
328-
| 5.3.0 | 3.12 | py3.12-5.3.0 | py3.12-slim-5.3.0 | py3.12-alpine-5.3.0 |
329-
| 5.3.0 | 3.11 | py3.11-5.3.0 | py3.11-slim-5.3.0 | py3.11-alpine-5.3.0 |
330-
| 5.3.0 | 3.10 | py3.10-5.3.0 | py3.10-slim-5.3.0 | py3.10-alpine-5.3.0 |
331-
| 5.3.0 | 3.9 | py3.9-5.3.0 | py3.9-slim-5.3.0 | py3.9-alpine-5.3.0 |
332-
| 5.3.0 | 3.8 | py3.8-5.3.0 | py3.8-slim-5.3.0 | py3.8-alpine-5.3.0 |
333333

334334

335335
### Older Tags

0 commit comments

Comments
 (0)