Skip to content

Commit

Permalink
Release opentsdb 2.3.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit01 committed Jan 4, 2017
1 parent a7d5f2b commit 7b579e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ RUN useradd opentsdb && \
apt-get install --no-install-recommends -y gnuplot-nox && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
curl -L https://github.com/OpenTSDB/opentsdb/releases/download/v2.3.0RC2/opentsdb-2.3.0-RC2_all.deb > /tmp/opentsdb.deb && \
echo "5a7e9c0d4b67538c3fcb9310b1c6550d6d0b67514fccaf3360e35fe3d2ed1e12af1a4e5658546babebf0b98cb807fee88b6cf249c5209334fe839034a6cc7b75 /tmp/opentsdb.deb" | sha512sum -c && \
curl -L https://github.com/OpenTSDB/opentsdb/releases/download/v2.3.0/opentsdb-2.3.0_all.deb > /tmp/opentsdb.deb && \
echo "f72bd4eb6323618435417a4843aca85627e6e24c28f6782c21b96f44e7a3b18ba469e8872d6c583a51f28fb1e843065bfbf501902008841d9a45740e5d0803e5 /tmp/opentsdb.deb" | sha512sum -c && \
dpkg -i /tmp/opentsdb.deb && \
rm /tmp/opentsdb.deb && \
rm /etc/opentsdb/opentsdb.conf && \
Expand Down

0 comments on commit 7b579e1

Please sign in to comment.