fix(cache): the buildcache namespace is lowercase - #364
Merged
Conversation
rldyourmnd
enabled auto-merge
September 2, 2026 01:48
An OCI repository name is lowercase by specification and BuildKit refuses anything else; GitHub owners are not (NDDev-it-com). The broker would have handed such a repository a buildcache namespace no client could use. The namespace lowercases owner and repository; the object-store roots keep GitHub's spelling, as before. Claude-Session: https://claude.ai/code/session_0128syXKxAGCfJGRDxUUNQXp
… namespace Source 1208ef1, built twice with CGO_ENABLED=0 go build -trimpath -buildvcs=false -ldflags "-buildid= -s -w -X main.version=v0.1.5-nddev.115 -X main.commit=<source>"; both builds agree on eae5deeb6b1cb581942cb4082f05ff0e33bfd2d7cef3f595c184f4264ec27578. The cache namespace package is compiled into the provider, so the release moves with it; .114 was never deployed and .115 carries everything .114 did. Claude-Session: https://claude.ai/code/session_0128syXKxAGCfJGRDxUUNQXp
rldyourmnd
force-pushed
the
fix/buildcache-namespace-is-lowercase
branch
from
September 2, 2026 01:59
f74780b to
1b1b3ba
Compare
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.
An OCI repository name is lowercase by specification and BuildKit refuses anything else; GitHub owners are not (NDDev-it-com). The buildcache namespace the broker derives is now lowercase; the object-store roots keep GitHub's spelling.
https://claude.ai/code/session_0128syXKxAGCfJGRDxUUNQXp