chore(deps): stop Dependabot from bumping the pinned llama.cpp digest#126
Merged
Conversation
The ggml-org/llama.cpp CUDA image is deliberately pinned by digest in Dockerfile.cuda. Upstream refactors the .so layout between builds, so an automated digest bump silently breaks the runtime library COPY (llama-server exit 127: missing libllama-server-impl.so) — this took prod down once. The bump must be done manually: edit the digest, run `make scout-cuda`, and verify GPU embeddings end-to-end. Drift is already surfaced by the check-llama-pin.sh warn job (llama-pin-check.yml), so Dependabot digest PRs here are pure noise/risk. Add an ignore rule for this image. Closes the stale #115. Co-Authored-By: Claude Opus 4.8 <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.
Adds a Dependabot
ignorerule for theghcr.io/ggml-org/llama.cppCUDA image (docker ecosystem,/server).Why
The image is deliberately pinned by digest in
server/Dockerfile.cuda. Upstream refactors the shared-library layout between builds (the server logic moved intolibllama-server-impl.so), so an automated digest bump silently breaks the runtime.soCOPY →llama-serverexit 127 — this took prod down once. The bump must be done manually: edit the digest, runmake scout-cuda, and verify GPU embeddings end-to-end. Drift is already surfaced by thecheck-llama-pin.shwarn job (llama-pin-check.yml), so Dependabot digest PRs for this image are pure noise/risk.Config is read from the default branch (
main), hence this targetsmain; back-merged todevelop.Closes the stale #115 (which was also cut from a pre-#120 develop and would have reverted alpine/golang bumps + #120).
🤖 Generated with Claude Code