Define Recovery/Installer artifact build lane (docs, fixture, Makefile, maturity)#19
Open
Define Recovery/Installer artifact build lane (docs, fixture, Makefile, maturity)#19
Conversation
…akefile, maturity) Agent-Logs-Url: https://github.com/SourceOS-Linux/sourceos-boot/sessions/1a77e58b-4506-4868-bda3-ee919e150a5a Co-authored-by: mdheller <21163552+mdheller@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add design document for Recovery Installer artifact build lane
Define Recovery/Installer artifact build lane (docs, fixture, Makefile, maturity)
May 1, 2026
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 the next bounded M2 platform-proof slice: a concrete artifact build lane definition for SourceOS Recovery/Installer artifacts. Docs/fixtures/validation only — no host mutation, disk writes, or real builds.
What's new
docs/RECOVERY_INSTALLER_ARTIFACT_BUILD_LANE.md— design doc for the build lane:BootReleaseSet.spec.artifactsfieldsexamples/artifact-build-lane/recovery-installer-build-result.example.json— dry-runArtifactBuildLaneResultfixture covering all nine artifact classes:bootstrap-payloadbootloader(m1n1+U-Boot for M2; UEFI stub for x86)recovery-kernelkernelrecovery-initrdinitrdrecovery-payloadrecovery-imageinstaller-payloadinstaller-datamanifestmanifestchecksumsother(SHA256SUMS)sbom-referenceother(SPDX doc)provenance-referenceother(SLSA/in-toto bundle)Platforms:
apple-silicon(M2, first-class),uefi-x86_64,generic-arm64. All digests are placeholder zeros;_dryRun: true/execute: falseguards present.Makefile— addspython -m json.toolsyntax validation for the new fixture.repo.maturity.yaml— adds evidence entries for the new doc and fixture; adds next actions for SBOM proof completion, Sigstore automation, and wiring lane output into the packaging step.