Skip to content

Commit b1b6f00

Browse files
committed
make generated-files
1 parent 8dcf28a commit b1b6f00

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

olm-catalog/serverless-operator-index/Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/origin/4.19:operator-registry AS opm
1+
FROM registry.ci.openshift.org/origin/scos-4.19:operator-registry AS opm
22

33
FROM registry.access.redhat.com/ubi9/ubi-minimal as builder
44

@@ -7,6 +7,9 @@ COPY --from=opm /bin/opm /bin/opm
77
# Copy declarative config root into image at /configs
88
COPY olm-catalog/serverless-operator-index/configs /configs
99

10+
# Copy policy.json for opm
11+
COPY olm-catalog/serverless-operator-index/policy.json /etc/containers/policy.json
12+
1013
RUN /bin/opm init serverless-operator --default-channel=stable --output yaml >> /configs/index.yaml
1114
RUN /bin/opm render --skip-tls-verify -o yaml \
1215
registry.ci.openshift.org/knative/release-1.34.0:serverless-bundle \
@@ -15,7 +18,7 @@ registry.ci.openshift.org/knative/release-1.35.0:serverless-bundle \
1518

1619
# The base image is expected to contain
1720
# /bin/opm (with a serve subcommand) and /bin/grpc_health_probe
18-
FROM registry.ci.openshift.org/origin/4.19:operator-registry
21+
FROM registry.ci.openshift.org/origin/scos-4.19:operator-registry
1922

2023
# Copy declarative config root into image at /configs
2124
COPY --from=builder /configs /configs

openshift/ci-operator/source-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/4.19:cli-artifacts AS oc-image
1+
FROM registry.ci.openshift.org/origin/scos-4.19:cli-artifacts AS oc-image
22

33
FROM src
44

0 commit comments

Comments
 (0)