build: grafana enterprise docker. (#13839)

This commit is contained in:
Leonard Gram
2018-10-26 14:23:30 +02:00
committed by GitHub
parent 239dfbc9ae
commit e2f74b55d2
2 changed files with 14 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
set -e
_grafana_tag=$1
_docker_repo=${2:-grafana/grafana-enterprise}
docker build \
--tag "${_docker_repo}:${_grafana_tag}"\
--no-cache=true \
.