Skip to content

Commit 6949c28

Browse files
committed
Use skip-preflight-cert-check for PKO.
the scratch images can not successfully complete that check.
1 parent d11d40d commit 6949c28

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

.tekton/managed-node-metadata-operator-pko-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ spec:
2929
value: 3d
3030
- name: path-context
3131
value: deploy_pko
32+
- name: skip-preflight-cert-check
33+
value: true
3234
taskRunTemplate:
3335
serviceAccountName: build-pipeline-managed-node-metadata-operator-pko
3436
workspaces:

.tekton/managed-node-metadata-operator-pko-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ spec:
2727
value: build/Dockerfile.pko
2828
- name: path-context
2929
value: deploy_pko
30+
- name: skip-preflight-cert-check
31+
value: true
3032
taskRunTemplate:
3133
serviceAccountName: build-pipeline-managed-node-metadata-operator-pko
3234
workspaces:

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -mod=mod -a -o
1818

1919
# Use distroless as minimal base image to package the manager binary
2020
# Refer to https://github.com/GoogleContainerTools/distroless for more details
21-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1764794109
21+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1768783948
2222
WORKDIR /
2323
COPY --from=builder /workspace/manager .
2424
USER nonroot:nonroot

build/Dockerfile.olm-registry

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY ${SAAS_OPERATOR_DIR} manifests
44
RUN initializer --permissive
55

66
# ubi-micro does not work for clusters with fips enabled unless we make OpenSSL available
7-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1764794109
7+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1768783948
88

99
COPY --from=builder /bin/registry-server /bin/registry-server
1010
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe

0 commit comments

Comments
 (0)