Skip to content

Commit

Permalink
Fix labels for cli-artifacts image to align with labels from dockerfi…
Browse files Browse the repository at this point in the history
…le generator (knative#539)
  • Loading branch information
creydr authored Nov 28, 2024
1 parent 840fdde commit 9e75c93
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions openshift/ci-operator/knative-images/cli-artifacts/Dockerfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ COPY LICENSE /licenses/
USER 65532

LABEL \
com.redhat.component="openshift-serverless-1-kn-cli-artifacts-rhel8-container" \
name="openshift-serverless-1/kn-cli-artifacts-rhel8" \
com.redhat.component="openshift-serverless-1-client-cli-artifacts-rhel8-container" \
name="openshift-serverless-1/client-cli-artifacts-rhel8" \
version=$VERSION \
summary="Red Hat OpenShift Serverless 1 kn Client artifacts" \
summary="Red Hat OpenShift Serverless 1 Client Cli Artifacts" \
maintainer="[email protected]" \
description="Red Hat OpenShift Serverless 1 kn Client artifacts" \
io.k8s.display-name="Red Hat OpenShift Serverless 1 kn Client artifacts" \
io.k8s.description="Red Hat OpenShift Serverless kn Client artifacts" \
io.openshift.tags="kn-client-cli-artifacts"
description="Red Hat OpenShift Serverless 1 Client Cli Artifacts" \
io.k8s.display-name="Red Hat OpenShift Serverless 1 Client Cli Artifacts" \
io.k8s.description="Red Hat OpenShift Serverless Client Cli Artifacts" \
io.openshift.tags="cli-artifacts"

0 comments on commit 9e75c93

Please sign in to comment.