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
Given a LocalImage created from a tag or digest reference, the returned Identifier should be a DigestIdentifier if the docker inspect contains a RepoDigest with repository matching the repository from the original requested reference.
Note While implementing this we might want to improve the workflow for fetching identifiers. Identifiers should only be available for saved images, not those that have been mutated but not yet commited.
The text was updated successfully, but these errors were encountered:
Given a
LocalImage
created from a tag or digest reference, the returnedIdentifier
should be aDigestIdentifier
if the docker inspect contains aRepoDigest
with repository matching the repository from the original requested reference.Note While implementing this we might want to improve the workflow for fetching identifiers. Identifiers should only be available for saved images, not those that have been mutated but not yet commited.
The text was updated successfully, but these errors were encountered: