Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .tekton/config-policy-controller-acm-216-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ spec:
- linux/arm64
- linux/ppc64le
- linux/s390x
- name: additional-tags
value:
- latest
- name: build-args
value:
- ACM_VERSION=2.16
pipelineRef:
resolver: git
params:
Expand Down
3 changes: 3 additions & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ARG ACM_VERSION=${ACM_VERSION}

# Copyright Contributors to the Open Cluster Management project

# Stage 1: Use image builder to build the target binaries
Expand Down Expand Up @@ -37,3 +39,4 @@ LABEL io.k8s.description="The ConfigurationPolicy kind compares the desired obje
The OperatorPolicy kind determines whether operators deployed on the cluster match the configuration in the policy."
LABEL com.redhat.component="acm-config-policy-controller-container"
LABEL io.openshift.tags="data,images"
LABEL cpe="cpe:/a:redhat:acm:${ACM_VERSION}::el9"
3 changes: 3 additions & 0 deletions build/Dockerfile.rhtap
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ARG ACM_VERSION=${ACM_VERSION}

# Copyright Contributors to the Open Cluster Management project

# Stage 1: Use image builder to build the target binaries
Expand Down Expand Up @@ -38,3 +40,4 @@ LABEL io.k8s.description="The ConfigurationPolicy kind compares the desired obje
LABEL com.redhat.component="acm-config-policy-controller-container"
LABEL io.openshift.tags="data,images"
LABEL url="https://github.com/stolostron/config-policy-controller"
LABEL cpe="cpe:/a:redhat:acm:${ACM_VERSION}::el9"
Loading