buildah/internal
Daniel J Walsh 8d5d763213
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

[NO NEW TESTS NEEDED]

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-09-19 07:11:44 -04:00
..
parse parse: make processing flags in --mount order agnostic 2022-09-14 12:37:09 +05:30
source Fix stutters 2022-09-19 07:11:44 -04:00
util Switch to golang native error wrapping 2022-07-07 11:41:47 +02:00
types.go buildkit: supports additionalBuildContext in builds via --build-context 2022-05-17 23:43:51 +05:30