Use OCI standard annotations

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
pull/2899/head
Stefan Prodan 3 years ago
parent 09577109e7
commit 92dfcf944d
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF

@ -21,8 +21,8 @@ import (
)
const (
SourceAnnotation = "source.toolkit.fluxcd.io/url"
RevisionAnnotation = "source.toolkit.fluxcd.io/revision"
SourceAnnotation = "org.opencontainers.image.source"
RevisionAnnotation = "org.opencontainers.image.revision"
)
type Metadata struct {

Loading…
Cancel
Save