1
0
mirror of https://github.com/rancher/os.git synced 2025-06-19 03:31:55 +00:00
os/scripts/build-moby
Sven Dowideit a4e7036086 updates for latest moby changes
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2017-07-13 20:06:34 +10:00

14 lines
212 B
Bash
Executable File

#!/bin/bash
set -e
cd $(dirname $0)/..
docker build -t zombie/os - < scripts/moby/Dockerfile
cd dist
mkdir -p moby
cd moby
moby build -output kernel+initrd -output iso-bios ../../scripts/moby/rancheros.yml