Skip to content

Commit

Permalink
Merge pull request #1078 from sajayantony/fix_annotations
Browse files Browse the repository at this point in the history
specs-go: remove artifact prefixed annotations
  • Loading branch information
sajayantony authored Jun 22, 2023
2 parents 5d7ba05 + 988df0a commit 7f43cb4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions specs-go/v1/annotations.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,4 @@ const (

// AnnotationBaseImageName is the annotation key for the image reference of the image's base image.
AnnotationBaseImageName = "org.opencontainers.image.base.name"

// AnnotationArtifactCreated is the annotation key for the date and time on which the artifact was built, conforming to RFC 3339.
AnnotationArtifactCreated = "org.opencontainers.artifact.created"

// AnnotationArtifactDescription is the annotation key for the human readable description for the artifact.
AnnotationArtifactDescription = "org.opencontainers.artifact.description"
)

0 comments on commit 7f43cb4

Please sign in to comment.