You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems it is not possible to reference an image with @sha suffix from the local machine to make sure exactly wanted image is loaded. So if you do kind load docker-image …@sha… it currently says "not found".
Why is this needed:
While debugging issues with your app inside a Docker image, it is useful to exactly know you are loading what you intended. Moreover, this assures that the image is loaded locally and not from a remote repository.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
It seems it is not possible to reference an image with
@sha
suffix from the local machine to make sure exactly wanted image is loaded. So if you dokind load docker-image …@sha…
it currently says "not found".Why is this needed:
While debugging issues with your app inside a Docker image, it is useful to exactly know you are loading what you intended. Moreover, this assures that the image is loaded locally and not from a remote repository.
The text was updated successfully, but these errors were encountered: