common
common copied to clipboard
Remove `reportResolvedReference *types.ImageReference` from `NewCopier`
There is no need of reportResolvedReferece in NewCopier after https://github.com/containers/common/pull/2339 .
I would like to change the public exposed API for NewCopier but it is breaking change and other than podman there are no consumers of it. If maintainers agree then I would like to open a PR.
@containers/podman-maintainers WDYT ?
cc @mtrmac for info.
We have never committed to a stable API in c/common, if you like to break it you can do it as long as you also update the callers.