-
Notifications
You must be signed in to change notification settings - Fork 22
Update CentOS 9 stream container SHA-256 #204
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
Conversation
WalkthroughUpdated the final-stage base image digest in Changes
Sequence Diagram(s)(omitted — changes do not affect control flow or introduce new runtime interactions) Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (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 (2)
✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
oci/Containerfile (1)
15-15: Let Renovate track this base image digest automaticallyAdd a Renovate hint so future digest rotations are auto-raised like the others in this file.
- FROM quay.io/centos/centos:stream9@sha256:a2ef206db47cea339ec3b6b0f3b5f4ebf2b6888a4a62746c4c5978bdfe015b32 + # renovate: datasource=docker depName=quay.io/centos/centos versioning=docker + FROM quay.io/centos/centos:stream9@sha256:a2ef206db47cea339ec3b6b0f3b5f4ebf2b6888a4a62746c4c5978bdfe015b32
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
oci/Containerfile(1 hunks)
⏰ 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)
- GitHub Check: build (macOS-latest, 1.20)
- GitHub Check: build (ubuntu-latest, 1.20)
- GitHub Check: build-and-push-image
🔇 Additional comments (2)
oci/Containerfile (2)
15-15: Digest bump to CentOS Stream 9 — LGTMPinning to the new digest resolves the broken pull while keeping builds reproducible. No other concerns with this change.
15-15: Install skopeo or docker/podman and re-run the manifest and package verificationOCI/Containerfile (line 15)
- Verify the digest resolves to the intended manifest type (index vs. single-arch).
- Confirm that
qemu-imgandpython3install successfully and report the expected versions.
Previous sha checksum is not available anymore. Also increase time to 15 minutes, due it gets timeout on MacOS test. Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
37f8480 to
c0fdb92
Compare
Previous sha checksum is not available anymore.
Summary by CodeRabbit