Skip to content

Commit d1fcf38

Browse files
Merge pull request #16461 from deads2k/image-08-annotation
Automatic merge from submit-queue contain annotations to the appropriate group #16430 created a new annotation, but it is logically contained to the image api group. Rather than take up space in the global annotation namespace, we should be containing these to the group involved. Once we reach a critical mass, it will make sense to write bilingual code for a upgrade+N and plan an `oadm migrate`. We may even be able to get clever in strategies since we have old and new to know which annotation was twiddled.
2 parents 6fb6dd8 + b58c8f7 commit d1fcf38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/image/apis/image/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const (
2929
ExcludeImageSecretAnnotation = "openshift.io/image.excludeSecret"
3030

3131
// DockerImageLayersOrderAnnotation describes layers order in the docker image.
32-
DockerImageLayersOrderAnnotation = "openshift.io/image.dockerLayersOrder"
32+
DockerImageLayersOrderAnnotation = "image.openshift.io/dockerLayersOrder"
3333

3434
// DockerImageLayersOrderAscending indicates that image layers are sorted in
3535
// the order of their addition (from oldest to latest)

0 commit comments

Comments
 (0)