automation-tests/cmd/podman/images
Valentin Rothberg 4e29ce2baf use cached containers.conf
Use `Default()` instead of re-loading containers.conf.

Also rework how the containers.conf objects are handled for parsing the
CLI.  Previously, we were conflating "loading the defaults" with
"storing values from the CLI" with "libpod may further change fields"
which ultimately led to various bugs and test failues.

To address the issue, separate the defaults from the values from the CLI
and properly name the fields to make the semantics less ambiguous.

[NO NEW TESTS NEEDED] as it's not a functional change.

Fixes: containers/common/issues/1200
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2022-10-21 14:03:14 +02:00
..
build.go use cached containers.conf 2022-10-21 14:03:14 +02:00
buildx.go bump go module to version 4 2022-01-18 12:47:07 +01:00
diff.go Remove unused archive flag from diff commands 2022-05-25 08:50:12 -07:00
exists.go bump go module to version 4 2022-01-18 12:47:07 +01:00
history.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
image.go bump go module to version 4 2022-01-18 12:47:07 +01:00
import.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
inspect.go shell completion: update podman inspect --type options 2022-05-19 14:04:22 +02:00
list.go Fix stutters 2022-09-10 07:52:00 -04:00
load.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
mount.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
prune.go bump go module to version 4 2022-01-18 12:47:07 +01:00
pull.go Add ProgressWriter to PullOptions 2022-08-19 00:41:22 +03:00
push.go Pass io.Writer when pushing images/manifests from command line 2022-08-18 23:48:43 +03:00
rm.go remove image podman no prune 2022-08-04 14:55:03 -04:00
save.go use cached containers.conf 2022-10-21 14:03:14 +02:00
scp.go podman ssh work, using new c/common interface 2022-08-09 14:00:58 -04:00
search.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
sign.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
tag.go bump go module to version 4 2022-01-18 12:47:07 +01:00
tree.go bump go module to version 4 2022-01-18 12:47:07 +01:00
trust.go bump go module to version 4 2022-01-18 12:47:07 +01:00
trust_set.go Add support for sigstoreSigned in (podman image trust set) 2022-08-25 01:50:43 +02:00
trust_show.go Cleanup display of trust with transports 2022-02-22 15:08:58 -05:00
unmount.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
untag.go bump go module to version 4 2022-01-18 12:47:07 +01:00
utils_linux.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
utils_unsupported.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00