Remove adding sha256 sum for CI container images#207
Conversation
Each time when there is added new feature to this project, the SHA256 sum needs to be updated just to pass the CI. The digest is taken also from "latest" container image, so there is no need to pin digest to an image which disappear after a while. Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
WalkthroughThe Containerfile base image reference was updated to use a tag-only reference instead of a pinned digest. The specific digest from Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Each time when there is added new feature to this project, the SHA256 sum needs to be updated just to pass the CI. The digest is taken also from "latest" container image, so there is no need to pin digest to an image which disappear after a while.
Summary by CodeRabbit