fix(ci): Change docker base image from alpine to debian#1014
Merged
magyargergo merged 3 commits intoApr 21, 2026
Merged
Conversation
|
@evolution-s is attempting to deploy a commit to the NexusCore Team on Vercel. A member of the Team first needs to authorize it. |
Alpine uses musl libc which is incompatible with @ladybugdb/core's glibc-compiled native binary, causing ERR_DLOPEN_FAILED on startup. Closes abhigyanpatwari#1008
- Add **/*.tsbuildinfo to .dockerignore and rm -f tsbuildinfo in builder to prevent stale incremental cache from skipping gitnexus-shared compilation - Install libstdc++6 from Debian Trixie for @ladybugdb/core native module compatibility (requires GLIBCXX_3.4.31)
5cd534c to
e41a4cb
Compare
Contributor
CI Report✅ All checks passed Pipeline Status
Test Results
✅ All 7037 tests passed 97 test(s) skipped — expand for details
Code CoverageTests
📋 View full run · Generated by CI |
Replaces the manual Trixie libstdc++6 backport with the official node:22-trixie-slim base image, which ships GCC 14 runtime natively.
caork
added a commit
to caork/GitNexus
that referenced
this pull request
Apr 22, 2026
Key upstream changes merged: - feat(cli): gitnexus remove <target> command (abhigyanpatwari#1003) - feat(python): scope-based call resolution pipeline RFC abhigyanpatwari#909 Ring 3 (abhigyanpatwari#980) - feat(cli): repo fingerprinting via remote URL for sibling-clone detection (abhigyanpatwari#982) - fix(group): friendly error on missing group name (abhigyanpatwari#989) - fix(group): bubble local-impact errors in groupImpact (abhigyanpatwari#1007) - fix(fts): don't cache failed FTS index (abhigyanpatwari#1006) - fix(ci): docker alpine → debian (abhigyanpatwari#1014) - deps: graphology 0.26.0, uuid 14, @types/node 25, @types/uuid 11 Conflict resolutions: - AGENTS.md: kept our NEVER-format rules, added upstream language-specific hook rule, Tools Quick Reference table, Impact Risk Levels, gRPC guide link - package.json: kept @types/multer, took upstream node/uuid type bumps - package-lock.json: regenerated via npm install Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
github714801013
pushed a commit
to github714801013/GitNexus
that referenced
this pull request
Apr 28, 2026
…ari#1014) * fix(docker): switch Dockerfile.cli from Alpine to Debian slim Alpine uses musl libc which is incompatible with @ladybugdb/core's glibc-compiled native binary, causing ERR_DLOPEN_FAILED on startup. Closes abhigyanpatwari#1008 * fix(docker): resolve build and runtime failures in Dockerfile.cli - Add **/*.tsbuildinfo to .dockerignore and rm -f tsbuildinfo in builder to prevent stale incremental cache from skipping gitnexus-shared compilation - Install libstdc++6 from Debian Trixie for @ladybugdb/core native module compatibility (requires GLIBCXX_3.4.31) * fix(docker): use node:22-trixie-slim for GLIBCXX_3.4.31 support Replaces the manual Trixie libstdc++6 backport with the official node:22-trixie-slim base image, which ships GCC 14 runtime natively.
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
Motivation / context
Areas touched
gitnexus/(CLI / core / MCP server)gitnexus-web/(Vite / React UI).github/(workflows, actions)eval/or other toolingAGENTS.md,CLAUDE.md,.cursor/,llms.txt, etc.)Scope & constraints
In scope
Explicitly out of scope / not done here
Implementation notes
Testing & verification
cd gitnexus && npm testcd gitnexus && npm run test:integration(if core/indexing/MCP paths changed)cd gitnexus && npx tsc --noEmitcd gitnexus-web && npm test(if web changed)cd gitnexus-web && npx tsc -b --noEmit(if web changed)gitnexus-web/e2e/)Risk & rollout
Checklist
AGENTS.md/ overlays changed: headers, scope block, and changelog updated per project conventions