From 988df0a4ed4cfac40d043c0ce3be4225adb1a6ed Mon Sep 17 00:00:00 2001 From: Sajay Antony Date: Thu, 15 Jun 2023 19:56:18 +0000 Subject: [PATCH] specs-go: remove artifact prefixed annotations Signed-off-by: Sajay Antony --- specs-go/v1/annotations.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/specs-go/v1/annotations.go b/specs-go/v1/annotations.go index e62892046..581cf7cdf 100644 --- a/specs-go/v1/annotations.go +++ b/specs-go/v1/annotations.go @@ -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" )