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
Currently, Jib is supporting the generation of an image digest file (Cf. Extended Usage) with the following format sha256:ba7816....
It could be helpful to support the image name with digest (my-org/my-image@sha256:ba7816...) and the image name + tag with the digest (my-org/my-image:1.0.0@sha256:ba7816...).
Kaniko is supporting it through the flags --image-name-with-digest-file and --image-name-tag-with-digest-file.
The text was updated successfully, but these errors were encountered:
Currently, Jib is supporting the generation of an image digest file (Cf. Extended Usage) with the following format
sha256:ba7816...
.It could be helpful to support the image name with digest (
my-org/my-image@sha256:ba7816...
) and the image name + tag with the digest (my-org/my-image:1.0.0@sha256:ba7816...
).Kaniko is supporting it through the flags
--image-name-with-digest-file
and--image-name-tag-with-digest-file
.The text was updated successfully, but these errors were encountered: