python icon indicating copy to clipboard operation
python copied to clipboard

Docker Official Image packaging for Python

Results 38 python issues
Sort by recently updated
recently updated
newest added
trafficstars

Are you going to integrate the known fix for CVE-2022-43680 (High - 7.5)? - https://nvd.nist.gov/vuln/detail/CVE-2022-43680 - https://security-tracker.debian.org/tracker/CVE-2022-43680 More details by Docker Hub here: https://dso.docker.com/images/python/digests/sha256%3Ad29fc682d30b314f41d5bb9e19ffe0b8fa128b836146a0a5b19dd60e96d1c19b?vtab=high I read your [FAQ entry about...

The linux/mips64le architecture is still in queue for building, but apparently builds are just failing constantly. Any idea when this will be fixed? Thanks Extra info: Issue opened by my...

I can't get SSL to work in the container, any ideas welcome: ``` docker run -it python:3.7.1-windowsservercore >>> import urllib.request; urllib.request.urlopen("https://letsencrypt.org/") Traceback (most recent call last): File "C:\Python\lib\urllib\request.py", line 1317,...

Issue

After golang has official images based on nanoserver, I'm looking for a python image based on microsoft/nanoserver. I've done some first investigations in https://github.com/StefanScherer/dockerfiles-windows/pull/61, but pip does not work yet...

Request

The example Dockerfile in the [Create a Dockerfile in your python App Project](https://github.com/docker-library/docs/blob/master/python/content.md#create-a-dockerfile-in-your-python-app-project) section in the image documentation should have ```Dockerfile ENV PYTHONUNBUFFERED=1 ``` or add the `-u` option to...

#501 has a useful suggestion for speeding up Python by ~20%. After that's done, it's actually possible to do better. Host is Fedora 33. All tests were run with Python...

Request

I notice that there was a certificate dropped within the '/tmp' directory which was recently introduced in the latest Python image. I was curious the reasoning why the certificate should...

We've identified a vulnerability within our Docker image that poses a security risk.CVE-2024-3094has been detected. About CVE-2024-3094- Malicious code was discovered in the upstream tarballs of xz, starting with version...

We have identified a critical security vulnerability (CVE-2023-42366) present in our Docker image. This vulnerability poses a significant risk to our system's security and integrity. Immediate action is required to...

We notice threading issues in our environment with the minor version upgrade