Skip to content

Comments

Return the image ID on inspect#90

Merged
rumpl merged 1 commit intoc8dfrom
image-inspect-id
Sep 14, 2022
Merged

Return the image ID on inspect#90
rumpl merged 1 commit intoc8dfrom
image-inspect-id

Conversation

@rumpl
Copy link
Owner

@rumpl rumpl commented Sep 13, 2022

- What I did

Created a new function in the image package to be able to create an image with a given ID, this is needed because the image id is read-only and created by the image store on image creation. We no longer use the image store with containerd and need a way to return an image with its ID.

With this change k8s on Desktop works

Screenshot 2022-09-13 at 17 03 18

- How to verify it

$ docker pull hello-world
$ docker inspect hello-world

The inspect JSON should have an ID that is not empty

Signed-off-by: Djordje Lukic <[email protected]>
@rumpl rumpl requested a review from ndeloof September 13, 2022 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants