You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2023/01/29 10:57:21 UTC

[libcloud] branch trunk updated: Use Ubuntu 20.04 base image since 22.06 doesn't have Python 3.6 available anymore.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c0c62f939 Use Ubuntu 20.04 base image since 22.06 doesn't have Python 3.6 available anymore.
c0c62f939 is described below

commit c0c62f939a5d1fb620e77ab9dbda77741587fdbf
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Jan 29 11:57:04 2023 +0100

    Use Ubuntu 20.04 base image since 22.06 doesn't have Python 3.6
    available anymore.
---
 contrib/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/Dockerfile b/contrib/Dockerfile
index 88e368ed7..c149d0fb1 100644
--- a/contrib/Dockerfile
+++ b/contrib/Dockerfile
@@ -15,7 +15,7 @@
 
 # Docker image used for running tests the under all the supported Python
 # versions
-FROM ubuntu:22.04
+FROM ubuntu:20.04
 
 RUN set -e && \
     apt-get update && \