I have created a release from a docker-compose file with existing docker images (using image:). I would like to verify that the images that have been pulled are the correct one.
How can I do this ? I didn’t find this information in the release page, nor in balena release CLI output.
Yes I would like to check before the release. Our different components are build independently on different CIs, and pushed to our docker registry.
So when I create a release, I would like to verify before validating the release that the correct images have been used (to avoid a release where some components would not be here because a CI failed for example).