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.
1 parent 9708013 commit 988df0aCopy full SHA for 988df0a
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