File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
build/forklift-operator-index Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- FROM quay.io/operator-framework/opm:latest AS opm
1+ # The OPM 1.53.0 has problem, once there will be new version with the fix we can bump to latest.
2+ # https://github.com/operator-framework/operator-registry/pull/1664
3+ # Ref: https://redhat-internal.slack.com/archives/C074JM28DTP/p1746458556603619
4+ FROM quay.io/operator-framework/opm:v1.52.0 AS opm
25FROM registry.access.redhat.com/ubi9-minimal:9.5-1739420147 AS builder
36ARG CHANNELS="development"
47ARG DEFAULT_CHANNEL="development"
@@ -15,7 +18,7 @@ WORKDIR /app
1518RUN cat catalog/operator.yml | envsubst > operator.yaml
1619RUN opm render ${OPERATOR_BUNDLE_IMAGE} ${OPM_OPTS} -o yaml >> operator.yaml
1720
18- FROM quay.io/operator-framework/opm:latest
21+ FROM quay.io/operator-framework/opm:v1.52.0
1922
2023COPY --from=builder /app/operator.yaml /configs/operator.yaml
2124
You can’t perform that action at this time.
0 commit comments