1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00

Update build for docker-from-scratch

This commit is contained in:
Darren Shepherd
2015-08-06 00:04:46 -07:00
parent d56b6ae2a5
commit 598f47b68d
10 changed files with 57 additions and 40 deletions

View File

@@ -9,4 +9,4 @@ for i in `./ros c images -i os-config.yml`; do
[ "${FORCE_PULL}" != "1" ] && docker inspect $i >/dev/null 2>&1 || docker pull $i;
done
docker save `./ros c images -i os-config.yml` > ${INITRD_DIR}/images.tar
docker save `./ros c images -i os-config.yml` > ${BUILD}/images.tar