Skip to content

Commit 9e75c93

Browse files
authored
Fix labels for cli-artifacts image to align with labels from dockerfile generator (#539)
1 parent 840fdde commit 9e75c93

File tree

1 file changed

+7
-7
lines changed
  • openshift/ci-operator/knative-images/cli-artifacts

1 file changed

+7
-7
lines changed

openshift/ci-operator/knative-images/cli-artifacts/Dockerfile

100644100755
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ COPY LICENSE /licenses/
1010
USER 65532
1111

1212
LABEL \
13-
com.redhat.component="openshift-serverless-1-kn-cli-artifacts-rhel8-container" \
14-
name="openshift-serverless-1/kn-cli-artifacts-rhel8" \
13+
com.redhat.component="openshift-serverless-1-client-cli-artifacts-rhel8-container" \
14+
name="openshift-serverless-1/client-cli-artifacts-rhel8" \
1515
version=$VERSION \
16-
summary="Red Hat OpenShift Serverless 1 kn Client artifacts" \
16+
summary="Red Hat OpenShift Serverless 1 Client Cli Artifacts" \
1717
maintainer="[email protected]" \
18-
description="Red Hat OpenShift Serverless 1 kn Client artifacts" \
19-
io.k8s.display-name="Red Hat OpenShift Serverless 1 kn Client artifacts" \
20-
io.k8s.description="Red Hat OpenShift Serverless kn Client artifacts" \
21-
io.openshift.tags="kn-client-cli-artifacts"
18+
description="Red Hat OpenShift Serverless 1 Client Cli Artifacts" \
19+
io.k8s.display-name="Red Hat OpenShift Serverless 1 Client Cli Artifacts" \
20+
io.k8s.description="Red Hat OpenShift Serverless Client Cli Artifacts" \
21+
io.openshift.tags="cli-artifacts"

0 commit comments

Comments
 (0)