@@ -116,7 +116,7 @@ By default the startup script checks for the following packages and uses the fir
116116If you are using pip to install dependencies your dockerfile could look like this-
117117
118118``` dockerfile
119- FROM ghcr.io/multi-py/python-quasiqueue:py3.12-0.5.0
119+ FROM ghcr.io/multi-py/python-quasiqueue:py3.12-
120120
121121COPY requirements /requirements
122122RUN pip install --no-cache-dir -r /requirements
@@ -209,8 +209,8 @@ If you get use out of these containers please consider sponsoring me using Githu
209209</center >
210210
211211## Tags
212- * Recommended Image: ` ghcr.io/multi-py/python-quasiqueue:py3.12-0.5.0 `
213- * Slim Image: ` ghcr.io/multi-py/python-quasiqueue:py3.12-slim-0.5.0 `
212+ * Recommended Image: ` ghcr.io/multi-py/python-quasiqueue:py3.12- `
213+ * Slim Image: ` ghcr.io/multi-py/python-quasiqueue:py3.12-slim- `
214214
215215Tags are based on the package version, python version, and the upstream container the container is based on.
216216
@@ -221,31 +221,6 @@ Tags are based on the package version, python version, and the upstream containe
221221| latest | 3.10 | py3.10-latest | py3.10-slim-latest |
222222| latest | 3.9 | py3.9-latest | py3.9-slim-latest |
223223| latest | 3.8 | py3.8-latest | py3.8-slim-latest |
224- | 0.5.0 | 3.12 | py3.12-0.5.0 | py3.12-slim-0.5.0 |
225- | 0.5.0 | 3.11 | py3.11-0.5.0 | py3.11-slim-0.5.0 |
226- | 0.5.0 | 3.10 | py3.10-0.5.0 | py3.10-slim-0.5.0 |
227- | 0.5.0 | 3.9 | py3.9-0.5.0 | py3.9-slim-0.5.0 |
228- | 0.5.0 | 3.8 | py3.8-0.5.0 | py3.8-slim-0.5.0 |
229- | 0.4.2 | 3.12 | py3.12-0.4.2 | py3.12-slim-0.4.2 |
230- | 0.4.2 | 3.11 | py3.11-0.4.2 | py3.11-slim-0.4.2 |
231- | 0.4.2 | 3.10 | py3.10-0.4.2 | py3.10-slim-0.4.2 |
232- | 0.4.2 | 3.9 | py3.9-0.4.2 | py3.9-slim-0.4.2 |
233- | 0.4.2 | 3.8 | py3.8-0.4.2 | py3.8-slim-0.4.2 |
234- | 0.4.1 | 3.12 | py3.12-0.4.1 | py3.12-slim-0.4.1 |
235- | 0.4.1 | 3.11 | py3.11-0.4.1 | py3.11-slim-0.4.1 |
236- | 0.4.1 | 3.10 | py3.10-0.4.1 | py3.10-slim-0.4.1 |
237- | 0.4.1 | 3.9 | py3.9-0.4.1 | py3.9-slim-0.4.1 |
238- | 0.4.1 | 3.8 | py3.8-0.4.1 | py3.8-slim-0.4.1 |
239- | 0.4.0 | 3.12 | py3.12-0.4.0 | py3.12-slim-0.4.0 |
240- | 0.4.0 | 3.11 | py3.11-0.4.0 | py3.11-slim-0.4.0 |
241- | 0.4.0 | 3.10 | py3.10-0.4.0 | py3.10-slim-0.4.0 |
242- | 0.4.0 | 3.9 | py3.9-0.4.0 | py3.9-slim-0.4.0 |
243- | 0.4.0 | 3.8 | py3.8-0.4.0 | py3.8-slim-0.4.0 |
244- | 0.3.1 | 3.12 | py3.12-0.3.1 | py3.12-slim-0.3.1 |
245- | 0.3.1 | 3.11 | py3.11-0.3.1 | py3.11-slim-0.3.1 |
246- | 0.3.1 | 3.10 | py3.10-0.3.1 | py3.10-slim-0.3.1 |
247- | 0.3.1 | 3.9 | py3.9-0.3.1 | py3.9-slim-0.3.1 |
248- | 0.3.1 | 3.8 | py3.8-0.3.1 | py3.8-slim-0.3.1 |
249224
250225
251226### Older Tags
0 commit comments