Skip to content

Commit

Permalink
Add Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hason committed May 28, 2024
1 parent 578ddcb commit 05697d8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
ARG version=3.11
ARG version=3.12
ARG suffix=""

FROM minidocks/base:3.17 AS base_3.10

FROM minidocks/base:3.17-build AS base_3.10-build

FROM minidocks/base:3.19 AS base_3.11

FROM minidocks/base:3.19-build AS base_3.11-build

FROM minidocks/base:3.20 AS base_3.12

FROM minidocks/base:3.20-build AS base_3.12-build

FROM base_$version$suffix AS latest
LABEL maintainer="Martin Hasoň <martin.hason@gmail.com>"

Expand Down
30 changes: 15 additions & 15 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,21 @@ servers Nginx, which offer direct support for uWSGI’s native uwsgi protocol.
Tags
----

| Tag | Size |
|-----------------|------------------------------------------------------------------------------------------------------------------------|
| latest, 3, 3.11 | ![](https://img.shields.io/docker/image-size/minidocks/python/latest?style=flat-square&logo=docker&label=size) |
| 3, 3.11 | ![](https://img.shields.io/docker/image-size/minidocks/python/3?style=flat-square&logo=docker&label=size) |
| 3-packaging | ![](https://img.shields.io/docker/image-size/minidocks/python/3-packaging?style=flat-square&logo=docker&label=size) |
| 3-build | ![](https://img.shields.io/docker/image-size/minidocks/python/3-build?style=flat-square&logo=docker&label=size) |
| 3-uwsgi | ![](https://img.shields.io/docker/image-size/minidocks/python/3-uwsgi?style=flat-square&logo=docker&label=size) |
| 3.11 | ![](https://img.shields.io/docker/image-size/minidocks/python/3.11?style=flat-square&logo=docker&label=size) |
| 3.11-packaging | ![](https://img.shields.io/docker/image-size/minidocks/python/3.11-packaging?style=flat-square&logo=docker&label=size) |
| 3.11-build | ![](https://img.shields.io/docker/image-size/minidocks/python/3.11-build?style=flat-square&logo=docker&label=size) |
| 3.11-uwsgi | ![](https://img.shields.io/docker/image-size/minidocks/python/3.11-uwsgi?style=flat-square&logo=docker&label=size) |
| 3.10 | ![](https://img.shields.io/docker/image-size/minidocks/python/3.10?style=flat-square&logo=docker&label=size) |
| 3.10-packaging | ![](https://img.shields.io/docker/image-size/minidocks/python/3.10-packaging?style=flat-square&logo=docker&label=size) |
| 3.10-build | ![](https://img.shields.io/docker/image-size/minidocks/python/3.10-build?style=flat-square&logo=docker&label=size) |
| 3.10-uwsgi | ![](https://img.shields.io/docker/image-size/minidocks/python/3.10-uwsgi?style=flat-square&logo=docker&label=size) |
| Tag | Size |
|----------------|------------------------------------------------------------------------------------------------------------------------|
| latest, 3, 3.12 | ![](https://img.shields.io/docker/image-size/minidocks/python/latest?style=flat-square&logo=docker&label=size) |
| 3, 3.12 | ![](https://img.shields.io/docker/image-size/minidocks/python/3?style=flat-square&logo=docker&label=size) |
| 3-packaging | ![](https://img.shields.io/docker/image-size/minidocks/python/3-packaging?style=flat-square&logo=docker&label=size) |
| 3-build | ![](https://img.shields.io/docker/image-size/minidocks/python/3-build?style=flat-square&logo=docker&label=size) |
| 3-uwsgi | ![](https://img.shields.io/docker/image-size/minidocks/python/3-uwsgi?style=flat-square&logo=docker&label=size) |
| 3.12 | ![](https://img.shields.io/docker/image-size/minidocks/python/3.12?style=flat-square&logo=docker&label=size) |
| 3.12-packaging | ![](https://img.shields.io/docker/image-size/minidocks/python/3.12-packaging?style=flat-square&logo=docker&label=size) |
| 3.12-build | ![](https://img.shields.io/docker/image-size/minidocks/python/3.12-build?style=flat-square&logo=docker&label=size) |
| 3.12-uwsgi | ![](https://img.shields.io/docker/image-size/minidocks/python/3.12-uwsgi?style=flat-square&logo=docker&label=size) |
| 3.11 | ![](https://img.shields.io/docker/image-size/minidocks/python/3.11?style=flat-square&logo=docker&label=size) |
| 3.11-packaging | ![](https://img.shields.io/docker/image-size/minidocks/python/3.11-packaging?style=flat-square&logo=docker&label=size) |
| 3.11-build | ![](https://img.shields.io/docker/image-size/minidocks/python/3.11-build?style=flat-square&logo=docker&label=size) |
| 3.11-uwsgi | ![](https://img.shields.io/docker/image-size/minidocks/python/3.11-uwsgi?style=flat-square&logo=docker&label=size) |

Related images
--------------
Expand Down

0 comments on commit 05697d8

Please sign in to comment.