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 11# Dockerfile to bootstrap build and test in openshift-ci
22
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
44
55ARG KUBEBUILDER_RELEASE=2.3.1
66# 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
22
33ENV GO111MODULE auto
44ENV GOPATH /go
@@ -14,7 +14,7 @@ RUN mkdir -p .git/objects
1414COPY . .
1515RUN make build/olm bin/cpb
1616
17- FROM registry.ci.openshift.org/ocp/4.13 :base
17+ FROM registry.ci.openshift.org/ocp/4.14 :base
1818
1919ADD manifests/ /manifests
2020LABEL io.openshift.release.operator=true
You can’t perform that action at this time.
0 commit comments