File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 27
27
- name : build-platforms
28
28
value :
29
29
- linux/x86_64
30
+ - linux/ppc64le
31
+ - linux/s390x
32
+ - linux/arm64
30
33
- name : dockerfile
31
34
value : Dockerfile.rhtap
32
35
- name : path-context
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ COPY . .
7
7
RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
8
8
9
9
FROM registry.redhat.io/rhel9-2-els/rhel:9.2
10
+ LABEL \
11
+ name="cluster-api-provider-agent" \
12
+ com.redhat.component="cluster-api-provider-agent" \
13
+ description="Kubernetes-native declarative infrastructure for agent-based installation. \
14
+ cluster-api-provider-agent serves as infrastructure provider for Kubernetes cluster-api." \
15
+ io.k8s.description="Kubernetes-native declarative infrastructure for agent-based installation. \
16
+ cluster-api-provider-agent serves as infrastructure provider for Kubernetes cluster-api." \
17
+ summary="Kubernetes-native declarative infrastructure for agent-based installation." \
18
+ io.k8s.display-name="cluster-api-provider-agent" \
19
+ io.openshift.tags="mce hypershift cluster-api-provider-agent"
10
20
WORKDIR /
11
21
COPY --from=builder /workspace/manager .
12
22
USER 65532:65532
You can’t perform that action at this time.
0 commit comments