File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 77RUN CGO_ENABLED=1 go build -a -o manager main.go
88
99FROM registry.redhat.io/rhel9-2-els/rhel:9.2
10+
11+ ARG version=2.11
12+
1013LABEL \
1114 name="cluster-api-provider-agent" \
1215 com.redhat.component="cluster-api-provider-agent" \
@@ -16,7 +19,13 @@ LABEL \
1619 cluster-api-provider-agent serves as infrastructure provider for Kubernetes cluster-api." \
1720 summary="Kubernetes-native declarative infrastructure for agent-based installation." \
1821 io.k8s.display-name="cluster-api-provider-agent" \
19- io.openshift.tags="mce hypershift cluster-api-provider-agent"
22+ io.openshift.tags="mce hypershift cluster-api-provider-agent" \
23+ version="${version}" \
24+ release="${version}" \
25+ distribution-scope="public" \
26+ url="https://github.com/openshift/cluster-api-provider-agent" \
27+ vendor="Red Hat, Inc."
28+
2029WORKDIR /
2130COPY --from=builder /workspace/manager .
2231USER 65532:65532
You can’t perform that action at this time.
0 commit comments