Skip to content

Commit bcc2996

Browse files
committed
add OCP 4.20
1 parent b1b6f00 commit bcc2996

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

olm-catalog/serverless-operator-index/Dockerfile

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

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

@@ -18,7 +18,7 @@ registry.ci.openshift.org/knative/release-1.35.0:serverless-bundle \
1818

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

2323
# Copy declarative config root into image at /configs
2424
COPY --from=builder /configs /configs
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
ARG OPM_IMAGE=registry.ci.openshift.org/origin/4.20:operator-registry
2+
3+
FROM $OPM_IMAGE
4+
5+
LABEL operators.operatorframework.io.index.configs.v1=/configs
6+
7+
COPY catalog/ /configs
8+
9+
RUN ["/bin/opm", "serve", "/configs", "--cache-dir=/tmp/cache", "--cache-only"]
10+
11+
ENTRYPOINT ["/bin/opm"]
12+
CMD ["serve", "/configs", "--cache-dir=/tmp/cache"]

olm-catalog/serverless-operator/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ requirements:
2929
- "4.17"
3030
- "4.18"
3131
- "4.19"
32+
- "4.20"
3233
min: '4.14'
3334
# Version to use for OCP docs links (in CSV or Quickstarts)
3435
doc: '4.19'

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/origin/scos-4.19:cli-artifacts AS oc-image
1+
FROM registry.ci.openshift.org/origin/scos-4.20:cli-artifacts AS oc-image
22

33
FROM src
44

0 commit comments

Comments
 (0)