We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87bcd67 + ae6bfd6 commit 6c31700Copy full SHA for 6c31700
build.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-VERSION=1.1.8-5
+VERSION=1.1.8-6
3
docker build . \
4
--build-arg python_binary=python3 --build-arg python_extra_flags="--single-version-externally-managed --root=/" \
5
--no-cache --tag graphiteapp/graphite-statsd:$VERSION
build_pypy.sh
IMAGE=jamiehewland/alpine-pypy:3.6-7.3-alpine3.11
--build-arg BASEIMAGE=${IMAGE} --build-arg python_binary=/usr/local/bin/pypy3 --build-arg python_extra_flags="" \
0 commit comments