Fix critical CVEs in image-builder-bob: bump buildkit base to v0.20.1-gitpod.7#21414
Merged
Fix critical CVEs in image-builder-bob: bump buildkit base to v0.20.1-gitpod.7#21414
Conversation
…-gitpod.7 Upgrades the pinned buildkit base image to pull in: - CVE-2026-31789 (Critical) — OpenSSL libssl3/libcrypto3 in Alpine - CVE-2025-68121 (Critical) — Go crypto/tls session resumption Both criticals were tripping the daily scheduled vulnerability gate in `Build / Build Gitpod / Check for Critical Vulnerabilities` against `components/image-builder-bob:docker`. The new tag rebases on Alpine 3.23 and Go 1.26.2 in upstream BuildKit. Refs CLC-2245. Co-authored-by: Ona <no-reply@ona.com>
kylos101
approved these changes
Apr 25, 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.
Description
Bumps the pinned buildkit base image used by
components/image-builder-bob:dockerfromv0.20.1-gitpod.6tov0.20.1-gitpod.7, which rebases on Alpine 3.23 and Go 1.26.2.This clears the two critical CVEs that the daily scheduled
Buildworkflow'sCheck for Critical Vulnerabilitiesstep has been failing on:libssl3/libcrypto33.5.5-r0go1.22.4(in moby/buildkit)Verified locally with grype: the new image has zero critical Alpine apk vulnerabilities. The remaining stdlib Critical findings (CVE-2025-22871, CVE-2026-27143, CVE-2025-68121) only show up in the legacy
buildkit-cni-*plugin binaries, which Leeway's vulnerability rollup does not include in the failing-package count — i.e. the same scope as before, minus the two we set out to fix.Related Issue(s)
Refs CLC-2245
How to test
Trigger the
Buildworkflow withsimulate_scheduled_run=true(or wait for the next nightly schedule) and confirmCheck for Critical Vulnerabilitiespasses forcomponents/image-builder-bob:docker.Preview status
gitpod:summary
Build Options
Build
Run the build with werft instead of GHA
Run Leeway with
--dont-testPublish
Installer
Preview Environment / Integration Tests