c8d: Add ImageConvert#47678
Draft
vvoland wants to merge 2 commits intomoby:masterfrom
Draft
Conversation
This was referenced Apr 4, 2024
442ddb2 to
e9de94f
Compare
vvoland
commented
Apr 4, 2024
a096594 to
f616114
Compare
4bf65bc to
096b12f
Compare
Signed-off-by: Paweł Gronowski <[email protected]>
Introduce a new `ImageConvert` operation to the image service (only supported by the containerd image store) to convert multi-platform image indexes. The intent behind adding a new operation is to make the reduction of a multi-platform image to a single-platform image explicit to the user and not force operation like push to create a new image index with a different image digest if user wants to operate only on a subset of the original multi-platform image. Signed-off-by: Paweł Gronowski <[email protected]>
096b12f to
a1f9718
Compare
Member
|
Maybe this one doesn't warrant a whole new API. It feels like this belongs in |
This was referenced Jul 11, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce a new
ImageConvertoperation to the image service (only supported by the containerd image store) to convert multi-platform image indexes.The intent behind adding a new operation is to make the reduction of a multi-platform image to a single-platform image explicit to the user and not force operation like push to create a new image index with a different image digest if user wants to operate only on a subset of the original multi-platform image.
- How to verify it
TestImageConvertunit test.Manual test with docker/cli#4983:

- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)