mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-20 22:51:47 +00:00
RFC: reword summary
Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
parent
4b2af2ede2
commit
fd08bae1c7
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue