[circle] building the docker container and then pushing the squashed

This commit is contained in:
mudler
2015-11-12 16:47:18 +01:00
parent 0049ecc80f
commit 6a85aa5fb6
+1 -1
View File
@@ -5,7 +5,7 @@ machine:
dependencies:
override:
- docker info
- docker pull sabayon/base-amd64
- docker build -t sabayon/base-amd64 .
- docker export $(docker run -i -t sabayon/base-amd64 true && docker ps -aq | xargs echo | cut -d ' ' -f 1) | docker import - sabayon/base-amd64-squashed
test: