File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
olm-catalog/serverless-operator-index
openshift/ci-operator/source-image Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
FROM registry.access.redhat.com/ubi9/ubi-minimal as builder
4
4
@@ -7,6 +7,9 @@ COPY --from=opm /bin/opm /bin/opm
7
7
# Copy declarative config root into image at /configs
8
8
COPY olm-catalog/serverless-operator-index/configs /configs
9
9
10
+ # Copy policy.json for opm
11
+ COPY olm-catalog/serverless-operator-index/policy.json /etc/containers/policy.json
12
+
10
13
RUN /bin/opm init serverless-operator --default-channel=stable --output yaml >> /configs/index.yaml
11
14
RUN /bin/opm render --skip-tls-verify -o yaml \
12
15
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 \
15
18
16
19
# The base image is expected to contain
17
20
# /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
19
22
20
23
# Copy declarative config root into image at /configs
21
24
COPY --from=builder /configs /configs
Original file line number Diff line number Diff line change 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
2
2
3
3
FROM src
4
4
You can’t perform that action at this time.
0 commit comments