fix(docker): update base images to resolve ACS CVE alert - #457
Conversation
RHCLOUD-48004 Update go-toolset from 1.25.8 to 1.26.2 and align GOTOOLCHAIN. Rebuild with latest ubi9-minimal picks up security patches, resolving ACS_CVSS_CRITICAL alert on hccp01ue1.
|
Warning Review limit reached
More reviews will be available in 21 minutes and 14 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
RHCLOUD-48004 Grype scan failing on 10 Go stdlib CVEs (fixed in 1.26.3) and pgx/v5 GHSA-j88v-2chj-qfwx (fixed in v5.9.2). UBI go-toolset 1.26.3 image not yet published — use GOTOOLCHAIN=go1.26.3 to auto-download the compiler during build while keeping the 1.26.2 base image. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Description
Update container base images to resolve ACS_CVSS_CRITICAL vulnerability alert for quickstarts on cluster hccp01ue1.
RHCLOUD-48004
Changes:
ubi9/go-toolset:1.25.8-1776370298→1.26.2-1779886993go1.25.9→go1.26.2(aligned with builder image)The runtime stage (
ubi9-minimal:latest) will pull fresh security patches on rebuild, resolving the critical CVEs flagged by ACS.Grype scan results: Both new base images scanned clean — zero fixable CVEs.
Note: Mintmaker PRs #453 and #455 propose similar base image updates. This PR is focused specifically on resolving the ACS CVE alert.
How to test locally
No functional changes — only base image updates. Verify:
make generate && make test— all tests passAnything reviewers should know?
GOTOOLCHAIN=go1.26.2ensures the image's Go is used directly.go.modstill specifiesgo 1.25.9— Go 1.26 is fully backward compatible with 1.25 modules.covdatatool error inmake testis unrelated to this change.Checklist
AI disclosure
Assisted by: Claude Code