You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2019/08/20 22:39:42 UTC

[geode] branch release/1.9.1 updated: Install Python 2 in meta-mini-image

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

onichols pushed a commit to branch release/1.9.1
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/release/1.9.1 by this push:
     new 130bb15  Install Python 2 in meta-mini-image
130bb15 is described below

commit 130bb15b25e111abfd5f68caceaa4eff7b785c34
Author: Robert Houghton <rh...@pivotal.io>
AuthorDate: Wed Jul 17 11:09:29 2019 -0700

    Install Python 2 in meta-mini-image
    
    Alpine no longer includes python 2 as part of the base image, so we need
    to install it.
    
    Co-authored-by: Sean Goller <sg...@pivotal.io>
    Co-authored-by: Bala Kaza Venkata <bk...@pivotal.io>
    (cherry picked from commit 07032b448befc0b2820abba52056f69c20b0bdd4)
---
 ci/images/meta-mini/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/images/meta-mini/Dockerfile b/ci/images/meta-mini/Dockerfile
index c021e92..97886eb 100644
--- a/ci/images/meta-mini/Dockerfile
+++ b/ci/images/meta-mini/Dockerfile
@@ -21,6 +21,7 @@ RUN apk --no-cache add \
       bash \
       curl \
       jq \
+      python2 \
       python3 \
   && pip3 install --upgrade pip \
   && pip3 install Jinja2 pyYAML