mirror of
https://github.com/grafana/grafana.git
synced 2025-01-07 22:53:56 -06:00
Added saving buildcontainer to cache directory
This commit is contained in:
parent
595a1fe852
commit
f36ea13cb2
@ -8,6 +8,7 @@ if [[ -e ~/docker/centos.tar ]]; then
|
||||
docker load -i ~/docker/centos.tar;
|
||||
else
|
||||
docker build --tag "grafana/buildcontainer" docker/buildcontainer
|
||||
docker save grafana:buildcontainer > ~/docker/centos.tar;
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user