[fix][build] Switch to Bookworm image after Bullseye reached EOL - #506
Open
equanz wants to merge 2 commits into
Open
[fix][build] Switch to Bookworm image after Bullseye reached EOL#506equanz wants to merge 2 commits into
equanz wants to merge 2 commits into
Conversation
equanz
force-pushed
the
switch_to_bookworm_image
branch
from
September 10, 2026 10:49
e34177f to
e7d4267
Compare
equanz
force-pushed
the
switch_to_bookworm_image
branch
from
September 10, 2026 10:55
e7d4267 to
2d28dba
Compare
Contributor
Author
|
It looks like the |
lhotari
approved these changes
Sep 10, 2026
Contributor
Author
|
I removed the Node.js 19 images from the CI in this PR. BTW, this might also be a good opportunity to bump the minimum supported Node.js version to 22, since Node.js 21 and earlier have reached EOL. |
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.
Fixes #505 (comment)
Motivation
The Debian Bullseye base used by
node:${NODE_VERSION}-bullseyehas reached end of life, and its security repository metadata has expired.As a result,
apt-get updatefails during the image build.cf. https://github.com/apache/pulsar-client-node/actions/runs/34463081200/job/102825221665?pr=505
Modifications
Verifying this change
This change is a trivial rework
Documentation
doc-required(Your PR needs to update docs and you will update later)
doc-not-neededThis change is a trivial rework.
doc(Your PR contains doc changes)
doc-complete(Docs have been already added)