podman
podman copied to clipboard
Vendor common test for artifact digest lookup
After fixing a bug in libartifact, I'm vendoring common to see that podman still passes tests.
Checklist
Ensure you have completed the following checklist for your pull request to be reviewed:
- [x] Certify you wrote the patch or otherwise have the right to pass it on as an open-source patch by signing all
commits. (
git commit -s). (If needed, usegit commit -s --amend). The author email must match the sign-off email address. See CONTRIBUTING.md for more information. - [x] Referenced issues using
Fixes: #00000in commit message (if applicable) - [x] Tests have been added/updated (or no tests are needed)
- [x] Documentation has been updated (or no documentation changes are needed)
- [x] All commits pass
make validatepr(format/lint checks) - [x] Release note entered in the section below (or
Noneif no user-facing changes)
Does this PR introduce a user-facing change?
None