File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Dockerfile to bootstrap build and test in openshift-ci
2
2
3
- FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18 -openshift-4.11
3
+ FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20 -openshift-4.14
4
4
5
5
ARG KUBEBUILDER_RELEASE=2.3.1
6
6
# Install test dependencies
Original file line number Diff line number Diff line change 1
- FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19 -openshift-4.13 AS builder
1
+ FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20 -openshift-4.14 AS builder
2
2
3
3
ENV GO111MODULE auto
4
4
ENV GOPATH /go
@@ -14,7 +14,7 @@ RUN mkdir -p .git/objects
14
14
COPY . .
15
15
RUN make build/olm bin/cpb
16
16
17
- FROM registry.ci.openshift.org/ocp/4.13 :base
17
+ FROM registry.ci.openshift.org/ocp/4.14 :base
18
18
19
19
ADD manifests/ /manifests
20
20
LABEL io.openshift.release.operator=true
You can’t perform that action at this time.
0 commit comments