buildah/define
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
..
build.go build: support --skip-unused-stages for multi-stage builds 2022-09-17 12:51:15 +05:30
isolation.go Isolation strings, should match user input 2021-02-23 13:26:51 -05:00
mount_freebsd.go Make the various run mounts work for FreeBSD 2022-07-12 09:14:22 +01:00
mount_linux.go Make the various run mounts work for FreeBSD 2022-07-12 09:14:22 +01:00
namespace.go Eliminate the use of containers/building import in pkg subdirs 2021-02-12 12:43:08 -05:00
pull.go Make PolicyMap and PullPolicy names align 2021-03-05 06:21:59 -05:00
pull_test.go Make PolicyMap and PullPolicy names align 2021-03-05 06:21:59 -05:00
types.go Fix stutters 2022-09-19 07:11:44 -04:00
types_test.go build: support building from commit when using git repo as build context 2022-08-03 18:50:44 +05:30
types_unix.go buildah: add support for renaming a device in rootless setups 2022-05-25 13:53:37 +05:30
types_unsupported.go Eliminate the use of containers/building import in pkg subdirs 2021-02-12 12:43:08 -05:00