summaryrefslogtreecommitdiff
path: root/pkg/bindings/images/build_test.go
Commit message (Collapse)AuthorAge
* build: improve regex for iidfileGiuseppe Scrivano2021-05-06
improve the regex to match only at the beginning of the line. It prevents matching "Copying %s $CHECKSUM" messages returned by the containers/image copy process. Closes: https://github.com/containers/podman/issues/10233 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>