mirror of
https://github.com/containers/podman.git
synced 2025-06-06 06:44:53 +08:00
Merge pull request #10739 from vrothberg/fix-10682
create: support images with invalid platform
This commit is contained in:
@ -194,7 +194,7 @@ function _confirm_update() {
|
||||
run_podman 125 auto-update
|
||||
update_log=$output
|
||||
is "$update_log" ".*invalid auto-update policy.*" "invalid policy setup"
|
||||
is "$update_log" ".*1 error occurred.*" "invalid policy setup"
|
||||
is "$update_log" ".*Error: invalid auto-update policy.*" "invalid policy setup"
|
||||
|
||||
local n_updated=$(grep -c 'Trying to pull' <<<"$update_log")
|
||||
is "$n_updated" "2" "Number of images updated from registry."
|
||||
|
Reference in New Issue
Block a user