You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2017/07/19 20:24:12 UTC

bigtop git commit: BIGTOP-2841: Fix bigtop/slaves-ubuntu-16.04-aarch64 build failure

Repository: bigtop
Updated Branches:
  refs/heads/master 047dd8d8e -> 3bdfb7d3a


BIGTOP-2841: Fix bigtop/slaves-ubuntu-16.04-aarch64 build failure

Signed-off-by: Konstantin Boudnik <co...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/3bdfb7d3
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/3bdfb7d3
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/3bdfb7d3

Branch: refs/heads/master
Commit: 3bdfb7d3a8cb2aaa8b7e3aa06f71b13c02fa68fd
Parents: 047dd8d
Author: Jun He <ju...@arm.com>
Authored: Thu Jul 13 05:27:19 2017 +0000
Committer: Konstantin Boudnik <ko...@epam.com>
Committed: Wed Jul 19 13:23:46 2017 -0700

----------------------------------------------------------------------
 docker/bigtop-slaves/ubuntu-16.04-aarch64/Dockerfile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/3bdfb7d3/docker/bigtop-slaves/ubuntu-16.04-aarch64/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-slaves/ubuntu-16.04-aarch64/Dockerfile b/docker/bigtop-slaves/ubuntu-16.04-aarch64/Dockerfile
index 336b7cb..f3b30a8 100644
--- a/docker/bigtop-slaves/ubuntu-16.04-aarch64/Dockerfile
+++ b/docker/bigtop-slaves/ubuntu-16.04-aarch64/Dockerfile
@@ -12,12 +12,11 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-FROM aarch64/ubuntu:16.04
+FROM bigtop/puppet:ubuntu-16.04-aarch64
 MAINTAINER Roman Shaposhnik <rv...@apache.org>
 
 COPY bigtop_toolchain /etc/puppet/modules/bigtop_toolchain
 
-RUN /etc/puppet/modules/bigtop_toolchain/bin/puppetize.sh
-RUN puppet apply -e "include bigtop_toolchain::installer"
+RUN  apt-get clean && apt-get update && puppet apply -e "include bigtop_toolchain::installer"
 COPY . /tmp/bigtop
 RUN cd /tmp/bigtop && ./gradlew && cd && rm -rf /tmp/bigtop