chore: bump version to 1.0.0-rc.3#237
Merged
Merged
Conversation
eclipse-temurin:25-{jdk,jre} now defaults to Ubuntu 26.04 (Resolute)
which ships /usr/bin/pebble, a Go binary carrying 11 stdlib CVEs
(6 High, 5 Medium, all fixed in Go 1.26.3). The -noble variants
(Ubuntu 24.04 LTS) do not include pebble and are CVE-clean.
Addresses: CVE-2026-39820, CVE-2026-42499, CVE-2026-33814,
CVE-2026-33811, CVE-2026-39836, CVE-2026-42501, CVE-2026-39817,
CVE-2026-39826, CVE-2026-39823, CVE-2026-39825, CVE-2026-39819
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
1.0.0-rc.3eclipse-temurin:25-{jdk,jre}(Ubuntu 26.04/Resolute) toeclipse-temurin:25-{jdk,jre}-noble(Ubuntu 24.04 LTS/Noble) to eliminate 11 pebble CVEs (6 High, 5 Medium)Background
eclipse-temurin:25-*now defaults to Ubuntu 26.04 (Resolute Raccoon), which ships/usr/bin/pebble— Canonical's container service manager compiled with Go 1.26.2. This binary carried 11 stdlib CVEs all fixed in Go 1.26.3. Since we overrideENTRYPOINTdirectly, pebble serves no purpose and is just dead weight with a CVE surface. The-noblevariants (Ubuntu 24.04 LTS) do not include pebble.Addresses: CVE-2026-39820, CVE-2026-42499, CVE-2026-33814, CVE-2026-33811, CVE-2026-39836, CVE-2026-42501, CVE-2026-39817, CVE-2026-39826, CVE-2026-39823, CVE-2026-39825, CVE-2026-39819
🤖 Generated with Claude Code