automation-tests/cmd/podman/manifest
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
..
add.go Fix --arch and --os flags to work correctly 2021-01-25 14:58:24 -05:00
annotate.go Fix --arch and --os flags to work correctly 2021-01-25 14:58:24 -05:00
create.go Remove some more excessive wrapping and stuttering 2020-11-17 09:19:22 -05:00
exists.go podman manifest exists 2021-01-22 20:19:13 +01:00
inspect.go Remove some more excessive wrapping and stuttering 2020-11-17 09:19:22 -05:00
manifest.go Fix example for manifest push 2020-11-17 20:54:37 -05:00
push.go Allow podman push to push manifest lists 2021-01-15 13:24:34 -05:00
remove.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00