Skip to content

Commit 1ae06bb

Browse files
carboninopenshift-merge-bot[bot]
authored andcommitted
Add labels to fix konflux violations
1 parent 624c16d commit 1ae06bb

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Dockerfile.konflux

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,20 @@ FROM registry.redhat.io/rhel9-4-els/rhel:9.4
2222
ENV SUMMARY="The image-based-install-operator orchestrates image-based cluster installs from a central cluster using declarative APIs" \
2323
DESCRIPTION="The image-based-install operator creates the configuration ISO for image-based cluster installation and attaches that image to hosts using a BareMetalHost definition"
2424

25+
ARG version=2.7
26+
2527
LABEL name="image-based-install-operator" \
2628
summary="${SUMMARY}" \
2729
description="${DESCRIPTION}" \
2830
com.redhat.component="image-based-install-operator" \
2931
io.k8s.display-name="Image Based Install Operator" \
3032
io.k8s.description="${DESCRIPTION}" \
31-
io.openshift.tags="install,cluster,provisioning"
33+
io.openshift.tags="install,cluster,provisioning" \
34+
distribution-scope="public" \
35+
release="${version}" \
36+
version="${version}" \
37+
url="https://github.com/openshift/image-based-install-operator" \
38+
vendor="Red Hat, Inc."
3239

3340
ARG DATA_DIR=/data
3441
RUN mkdir $DATA_DIR && chmod 775 $DATA_DIR

0 commit comments

Comments
 (0)