chore(deps): update registry.access.redhat.com/ubi9/skopeo docker tag to v9.7-1777555946#2088
Conversation
… to v9.7-1777555946 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
WalkthroughThe Docker base image in the kata-install build is updated from version ChangesDocker Base Image Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Review rate limit: 7/10 reviews remaining, refill in 17 minutes and 49 seconds. Comment |
|
Hi @red-hat-konflux[bot]. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
scripts/kata-install/Dockerfile (1)
1-1: Pin the base image by digest to ensure reproducible builds.Use
registry.access.redhat.com/ubi9/skopeo:9.7-1777555946@sha256:<digest>instead of the mutable tag. This avoids tag drift and strengthens supply-chain reproducibility per Red Hat's documented best practices. You can obtain the digest usingskopeo inspect docker://registry.access.redhat.com/ubi9/skopeo:9.7-1777555946.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@scripts/kata-install/Dockerfile` at line 1, Replace the mutable base image tag in the Dockerfile FROM line by pinning to the digest: run skopeo inspect docker://registry.access.redhat.com/ubi9/skopeo:9.7-1777555946 to get the sha256 digest and update the FROM instruction to use registry.access.redhat.com/ubi9/skopeo:9.7-1777555946@sha256:<digest> so the Dockerfile's base image is immutable and reproducible.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@scripts/kata-install/Dockerfile`:
- Line 1: Replace the mutable base image tag in the Dockerfile FROM line by
pinning to the digest: run skopeo inspect
docker://registry.access.redhat.com/ubi9/skopeo:9.7-1777555946 to get the sha256
digest and update the FROM instruction to use
registry.access.redhat.com/ubi9/skopeo:9.7-1777555946@sha256:<digest> so the
Dockerfile's base image is immutable and reproducible.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: 9643cabc-d065-4f02-bde2-3689f86ff738
📒 Files selected for processing (1)
scripts/kata-install/Dockerfile
This PR contains the following updates:
9.7-1776864511→9.7-1777555946Configuration
📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.