python
python copied to clipboard
Docker Official Image packaging for Python
I want a 3.13 nogil container, also with all optimizations, etc. I assume that the current 3.13 containers use the GIL.
``` ➜ examples git:(master) ✗ docker-compose up [+] Building 20.5s (6/6) FINISHED docker:desktop-linux => [supplemention internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 347B 0.0s => [okuluss...
Please add **openssl** package (not only openssl-dev) to [python3-alpine](https://github.com/docker-library/python/blob/5ed2758efb58d9acaafa90515caa43edbcfe4c4e/3.12/alpine3.20/Dockerfile) We have errors if we try to use this images (for example add ansible and pip modules): >WARNING: Retrying (Retry(total=0, connect=None,...
as `ENV` persists in the created images, this clutters environments of many running containers, making printenv more complicated to read and possible making debugging harder. This PR marks the following...
notably they are missing `libexpat.so.1` which is [required by auditwheel](https://github.com/pypa/auditwheel/issues/152) some example breakage: ```console $ docker run --rm -ti python:3.13.0-slim bash -c 'pip install -q pyuwsgi; uwsgi --help' WARNING: Running...
All supported python releases now have associated sigstore files available. This enables sigstore verification in the alpine images using cosign. Unfortunately cosign 2.4+ is required which is only available in...
Hello, I noticed this project uses PGP signatures and wanted to make you all aware of [my proposed PEP](https://peps.python.org/pep-0761/) for deprecating PGP signatures in future Python versions. Please take a...
We recently upgraded our base images from, for example, ``` python:3.11-bookworm@sha256:f7543d9969bdc112dd9819ca642e14433fdacfe857f170f6b803392fc7e451ad ``` to ``` python:3.11-bookworm@sha256:157a371e60389919fe4a72dff71ce86eaa5234f59114c23b0b346d0d02c74d39 ``` and that broke all our Python images. I'm trying to understand what exactly changed...