Skip to content

Commit

Permalink
cmd/bosun: sync docker image to newest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maddyblue committed Mar 9, 2015
1 parent 234b301 commit 0105f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/bosun/docker/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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/
Expand Down

0 comments on commit 0105f66

Please sign in to comment.