Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pkg/cli/admin/release/annotations.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ const (
// This LABEL is the git clone location that an image was built with. Copied
// unmodified to the image-references file.
annotationBuildSourceLocation = "io.openshift.build.source-location"
// This LABEL indicates that an image is capped by a metadata layer.
annotationMetalayer = "io.openshift.metalayer"

urlGithubPrefix = "https://github.com/"
)
Loading