Add CI job that verifies sidecar images digests in devfile registry #19660
Labels
area/ci
CI build and releases, PR testing, & whitelabel/productization issues
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
Is your task related to a problem? Please describe.
Occasionally, images that we list for sidecars may have outdated digests. If that happens, we would like to find out about it as early as possible (before the scheduled weekly releases), and decide whether we should update the images
Describe the solution you'd like
A github actions workflow that runs daily to check if all images have correct digest, if not - fetch a correct one (with skopeo or curl) and submit a PR to devfile-registry to update it
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: