fix(images): pin base image digests to latest (rhoai-3.5) - #372
Merged
Merged
Conversation
Update base image digest pins to latest published versions: Operator (Dockerfile.feast-operator.konflux): - ubi9/go-toolset:1.25: sha256:f9c85374... → sha256:90a36bc2... (2026-05-13) - ubi9/ubi-minimal: sha256:e1c47033... → sha256:7b8e25a1... (2026-09-16) Feature Server (Dockerfile.feature-server.konflux): - ubi9/python-312:1 (builder): add digest pin sha256:60864967... (2026-09-14) - ubi9/python-312-minimal:1 (runtime): add digest pin sha256:0ee314bb... (2026-09-16) This enables Renovate to track and auto-update these base images going forward, reducing CVE exposure from stale base layers. Ref: RHOAIENG-95185 Co-authored-by: Cursor <cursoragent@cursor.com>
Post-Codefreeze Gatekeeper — FAILED (evaluation)
Target branch: ❌ The following issues were found:
After resolving issues, push a commit, re-edit the PR description, or add the |
Member
Author
|
/build-konflux feast-operator |
Member
Author
|
/build-konflux feature-server |
1 similar comment
Member
Author
|
/build-konflux feature-server |
patelchaitany
approved these changes
Sep 21, 2026
jyejare
approved these changes
Sep 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update base image digest pins to latest published versions to reduce CVE exposure.
Changes
Operator (
Dockerfile.feast-operator.konflux):ubi9/go-toolset:1.25sha256:f9c85374...sha256:90a36bc2...ubi9/ubi-minimalsha256:e1c47033...sha256:7b8e25a1...Feature Server (
Dockerfile.feature-server.konflux):ubi9/python-312:1(builder)sha256:60864967...ubi9/python-312-minimal:1(runtime)sha256:0ee314bb...Why
@sha256:digest pins enables Renovate to auto-detect and propose future updatesMade with Cursor