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:
@@ -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
|
||||
|
Reference in New Issue
Block a user