Skip to content

Commit 988df0a

Browse files
committed
specs-go: remove artifact prefixed annotations
Signed-off-by: Sajay Antony <[email protected]>
1 parent 9708013 commit 988df0a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

specs-go/v1/annotations.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,4 @@ const (
5959

6060
// AnnotationBaseImageName is the annotation key for the image reference of the image's base image.
6161
AnnotationBaseImageName = "org.opencontainers.image.base.name"
62-
63-
// AnnotationArtifactCreated is the annotation key for the date and time on which the artifact was built, conforming to RFC 3339.
64-
AnnotationArtifactCreated = "org.opencontainers.artifact.created"
65-
66-
// AnnotationArtifactDescription is the annotation key for the human readable description for the artifact.
67-
AnnotationArtifactDescription = "org.opencontainers.artifact.description"
6862
)

0 commit comments

Comments
 (0)