camel-k icon indicating copy to clipboard operation
camel-k copied to clipboard

Use base image SHA instead of tag

Open squakez opened this issue 1 year ago • 1 comments

We're actually using a tag to start the image building process. It would be convenient to get the SHA of the image in order to have a fully reproducible build.

squakez avatar Dec 10 '24 07:12 squakez

This issue has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days. If you think that’s incorrect or the issue should never stale, please simply write any comment. Thanks for your contributions!

github-actions[bot] avatar Mar 11 '25 00:03 github-actions[bot]

I'd like to give it try and implement this. I may need some pointers as I am not quite sure where to start. I'll figure this week if all is clear or I have concrete questions regarding the issue description.

michalvavrik avatar Sep 16 '25 20:09 michalvavrik

Great! Feel free to ask. As an hint, you can notice a warning during the building process in Jib as we use an image with a tag. I think we should try to figure it out how to convert that into a reproducible build instead.

squakez avatar Sep 17 '25 06:09 squakez