Skip to content

Commit 0b27318

Browse files
committed
1.1.10-3
1 parent bcf94f4 commit 0b27318

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ RUN true \
7171
&& pip install \
7272
cairocffi==1.1.0 \
7373
django==2.2.27 \
74+
django-tagging==0.4.3 \
7475
django-statsd-mozilla \
7576
fadvise \
7677
gunicorn==20.1.0 \
@@ -161,11 +162,12 @@ LABEL maintainer="Denys Zhdanov <[email protected]>"
161162

162163
ENV STATSD_INTERFACE udp
163164

165+
# copy config BEFORE build
166+
COPY conf /
167+
164168
# copy from build image
165169
COPY --from=build /opt /opt
166170

167-
COPY conf /
168-
169171
# defaults
170172
EXPOSE 80 2003-2004 2013-2014 2023-2024 8080 8125 8125/udp 8126
171173
VOLUME ["/opt/graphite/conf", "/opt/graphite/storage", "/opt/graphite/webapp/graphite/functions/custom", "/etc/nginx", "/opt/statsd/config", "/etc/logrotate.d", "/var/log", "/var/lib/redis"]

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.10-1
2+
VERSION=1.1.10-3
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)