mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
move auto-formatter drive selection logic to os-autoformat container
and get rid of: - machine-rancheros.iso, - special case in build-images, - some bootstrap.go code
This commit is contained in:
@@ -40,7 +40,7 @@ chmod +x ${INITRD_DIR}/docker #ini
|
||||
|
||||
ln -sf bin/rancheros ./ros
|
||||
|
||||
for i in $(./ros c images -i os-config.yml) rancher/os-autoformat:${VERSION}; do
|
||||
for i in $(./ros c images -i os-config.yml); do
|
||||
docker pull ${i}
|
||||
done
|
||||
docker save $(./ros c images -i os-config.yml) rancher/os-autoformat:${VERSION} > ${INITRD_DIR}/images.tar #initrd2-images: /images.tar
|
||||
docker save $(./ros c images -i os-config.yml) > ${INITRD_DIR}/images.tar #initrd2-images: /images.tar
|
||||
|
Reference in New Issue
Block a user