buildah/pkg/util
Aditya Rajan 5a24cd02b7 build: mirror --authfile to filesystem if pointing to FD instead of file
Following PR makes sure that buildah mirrors --authfile to a temporary
file in filesystem if arg is pointing to an FD instead of actual file
as FD can be only consumed once.

Fixes: https://github.com/containers/buildah/issues/3070

Signed-off-by: Aditya Rajan <arajan@redhat.com>
2021-09-07 14:51:07 +05:30
..
test
util.go build: mirror --authfile to filesystem if pointing to FD instead of file 2021-09-07 14:51:07 +05:30
util_test.go