spiegel_podman/pkg/bindings/images
Daniel J Walsh 2c63b8439b
Fix stutters
Podman adds an Error: to every error message.  So starting an error
message with "error" ends up being reported to the user as

Error: error ...

This patch removes the stutter.

Also ioutil.ReadFile errors report the Path, so wrapping the err message
with the path causes a stutter.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-09-10 07:52:00 -04:00
..
build.go Fix stutters 2022-09-10 07:52:00 -04:00
build_test.go build: improve regex for iidfile 2021-05-06 11:33:59 +02:00
build_unix.go golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00
build_windows.go Handle hard links in remote builds 2021-05-22 05:27:03 -04:00
diff.go bump go module to version 4 2022-01-18 12:47:07 +01:00
images.go Mark some of the option fields as ignored in pkg/bindings 2022-08-26 09:55:17 +03:00
pull.go Mark some of the option fields as ignored in pkg/bindings 2022-08-26 09:55:17 +03:00
push.go Mark some of the option fields as ignored in pkg/bindings 2022-08-26 09:55:17 +03:00
rm.go pkg/bindings/images/rm.go: remove redundant FIXME 2022-05-24 16:07:39 +02:00
types.go Mark some of the option fields as ignored in pkg/bindings 2022-08-26 09:55:17 +03:00
types_diff_options.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types_exists_options.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types_export_options.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types_get_options.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types_history_options.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types_import_options.go import: allow users to set os, arch and variant of imports 2022-03-23 11:22:55 +05:30
types_list_options.go Revert "images --size" 2022-04-14 10:58:36 +02:00
types_load_options.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types_prune_options.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types_pull_options.go Add ProgressWriter to PullOptions 2022-08-19 00:41:22 +03:00
types_push_options.go pkg/bindings: Support writing image push progress to specified io.Writer 2022-08-08 01:51:32 +09:00
types_remove_options.go remove image podman no prune 2022-08-04 14:55:03 -04:00
types_scp_options.go podman image scp remote support & podman image scp tagging 2022-06-28 08:54:19 -04:00
types_search_options.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types_tag_options.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types_tree_options.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types_untag_options.go bump go module to version 4 2022-01-18 12:47:07 +01:00