podman/pkg/domain
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
..
entities Fix --arch and --os flags to work correctly 2021-01-25 14:58:24 -05:00
filters Fix problems reported by staticcheck 2021-01-12 16:11:09 +01:00
infra Fix --arch and --os flags to work correctly 2021-01-25 14:58:24 -05:00
utils Fixup issues found by golint 2020-06-10 05:49:41 -04:00