[circle] building the docker container and then pushing the squashed
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user