podman/pkg/domain/infra
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
..
abi Fix --arch and --os flags to work correctly 2021-01-25 14:58:24 -05:00
tunnel Fix --arch and --os flags to work correctly 2021-01-25 14:58:24 -05:00
runtime_abi.go Spelling 2020-12-22 13:34:31 -05:00
runtime_abi_unsupported.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
runtime_libpod.go add network connect|disconnect compat endpoints 2020-11-17 14:22:39 -06:00
runtime_proxy.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
runtime_tunnel.go Spelling 2020-12-22 13:34:31 -05:00