fix(docker): remediate container scan vulnerabilities (3 Critical, 25 High)#144
Merged
fix(docker): remediate container scan vulnerabilities (3 Critical, 25 High)#144
Conversation
…ter, and sandbox images Upgrade stale base images and pin dependency versions to address 3 Critical and 25 High vulnerabilities found by container scanning. CI image: Docker CLI 27.5.1 -> 29.3.0, Buildx v0.21.1 -> v0.32.1 Cluster image: k3s v1.29.8-k3s1 -> v1.34.5-k3s1 Sandbox image: pin npm packages with explicit versions, force-upgrade tar to 7.5.10, remove vim-tiny (CVE-2026-28421/28417), pin uv image to 0.10.8
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.
Closes #141
Summary
27.5.1→29.3.0and Buildxv0.21.1→v0.32.1(resolves 5 High CVEs from stale Go modules)v1.29.8-k3s1→v1.34.5-k3s1(resolves 2 Critical + 7 High CVEs including golang.org/x/crypto and BusyBox)vim-tiny(2 High CVEs), pin npm packages (opencode-ai@1.2.18,@openai/codex@0.111.0,openclaw@2026.3.2), force-upgradetar@7.5.10(5 High CVEs), pinuvimage to0.10.8Audit Notes
cluster-entrypoint.shis compatible with k3s 1.34 (no path/config/flag changes)Test Plan
mise run pre-commitpasses (all Rust/Python tests, linting, formatting, helm lint)mise run docker:build:ci,docker:build:cluster,docker:build:sandbox) need CI validationmise run sandbox(full cluster lifecycle) needs E2E validation