mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-25 14:00:06 +00:00
Change "output" to "format" in moby tool
This is less confusing as there is also an output option to set the file. See https://github.com/moby/tool/pull/146 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
committed by
Justin Cormack
parent
c07309b700
commit
91207540e4
@@ -18,7 +18,7 @@ clean_up() {
|
||||
}
|
||||
trap clean_up EXIT
|
||||
|
||||
moby build -output kernel+initrd -name "${NAME}" test.yml
|
||||
moby build -format kernel+initrd -name "${NAME}" test.yml
|
||||
[ -f "${NAME}-kernel" ] || exit 1
|
||||
[ -f "${NAME}-initrd.img" ] || exit 1
|
||||
[ -f "${NAME}-cmdline" ]|| exit 1
|
||||
|
@@ -18,7 +18,7 @@ clean_up() {
|
||||
}
|
||||
trap clean_up EXIT
|
||||
|
||||
moby build -output kernel+initrd -name "${NAME}" test.yml
|
||||
moby build -format kernel+initrd -name "${NAME}" test.yml
|
||||
[ -f "${NAME}-kernel" ] || exit 1
|
||||
[ -f "${NAME}-initrd.img" ] || exit 1
|
||||
[ -f "${NAME}-cmdline" ]|| exit 1
|
||||
|
Reference in New Issue
Block a user