@@ -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}
9291ARG whisper_repo=https://github.com/graphite-project/whisper.git
9392RUN 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}
102100ARG carbon_repo=https://github.com/graphite-project/carbon.git
103101RUN . /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}
112109ARG graphite_repo=https://github.com/graphite-project/graphite-web.git
113110RUN . /opt/graphite/bin/activate \
114111 && git clone -b ${graphite_version} --depth 1 ${graphite_repo} /usr/local/src/graphite-web \
0 commit comments