From 903f90ecfaf7630ceb6dadef4adfe9b41bf5baf3 Mon Sep 17 00:00:00 2001 From: Felix Krull <2378306+fkrull@users.noreply.github.com> Date: Mon, 31 Jul 2023 21:53:47 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8a3625a..c6b14f4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# DEPRECATED/REMOVED +This repository is not being updated any more. The image was removed from Docker Hub as well. + # Docker Image With Many Python Versions This is a Docker image that has many different Python versions pre-installed. The image is based on the [buildpack-deps image](https://hub.docker.com/_/buildpack-deps/). Python packages come from [the Deadsnakes PPA](https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa). From f7cbd6a850504d8ae62a6cc2edd400e17ed35d70 Mon Sep 17 00:00:00 2001 From: Felix Krull <2378306+fkrull@users.noreply.github.com> Date: Tue, 1 Aug 2023 21:45:22 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6b14f4..48a3452 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # DEPRECATED/REMOVED -This repository is not being updated any more. The image was removed from Docker Hub as well. +This repository is not being updated any more. You can find the last version of the image in the [repository's packages](https://github.com/fkrull/docker-multi-python/pkgs/container/docker-multi-python). # Docker Image With Many Python Versions