Don't use docker/pkg/archive, use containers/storage/pkg/archive - #11971
Conversation
[NO NEW TESTS NEEDED] Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@nalind Any idea why imagebuilder uses This end up pulling in all of the docker archive stuff into Podman. |
|
LGTM |
It connects to a docker daemon, and the package offers an API for doing that. Some of its types (Config and Image) are baked into imagebuilder's exported API, so it can't easily be replaced with something else. |
|
LGTM |
|
/lgtm |
[NO NEW TESTS NEEDED]
Signed-off-by: Daniel J Walsh dwalsh@redhat.com
What this PR does / why we need it:
How to verify it
Which issue(s) this PR fixes:
Special notes for your reviewer: