File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed
olm-catalog/serverless-operator-index Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "default" : [
3
+ {
4
+ "type" : " insecureAcceptAnything"
5
+ }
6
+ ],
7
+ "transports" :
8
+ {
9
+ "docker-daemon" :
10
+ {
11
+ "" : [{"type" :" insecureAcceptAnything" }]
12
+ }
13
+ }
14
+ }
Original file line number Diff line number Diff line change 1
- FROM registry.ci.openshift.org/origin/__OCP_MAX_VERSION__:operator-registry AS opm
1
+ FROM registry.ci.openshift.org/origin/scos- __OCP_MAX_VERSION__:operator-registry AS opm
2
2
3
3
FROM registry.access.redhat.com/ubi9/ubi-minimal as builder
4
4
@@ -7,13 +7,16 @@ 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=__DEFAULT_CHANNEL__ --output yaml >> /configs/index.yaml
11
14
RUN /bin/opm render --skip-tls-verify -o yaml \
12
15
__BUNDLE__ >> /configs/index.yaml
13
16
14
17
# The base image is expected to contain
15
18
# /bin/opm (with a serve subcommand) and /bin/grpc_health_probe
16
- FROM registry.ci.openshift.org/origin/__OCP_MAX_VERSION__:operator-registry
19
+ FROM registry.ci.openshift.org/origin/scos- __OCP_MAX_VERSION__:operator-registry
17
20
18
21
# Copy declarative config root into image at /configs
19
22
COPY --from=builder /configs /configs
Original file line number Diff line number Diff line change 1
- FROM registry.ci.openshift.org/ocp/ __OCP_MAX_VERSION__:cli-artifacts AS oc-image
1
+ FROM registry.ci.openshift.org/origin/scos- __OCP_MAX_VERSION__: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