Working on trying to get CI builds on centos6 to solve GLIBC issue, #1568

This commit is contained in:
Torkel Ödegaard
2015-03-07 12:40:19 +01:00
parent 4cbcee7e15
commit cc89bc02f4
6 changed files with 40 additions and 5 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
docker kill gfbuild
docker rm gfbuild
docker build --tag "grafana/buildcontainer" .
docker run -i -t \
-v /home/torkel/dev/go:/go \
--name gfbuild grafana/buildcontainer /bin/bash