1
0
mirror of synced 2026-02-10 12:15:55 +00:00

RFC: reword summary

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals
2022-11-02 15:46:33 +00:00
parent 4b2af2ede2
commit fd08bae1c7

View File

@@ -13,12 +13,12 @@ Must be one of `provisional`, `implementable`, `implemented`, `deferred`, `rejec
## Summary ## Summary
This RFC proposes to establish a canonical format for an `Artifact` which This RFC proposes to establish a canonical `Revision` format for an `Artifact`
points to a specific checksum (e.g. an OCI manifest digest or Git commit SHA) which points to a specific revision represented as a checksum (e.g. an OCI
of a named pointer (e.g. an OCI image tag or Git tag). In addition, it proposes manifest digest or Git commit SHA) of a named pointer (e.g. an OCI image tag or
to include the algorithm name (e.g. `sha256`) as a prefix to any advertised Git tag). In addition, it proposes to include the algorithm name (e.g.
checksum in an `Artifact` and further referring to it as a `Digest` as opposed `sha256`) as a prefix to an advertised checksum for an `Artifact` and
to a `Checksum`. further referring to it as a `Digest`, deprecating the `Checksum` field.
## Motivation ## Motivation