Skip to content

Commit 67e0ef6

Browse files
authored
Update Dockerfile
Switch graphite version to master
1 parent eefbd51 commit 67e0ef6

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Dockerfile

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,10 @@ RUN true \
8484
psycopg2==2.8.6 \
8585
django-cockroachdb==4.2.*
8686

87-
ARG version=1.1.11
87+
ARG version=master
8888

8989
# install whisper
90-
#ARG whisper_version=${version}
91-
ARG whisper_version=master
90+
ARG whisper_version=${version}
9291
ARG whisper_repo=https://github.com/graphite-project/whisper.git
9392
RUN git clone -b ${whisper_version} --depth 1 ${whisper_repo} /usr/local/src/whisper \
9493
&& cd /usr/local/src/whisper \
@@ -97,8 +96,7 @@ RUN git clone -b ${whisper_version} --depth 1 ${whisper_repo} /usr/local/src/whi
9796
&& python3 ./setup.py install $python_extra_flags
9897

9998
# install carbon
100-
#ARG carbon_version=${version}
101-
ARG carbon_version=master
99+
ARG carbon_version=${version}
102100
ARG carbon_repo=https://github.com/graphite-project/carbon.git
103101
RUN . /opt/graphite/bin/activate \
104102
&& git clone -b ${carbon_version} --depth 1 ${carbon_repo} /usr/local/src/carbon \
@@ -107,8 +105,7 @@ RUN . /opt/graphite/bin/activate \
107105
&& python3 ./setup.py install $python_extra_flags
108106

109107
# install graphite
110-
#ARG graphite_version=${version}
111-
ARG graphite_version=master
108+
ARG graphite_version=${version}
112109
ARG graphite_repo=https://github.com/graphite-project/graphite-web.git
113110
RUN . /opt/graphite/bin/activate \
114111
&& git clone -b ${graphite_version} --depth 1 ${graphite_repo} /usr/local/src/graphite-web \

0 commit comments

Comments
 (0)