feat(provider): world-readable image fingerprint - #398
Merged
Conversation
Unprivileged jobs cannot read user.nddev.image-fingerprint from the Incus guest API (HTTP 401). The root assignment now writes /run/nddev/image-fingerprint as 0644 so the job can attest the live image without a bake.
Stamp the derivative from the image-identity source commit and advance the example platform pins with it.
rldyourmnd
force-pushed
the
feat/world-readable-image-identity
branch
from
September 4, 2026 14:57
cb62086 to
95f17b5
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.
Why
Estate integration evidence cannot attest the live image: the Incus guest API returns HTTP 401 to uid
runner. The helper already prefers/run/nddev/image-fingerprintwhen that file exists. The live provider did not write it.What
The root assignment now creates
/run/nddev(0755) and writes/run/nddev/image-fingerprint(0644) with the current 64-hex image digest. Cold, warm, retry-adopt and non-JIT paths all publish it before the job starts. Current images do not wait on a bake.v0.1.5-nddev.123is stamped from4690150573fdff9909794026af4b8cb7c1a878c1(two byte-identical rebuilds).Not in this PR
Image tmpfiles for
/run/nddevwould change recipe bytes and require an alias bump. That belongs in the quiet-window bake with the Go seed.