fix: [CI-21415]: remediate CVE-2025-15558 - upgrade base image to docker:29.3.0-dind#92
Open
vinayakharness2026 wants to merge 1 commit intodrone-plugins:masterfrom
Conversation
Upgrade base image from docker:28.1.1-dind to docker:29.3.0-dind to resolve CVE-2025-15558 (github.com/docker/cli@v28.0.4, fixed in v29.2.0). Also upgrade bundled buildx binary from v0.23.0 to v0.32.1. Vulnerability delta (scanned via Harness STO / Prisma Cloud): Critical: 3 → 0 (-3) High: 16 → 2 (-14) Medium: 15 → 3 (-12) Low: 5 → 0 (-5) Total: 46 → 6 (-40, 87% reduction)
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.
Vulnerability Remediation:
plugins/buildx:1.3.15JIRA: CI-21415
Test image scanned:
vinayakharness/buildx-test:buildx-1.3.16--debugScanner: Prisma Cloud (Twistlock) via Harness STO
OnDemand Scan Results
plugins/buildx:1.3.15vinayakharness/buildx-test:buildx-1.3.16--debugVulnerability Delta
1.3.15)buildx-1.3.16--debug)CVE Status
Changes Made
docker/docker/Dockerfile.linux.amd64docker:28.1.1-dind->docker:29.3.0-dinddocker/docker/Dockerfile.linux.arm64arm64v8/docker:28.1.1-dind->arm64v8/docker:29.3.0-dinddocker/docker/Dockerfile.linux.amd64v0.23.0->v0.32.1docker/docker/Dockerfile.linux.arm64v0.23.0->v0.32.1Warning
Major version upgrade included - sanity testing required
The base image was upgraded across a major version boundary (docker:28 -> docker:29) which may contain breaking changes.
Before merging, please: