python
python copied to clipboard
Docker Official Image packaging for Python
When my Python program fails in a Docker container, no core dump or backtrace is generated. I tried enabling it using `ulimit -c unlimited`, but it didn't help. I cannot...
I've observed a roughly 11% performance overhead when using the python distribution shipped with the `python:3` image, compared to the python distribution installable through `ppa:deadsnakes/ppa`: https://stackoverflow.com/a/76133102/2808520 | | local |...
Using the stock python:slim container is really difficult if you already have an existing script with `#!/usr/bin/python3` on top. You will get a confusing error like: ``` /usr/bin/bash: line 140:...
ello, for tools like renovate it is important to have define label org.opencontainers.image.source So can we add label org.opencontainers.image.source="https://github.com/python/cpython" to DOCKERFILE ? Base on this label, renovate will provide information...
Hello, I've seen [CVE-2024-6345](https://avd.aquasec.com/nvd/2024/cve-2024-6345/) report today. I was wondering if you plan to update setuptools at least on 3.11 images like you did in the past on #783. Thank you
Found with trivy by running: ```bash trivy image -f json -o results-trivy.json --scanners vuln --ignore-unfixed --severity MEDIUM,HIGH,CRITICAL --exit-code 1 --timeout 3600s python:3.11-slim-bullseye trivy convert --format table results-trivy.json ```
In some packages that depend on `python3.11-alpine`, build totally breaks, ie: https://github.com/aws/aws-cli/issues/8698 To reproduce this issue, build something on top of 3.11 Alpine: ```Dockerfile FROM python:3.11-alpine AS python # Install...
```log #8 1832.1 + find /usr/local -type f -executable -not ( -name *tkinter* ) -exec ldd {} ; #8 1832.1 + sort -u #8 1832.1 + awk /=>/ { so...
As of #954 setuptools was completely removed from the python3.12+ base images, which is not the kinda of change I would have expected from this version. It would be helpful...
I'm running into an issue with [CVE-2024-5171](https://nvd.nist.gov/vuln/detail/CVE-2024-5171) for python:3.10.15-bullseye. A fix has been released according to [https://security-tracker.debian.org/tracker/CVE-2024-5171]( https://security-tracker.debian.org/tracker/CVE-2024-5171).