podman/pkg/bindings/images
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
..
build.go podman-remote fix sending tar content 2021-01-03 19:26:02 +03:00
diff.go Podman image bindings for 3.0 2020-12-15 16:04:59 -06:00
images.go Add binding options for container|pod exists 2021-01-18 13:48:51 -06:00
pull.go Podman image bindings for 3.0 2020-12-15 16:04:59 -06:00
rm.go Podman image bindings for 3.0 2020-12-15 16:04:59 -06:00
types.go Fix --arch and --os flags to work correctly 2021-01-25 14:58:24 -05:00
types_diff_options.go Makefile: add target to generate bindings 2021-01-14 11:54:57 -05:00
types_exists_options.go Add binding options for container|pod exists 2021-01-18 13:48:51 -06:00
types_export_options.go Makefile: add target to generate bindings 2021-01-14 11:54:57 -05:00
types_get_options.go Makefile: add target to generate bindings 2021-01-14 11:54:57 -05:00
types_history_options.go Makefile: add target to generate bindings 2021-01-14 11:54:57 -05:00
types_import_options.go Makefile: add target to generate bindings 2021-01-14 11:54:57 -05:00
types_list_options.go Makefile: add target to generate bindings 2021-01-14 11:54:57 -05:00
types_load_options.go Makefile: add target to generate bindings 2021-01-14 11:54:57 -05:00
types_prune_options.go Makefile: add target to generate bindings 2021-01-14 11:54:57 -05:00
types_pull_options.go Fix --arch and --os flags to work correctly 2021-01-25 14:58:24 -05:00
types_push_options.go Allow podman push to push manifest lists 2021-01-15 13:24:34 -05:00
types_remove_options.go Makefile: add target to generate bindings 2021-01-14 11:54:57 -05:00
types_search_options.go Makefile: add target to generate bindings 2021-01-14 11:54:57 -05:00
types_tag_options.go Makefile: add target to generate bindings 2021-01-14 11:54:57 -05:00
types_tree_options.go Makefile: add target to generate bindings 2021-01-14 11:54:57 -05:00
types_untag_options.go Makefile: add target to generate bindings 2021-01-14 11:54:57 -05:00