You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/04/24 11:48:13 UTC

[hbase] branch branch-2 updated: HBASE-24253 HBASE-Find-Flaky-Tests job is failing because of can not build docker image (#1578)

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

zhangduo pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 4f0d05b  HBASE-24253 HBASE-Find-Flaky-Tests job is failing because of can not build docker image (#1578)
4f0d05b is described below

commit 4f0d05b4621a36172bbfa5f92ea9ff8d02b541ba
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Fri Apr 24 19:39:19 2020 +0800

    HBASE-24253 HBASE-Find-Flaky-Tests job is failing because of can not build docker image (#1578)
    
    Signed-off-by: Jan Hentschel <ja...@ultratendency.com>
---
 dev-support/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/Dockerfile b/dev-support/Dockerfile
index 389f24f..9f87cec 100644
--- a/dev-support/Dockerfile
+++ b/dev-support/Dockerfile
@@ -27,7 +27,7 @@ COPY . /hbase/dev-support
 RUN DEBIAN_FRONTEND=noninteractive apt-get -qq -y update \
     && DEBIAN_FRONTEND=noninteractive apt-get -qq -y install --no-install-recommends \
       curl=7.58.0-2ubuntu3.8 \
-      python2.7=2.7.17-1~18.04 \
+      python2.7=2.7.17-1~18.04ubuntu1 \
       python-pip=9.0.1-2.3~ubuntu1.18.04.1 \
       python-setuptools=39.0.1-2 \
     && apt-get clean \