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 2019/08/15 02:42:41 UTC

[hbase] branch branch-2.2 updated: HBASE-22856 HBASE-Find-Flaky-Tests fails with pip error

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

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


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new 413508a  HBASE-22856 HBASE-Find-Flaky-Tests fails with pip error
413508a is described below

commit 413508ab49df6cb76abd2b07a124ed3e781ff335
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Thu Aug 15 10:14:08 2019 +0800

    HBASE-22856 HBASE-Find-Flaky-Tests fails with pip error
---
 dev-support/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/Dockerfile b/dev-support/Dockerfile
index 2c3d61c..5d79988 100644
--- a/dev-support/Dockerfile
+++ b/dev-support/Dockerfile
@@ -20,7 +20,7 @@
 #
 # Specifically, it's used for the flaky test reporting job defined in
 # dev-support/flaky-tests/flaky-reporting.Jenkinsfile
-FROM ubuntu:14.04
+FROM ubuntu:18.04
 
 ADD . /hbase/dev-support