Skip to content

Commit a5f17b9

Browse files
committed
update repository location to Apache archive
1 parent 99622f0 commit a5f17b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ RUN apt-get update
1717
RUN apt-get install -y build-essential curl openjdk-6-jdk
1818

1919
# Download and Install HBase
20-
ENV HBASE_VERSION 0.94.25
20+
ENV HBASE_VERSION 0.94.26
2121

22-
RUN mkdir -p /opt/downloads && cd /opt/downloads && curl -SsfLO "https://dl.dropboxusercontent.com/u/91148410/SharedFiles/hbase-0.94.25.tar.gz"
22+
RUN mkdir -p /opt/downloads && cd /opt/downloads && curl -SsfLO "http://archive.apache.org/dist/hbase/hbase-$HBASE_VERSION/hbase-$HBASE_VERSION.tar.gz"
2323
RUN cd /opt && tar xvfz /opt/downloads/hbase-$HBASE_VERSION.tar.gz
2424
RUN mv /opt/hbase-$HBASE_VERSION /opt/hbase
2525

0 commit comments

Comments
 (0)