Are git-sha-tagged docker images available anywhere?
We’ve gotten accustomed to being able to update to a fairly recent master (https://github.com/Safecast/reporting/blob/master/scripts/install_grafana.sh#L10) but are looking at switching to a docker-based deployment.
I was thinking I could build my own centos+yum based dockerfile, but it might be simpler if the grafana build system could offer sha-(git sha)
images.
Does that exist anywhere, if not should I open an github issue to request it?
Thanks!