-
Notifications
You must be signed in to change notification settings - Fork 47
Ubi base image digest bump for release-v0.6 branch #3101
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
Ubi base image digest bump for release-v0.6 branch #3101
Conversation
Done like this: curl -sL https://github.com/simonbaird/konflux-pipeline-patcher/raw/main/pipeline-patcher | bash -s bump-task-refs
Review Summary by QodoUpdate UBI base image and Konflux task digests
WalkthroughsDescription• Update UBI-minimal base image digest to latest version • Bump Konflux task reference digests across pipeline configs • Apply updates to both pull-request and push pipeline definitions • Synchronize Dockerfile and Dockerfile.dist base image digests Diagramflowchart LR
A["Base Image Digest"] -->|update| B["Dockerfile"]
A -->|update| C["Dockerfile.dist"]
D["Konflux Task Refs"] -->|update| E["cli-v06-pull-request.yaml"]
D -->|update| F["cli-v06-push.yaml"]
File Changes1. Dockerfile
|
Code Review by Qodo
1. RPM lockfile drift
|
|
The rpm lock file update script did run, but no updates were produced. Not much to review here. It's green, so let's merge. |
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Also update some Konflux refs.