automation-tests/cmd/podman/utils
Daniel J Walsh 5623cb9d3d
Fix --arch and --os flags to work correctly
Currently podman implements --override-arch and --overide-os
But Podman has made these aliases for --arch and --os.  No
reason to have to specify --override, since it is clear what
the user intends.

Currently if the user specifies an --override-arch field but the
image was previously pulled for a different Arch, podman run uses
the different arch.  This PR also fixes this issue.

Fixes: https://github.com/containers/podman/issues/8001

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-01-25 14:58:24 -05:00
..
alias.go Fix --arch and --os flags to work correctly 2021-01-25 14:58:24 -05:00
error.go Podman V2 birth 2020-04-16 15:53:58 -05:00
signals_linux.go Support sighup reload configuration files 2020-08-18 14:42:49 -04:00
signals_windows.go Support sighup reload configuration files 2020-08-18 14:42:49 -04:00
utils.go Rework pruning to report reclaimed space 2020-12-30 19:57:35 -06:00