We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d7ba05 + 988df0a commit 7f43cb4Copy full SHA for 7f43cb4
specs-go/v1/annotations.go
@@ -59,10 +59,4 @@ const (
59
60
// AnnotationBaseImageName is the annotation key for the image reference of the image's base image.
61
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"
68
)
0 commit comments