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
According to the Docker spec, it's ok to have a reference with both a tag and a digest such as ubuntu:latest@sha256:868fd30a0e47b8d8ac485df174795b5e2fe8a6c8f056cc707b232d65b8a1ab68
Note when using both a tag and a digest (for a base image), the tag is purely for documentation. The digest will determine the image (manifest/manifest list).
For the target image, I think it doesn't make sense to put a digest; you shouldn't do it.
According to the Docker spec, it's ok to have a reference with both a tag and a digest such as
ubuntu:latest@sha256:868fd30a0e47b8d8ac485df174795b5e2fe8a6c8f056cc707b232d65b8a1ab68
See also: google/go-containerregistry#351
The following test for
ImageReferenceTest
failsThe text was updated successfully, but these errors were encountered: