You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pin base image digest, add OCI labels, verification docs, dependabot, CI tests, and release workflow
- Pin debian:bookworm-slim to specific digest for reproducible builds
- Add OCI labels (source, description, licenses, vendor, title, url)
- Add image verification section to README
- Add dependabot for GitHub Actions and Docker base image updates
- Add CI workflow to build all example Dockerfiles on PRs
- Add release workflow to auto-generate release notes on tags
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Every image we publish is signed and includes [SLSA v1.0 Build L3](https://slsa.dev/) provenance and an embedded SBOM. You can verify that the image you pulled was built by our CI pipeline and hasn't been tampered with.
119
+
120
+
### Verify build provenance
121
+
122
+
Requires the [GitHub CLI](https://cli.github.com/):
0 commit comments