From issues-return-1281-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Tue Sep 10 01:04:06 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 448EA180608 for ; Tue, 10 Sep 2019 03:04:06 +0200 (CEST) Received: (qmail 26588 invoked by uid 500); 10 Sep 2019 01:04:03 -0000 Mailing-List: contact issues-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list issues@zookeeper.apache.org Received: (qmail 26492 invoked by uid 99); 10 Sep 2019 01:04:03 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Sep 2019 01:04:03 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id D9252E30EB for ; Tue, 10 Sep 2019 01:04:02 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 86BEB7822D1 for ; Tue, 10 Sep 2019 01:04:00 +0000 (UTC) Date: Tue, 10 Sep 2019 01:04:00 +0000 (UTC) From: "Hudson (Jira)" To: issues@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ZOOKEEPER-3532) Provide a docker-based environment to work on a known OS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ZOOKEEPER-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16926220#comment-16926220 ] Hudson commented on ZOOKEEPER-3532: ----------------------------------- SUCCESS: Integrated in Jenkins build Zookeeper-trunk-single-thread #521 (See [https://builds.apache.org/job/Zookeeper-trunk-single-thread/521/]) ZOOKEEPER-3532: Provide a docker-based environment to work on a known OS (hanm: rev a0f500bdaa04e68d60ca891b0b1f8062196df18c) * (add) dev/docker/Dockerfile * (add) dev/docker/run.sh > Provide a docker-based environment to work on a known OS > -------------------------------------------------------- > > Key: ZOOKEEPER-3532 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3532 > Project: ZooKeeper > Issue Type: Improvement > Components: build > Reporter: Enrico Olivelli > Assignee: Enrico Olivelli > Priority: Major > Labels: pull-request-available > Fix For: 3.6.0 > > Time Spent: 1h 50m > Remaining Estimate: 0h > > We can have a docker based environment to launch a container with a know version of Linux, Java, Maven, gcc and all of the other libraries. > This way it is easier to work on MacOS and in the future we could have a known environment to build releases and have reproducible builds even for native code. > The idea is take from Apache BookKeeper project -- This message was sent by Atlassian Jira (v8.3.2#803003)