From 0105f66bb5918f5603772e4308f9bf066fee5e29 Mon Sep 17 00:00:00 2001 From: Matt Jibson Date: Mon, 9 Mar 2015 17:24:06 -0400 Subject: [PATCH] cmd/bosun: sync docker image to newest versions --- cmd/bosun/docker/build/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/bosun/docker/build/Dockerfile b/cmd/bosun/docker/build/Dockerfile index f43872beda..4990607305 100644 --- a/cmd/bosun/docker/build/Dockerfile +++ b/cmd/bosun/docker/build/Dockerfile @@ -15,7 +15,7 @@ RUN git clone -b next --single-branch --depth 1 git://github.com/OpenTSDB/opents cd $TSDB && bash ./build.sh ENV GOPATH /go -ENV HBASEVER 0.98.9-hadoop2 +ENV HBASEVER 1.0.0 ENV HBASE /hbase/hbase-$HBASEVER ENV JAVA_HOME /usr/lib/jvm/java-7-openjdk-amd64 @@ -24,7 +24,7 @@ RUN mkdir -p /hbase \ | tar -xzC /hbase \ && mv /hbase/hbase-$HBASEVER /hbase/hbase -RUN curl -SL https://storage.googleapis.com/golang/go1.4.linux-amd64.tar.gz \ +RUN curl -SL https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz \ | tar -xzC /usr/local COPY bosun $GOPATH/src/bosun.org/