Build with nocache
This commit is contained in:
committed by
GitHub
parent
9bfc831eac
commit
7d8e334090
+1
-1
@@ -3,7 +3,7 @@ set -o nounset
|
||||
set -o errexit
|
||||
|
||||
|
||||
docker build -t sabayon/builder-amd64 .
|
||||
docker build --no-cache -t sabayon/builder-amd64 .
|
||||
docker run sabayon/builder-amd64 true || true
|
||||
docker export $( docker ps -aq | xargs echo | cut -d ' ' -f 1) | docker import - sabayon/builder-amd64-tmp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user