-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support both tag and digest #15
Comments
Is the desired behaviour to ensure that the digest matches the tag? In that case it could be done by pulling the image by tag, and then checking if the digest matches. |
The desired goal from us (renovate team) I believe it would be that the script doesn't throw an error. Otherwise we won't update the lockfile. Perhaps it could check if they match. If they don't it could just log a warning and "pick" one of the 2 (maybe the digest?)? |
This was done in konflux-ci#15 for `skopeo copy`, but there is another call to `skopeo inspect` which was not updated. The _strip_tag function was moved into utils and made non-private.
Hello.
Seems like skopeo does not support using both tag and digest: containers/image#1736
This is an error we get when running the script:
Seems like the script was tested only for image@tag.
Is there any plan to support that in some other way in the script? It seems like a lot of our users would like to specify tag and digest.
Thank you
The text was updated successfully, but these errors were encountered: