Skip to content

Commit

Permalink
1.1.10-3
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Jul 9, 2022
1 parent bcf94f4 commit 0b27318
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ RUN true \
&& pip install \
cairocffi==1.1.0 \
django==2.2.27 \
django-tagging==0.4.3 \
django-statsd-mozilla \
fadvise \
gunicorn==20.1.0 \
Expand Down Expand Up @@ -161,11 +162,12 @@ LABEL maintainer="Denys Zhdanov <[email protected]>"

ENV STATSD_INTERFACE udp

# copy config BEFORE build
COPY conf /

# copy from build image
COPY --from=build /opt /opt

COPY conf /

# defaults
EXPOSE 80 2003-2004 2013-2014 2023-2024 8080 8125 8125/udp 8126
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"]
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION=1.1.10-1
VERSION=1.1.10-3
docker build . \
--build-arg python_extra_flags="--single-version-externally-managed --root=/" \
--no-cache --tag graphiteapp/graphite-statsd:$VERSION --progress tty

0 comments on commit 0b27318

Please sign in to comment.