Newest release available on dockerhub Signed-off-by: Jason Gunthorpe <jgunthorpe@xxxxxxxxxxxxxxxxxxxx> --- buildlib/cbuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/buildlib/cbuild b/buildlib/cbuild index 48a8c1ea48ea5e..50e478154b0295 100755 --- a/buildlib/cbuild +++ b/buildlib/cbuild @@ -304,11 +304,11 @@ class harlequin(ZypperEnvironment): name = "opensuse-13.2"; aliases = {"harelequin"}; -class malachite(ZypperEnvironment): - docker_parent = "opensuse:42.1"; +class leap(ZypperEnvironment): + docker_parent = "opensuse:42.2"; pkgs = harlequin.pkgs; - name = "opensuse-42.1"; - aliases = {"malachite"}; + name = "opensuse-42.2"; + aliases = {"leap"}; class tumbleweed(ZypperEnvironment): docker_parent = "opensuse:tumbleweed"; @@ -327,7 +327,7 @@ environments = [centos6(), stretch(), fc26(), harlequin(), - malachite(), + leap(), tumbleweed(), debian_experimental(), ]; -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html