Skip to content

Commit 1719de8

Browse files
Merge pull request #1966 from jlebon/pr/rpmdb
COS-3023: pkg/cli/admin/release/info: support generating RPM diffs
2 parents 314ad39 + b677dde commit 1719de8

File tree

5 files changed

+618
-66
lines changed

5 files changed

+618
-66
lines changed

pkg/cli/admin/release/annotations.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ const (
3636
// This LABEL is the git clone location that an image was built with. Copied
3737
// unmodified to the image-references file.
3838
annotationBuildSourceLocation = "io.openshift.build.source-location"
39+
// This LABEL indicates that an image is capped by a metadata layer.
40+
annotationMetalayer = "io.openshift.metalayer"
3941

4042
urlGithubPrefix = "https://github.com/"
4143
)

0 commit comments

Comments
 (0)