Skip to content

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 <djordje.lukic@docker.com>
@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.

3 participants