/grafana-build-image

Docker image with which one can build Grafana.

Primary LanguageShell

How to build Grafana with this image?

git clone https://github.com/grafana/grafana.git
sudo docker run -it -v $(pwd)/grafana:/go/src/github.com/grafana/grafana urbas/grafana-build-image:1.0.0 /build-grafana.sh

How to upload to bintray?

VERSION=x.y.z API_KEY=abc curl -T grafana_${VERSION}_armhf.deb -umatej:$API_KEY "https://api.bintray.com/content/matej/deb-packages/grafana/${VERSION}/grafana_${VERSION}_armhf.deb;deb_distribution=xenial;deb_component=main;deb_architecture=armhf"