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
There's no way to cross-check the Docker images we release against the source code that it was built from. We should add Docker labels that tracks release metadata.
The OCI spec defines a set of standard labels and these seem to be in use by many projects:
Apply Docker image labels standardized in the OCI container image spec.
This improves our ability to trace the provenance of a Contour image
back to the corresponding source code.
This fixesprojectcontour#2392.
Signed-off-by: James Peach <[email protected]>
Apply Docker image labels standardized in the OCI container image spec.
This improves our ability to trace the provenance of a Contour image
back to the corresponding source code.
Fixes#2392
Signed-off-by: James Peach <[email protected]>
There's no way to cross-check the Docker images we release against the source code that it was built from. We should add Docker labels that tracks release metadata.
The OCI spec defines a set of standard labels and these seem to be in use by many projects:
https://github.com/opencontainers/image-spec/blob/master/annotations.md#pre-defined-annotation-keys
We should add:
The text was updated successfully, but these errors were encountered: