Skip to content

Commit 57a28a9

Browse files
committed
Release 1.1.9-1
1 parent b25d413 commit 57a28a9

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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
8989
ARG 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
107106
ARG graphite_version=${version}
108107
ARG graphite_repo=https://github.com/graphite-project/graphite-web.git
109108
RUN . /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
139137
ARG brubeck_repo=https://github.com/lukepalmer/brubeck.git
140138
ENV BRUBECK_NO_HTTP=1
141139
RUN git clone "${brubeck_repo}" /usr/local/src/brubeck \

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
VERSION=1.1.8-8
2+
VERSION=1.1.9-1
33
docker build . \
44
--build-arg python_extra_flags="--single-version-externally-managed --root=/" \
55
--no-cache --tag graphiteapp/graphite-statsd:$VERSION --progress tty

0 commit comments

Comments
 (0)