Skip to content

Commit 6e34f41

Browse files
Merge pull request #812 from Ximinhan/master
OCPBUGS-35970: add io.openshift.release.operator label to image
2 parents e988d05 + 4b28f59 commit 6e34f41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

operator-framework-tools.Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ USER 1001
2929

3030
LABEL io.k8s.display-name="OpenShift Operator Framework Tools" \
3131
io.k8s.description="This is a non-runnable image containing binary builds of various Operator Framework tools, primarily used to publish binaries to the OpenShift mirror." \
32-
maintainer="Odin Team <[email protected]>"
32+
maintainer="Odin Team <[email protected]>" \
33+
# We're not really an operator, we're just getting some data into the release image.
34+
io.openshift.release.operator=true

0 commit comments

Comments
 (0)