Skip to content

Commit 47e7e6c

Browse files
committed
Versionator Updating versions for python and package.
1 parent d0d4a2d commit 47e7e6c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.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.7", "3.8", "3.9", "3.10"]
18-
package_versions: ["5.2.4", "5.2.5", "5.2.6", "5.2.7", "5.3.0"]
18+
package_versions: ["5.2.3", "5.2.4", "5.2.5", "5.2.6", "5.2.7"]
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.0"
29+
package_latest_version: "5.2.7"
3030
maintainer: "Robert Hafner <[email protected]>"
3131
python_version: ${{ matrix.python_versions }}
3232
target_base: ${{ matrix.target_base }}

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.10-5.3.0
153+
FROM ghcr.io/multi-py/python-celery:py3.10-5.2.7
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.10-5.3.0`
297-
* Slim Image: `ghcr.io/multi-py/python-celery:py3.10-slim-5.3.0`
296+
* Recommended Image: `ghcr.io/multi-py/python-celery:py3.10-5.2.7`
297+
* Slim Image: `ghcr.io/multi-py/python-celery:py3.10-slim-5.2.7`
298298

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

@@ -305,11 +305,6 @@ Tags are based on the package version, python version, and the upstream containe
305305
| latest | 3.8 | py3.8-latest | py3.8-slim-latest | py3.8-alpine-latest |
306306
| latest | 3.7 | py3.7-latest | py3.7-slim-latest | py3.7-alpine-latest |
307307
| latest | 3.6 | py3.6-latest | py3.6-slim-latest | py3.6-alpine-latest |
308-
| 5.3.0 | 3.10 | py3.10-5.3.0 | py3.10-slim-5.3.0 | py3.10-alpine-5.3.0 |
309-
| 5.3.0 | 3.9 | py3.9-5.3.0 | py3.9-slim-5.3.0 | py3.9-alpine-5.3.0 |
310-
| 5.3.0 | 3.8 | py3.8-5.3.0 | py3.8-slim-5.3.0 | py3.8-alpine-5.3.0 |
311-
| 5.3.0 | 3.7 | py3.7-5.3.0 | py3.7-slim-5.3.0 | py3.7-alpine-5.3.0 |
312-
| 5.3.0 | 3.6 | py3.6-5.3.0 | py3.6-slim-5.3.0 | py3.6-alpine-5.3.0 |
313308
| 5.2.7 | 3.10 | py3.10-5.2.7 | py3.10-slim-5.2.7 | py3.10-alpine-5.2.7 |
314309
| 5.2.7 | 3.9 | py3.9-5.2.7 | py3.9-slim-5.2.7 | py3.9-alpine-5.2.7 |
315310
| 5.2.7 | 3.8 | py3.8-5.2.7 | py3.8-slim-5.2.7 | py3.8-alpine-5.2.7 |
@@ -330,6 +325,11 @@ Tags are based on the package version, python version, and the upstream containe
330325
| 5.2.4 | 3.8 | py3.8-5.2.4 | py3.8-slim-5.2.4 | py3.8-alpine-5.2.4 |
331326
| 5.2.4 | 3.7 | py3.7-5.2.4 | py3.7-slim-5.2.4 | py3.7-alpine-5.2.4 |
332327
| 5.2.4 | 3.6 | py3.6-5.2.4 | py3.6-slim-5.2.4 | py3.6-alpine-5.2.4 |
328+
| 5.2.3 | 3.10 | py3.10-5.2.3 | py3.10-slim-5.2.3 | py3.10-alpine-5.2.3 |
329+
| 5.2.3 | 3.9 | py3.9-5.2.3 | py3.9-slim-5.2.3 | py3.9-alpine-5.2.3 |
330+
| 5.2.3 | 3.8 | py3.8-5.2.3 | py3.8-slim-5.2.3 | py3.8-alpine-5.2.3 |
331+
| 5.2.3 | 3.7 | py3.7-5.2.3 | py3.7-slim-5.2.3 | py3.7-alpine-5.2.3 |
332+
| 5.2.3 | 3.6 | py3.6-5.2.3 | py3.6-slim-5.2.3 | py3.6-alpine-5.2.3 |
333333

334334

335335
### Older Tags

0 commit comments

Comments
 (0)