mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-02 23:47:11 +00:00
Update linuxkit.packages.getty-containerd
for ctr
changes
`ctr pull` → `ctr images pull` Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
@@ -40,22 +40,22 @@ expect {
|
||||
|
||||
expect {
|
||||
timeout {
|
||||
puts "FAILED ctr pull"
|
||||
puts "FAILED ctr images pull"
|
||||
exec kill -9 $pid
|
||||
exit 1
|
||||
}
|
||||
$prompt {
|
||||
send "ctr pull $image\n"
|
||||
send "ctr images pull $image\n"
|
||||
}
|
||||
}
|
||||
expect {
|
||||
timeout {
|
||||
puts "FAILED ctr pull"
|
||||
puts "FAILED ctr images pull"
|
||||
exec kill -9 $pid
|
||||
exit 1
|
||||
}
|
||||
$prompt {
|
||||
puts "SUCCESS ctr pull"
|
||||
puts "SUCCESS ctr images pull"
|
||||
send "ctr run -t $image test\n"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user