Skip to content

CI: replace Alpine container with Debian-based for misspell-fixer#869

Merged
tmakatos merged 3 commits into
nutanix:masterfrom
tmakatos:misspell-fixer
Jun 25, 2026
Merged

CI: replace Alpine container with Debian-based for misspell-fixer#869
tmakatos merged 3 commits into
nutanix:masterfrom
tmakatos:misspell-fixer

Conversation

@tmakatos

Copy link
Copy Markdown
Collaborator

Node 20 is deprecated and replaced by Node 24, however the vlajos/misspell-fixer Alpine 3.15 container (from 2021) is incompatible with Node 24 due to missing glibc symbols:

Error relocating /__e/node24_alpine/bin/node: pthread_getname_np: symbol not found

Replace it with a Debian 13 base image and install misspell-fixer directly.

Signed-off-by: thanos.makatos@nutanix.com

fixes: #868

Node 20 is deprecated and replaced by Node 24, however the
vlajos/misspell-fixer Alpine 3.15 container (from 2021) is incompatible
with Node 24 due to missing glibc symbols:

    Error relocating /__e/node24_alpine/bin/node: pthread_getname_np: symbol not found

Replace it with a Debian 13 base image and install misspell-fixer
directly.

Signed-off-by: <thanos.makatos@nutanix.com>

fixes: nutanix#868
@tmakatos tmakatos requested a review from jlevon June 24, 2026 08:45
@tmakatos tmakatos merged commit c5e7980 into nutanix:master Jun 25, 2026
7 checks passed
@tmakatos tmakatos deleted the misspell-fixer branch June 25, 2026 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

spelling github action fails because node is deprecated

2 participants