-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add provenance for containers system image
Change-Id: Idd3f7eeb8b4ad6ad368b7829f01ee50b17a309a8
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# This is the static build configuration that we use with the docker-based SLSA3 generator for | ||
# building the `stage1` binary, and its provenance. | ||
# See https://github.com/slsa-framework/slsa-github-generator/tree/main/internal/builders/docker. | ||
command = [ | ||
"nix", | ||
"develop", | ||
".#containers", | ||
"--command", | ||
"just", | ||
"oak_containers_system_image", | ||
] | ||
artifact_path = "./oak_containers_system_image/target/image.tar.xz" |