-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish SBOMs for the artifacts we produce #185
Comments
It looks like the relevant KubeCon recording isn't uploaded yet, but when it is it'll be here: https://www.youtube.com/playlist?list=PLj6h78yzYM2PR4KLskmLmNU20VtEnUMlw |
Newer versions of Buildx have a SBOM feature that looks cool. It seems like it'll capture software used during the build process even if it's not in the final container build, which I don't know how we could achieve otherwise. https://github.com/docker/buildx/releases/tag/v0.10.0 It can also create attestations about the build process and environment: https://github.com/moby/buildkit/blob/v0.11.0/docs/attestations/slsa-provenance.md |
The 0.10.x releases of buildx add support for creating Software Bill of Materials during the build process. It seems like they can even capture software used during the build that doesn't make it into the final container. This may support submariner-io/enhancements#185. Signed-off-by: Daniel Farrell <[email protected]>
The 0.10.x releases of buildx add support for creating Software Bill of Materials during the build process. It seems like they can even capture software used during the build that doesn't make it into the final container. This may support submariner-io/enhancements#185. Signed-off-by: Daniel Farrell <[email protected]>
What would you like to be added:
Publish SBOMs alongside our release artifacts (container images,
subctl
binaries etc.).Why is this needed:
This allows end-users to accurately determine the contents of our release artifacts. It might be possible to use
krel
to help with this; see this KubeCon presentation for details.The text was updated successfully, but these errors were encountered: