File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN true \
8383 psycopg2 \
8484 django-cockroachdb==2.2.*
8585
86- ARG version=1.1.8
86+ ARG version=1.1.9
8787
8888# install whisper
8989ARG whisper_version=${version}
@@ -103,14 +103,12 @@ RUN . /opt/graphite/bin/activate \
103103 && python3 ./setup.py install $python_extra_flags
104104
105105# install graphite
106- # pin pyparsing to 2.4.7 should be removed in 1.1.9 or later
107106ARG graphite_version=${version}
108107ARG graphite_repo=https://github.com/graphite-project/graphite-web.git
109108RUN . /opt/graphite/bin/activate \
110109 && git clone -b ${graphite_version} --depth 1 ${graphite_repo} /usr/local/src/graphite-web \
111110 && cd /usr/local/src/graphite-web \
112111 && pip3 install -r requirements.txt \
113- && pip3 install --no-deps --force-reinstall pyparsing==2.4.7 \
114112 && python3 ./setup.py install $python_extra_flags
115113
116114# install statsd
@@ -135,7 +133,7 @@ RUN git clone "${gocarbon_repo}" /usr/local/src/go-carbon \
135133 || true
136134
137135# install brubeck (experimental)
138- ARG brubeck_version=bc1f4d3debe5eec337e7d132d092968ad17b91db
136+ ARG brubeck_version=f306c25df51181be05a58dcc108bfaefc39f7f4a
139137ARG brubeck_repo=https://github.com/lukepalmer/brubeck.git
140138ENV BRUBECK_NO_HTTP=1
141139RUN git clone "${brubeck_repo}" /usr/local/src/brubeck \
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- VERSION=1.1.8-8
2+ VERSION=1.1.9-1
33docker build . \
44 --build-arg python_extra_flags=" --single-version-externally-managed --root=/" \
55 --no-cache --tag graphiteapp/graphite-statsd:$VERSION --progress tty
You can’t perform that action at this time.
0 commit comments