Skip to content

Commit c4d30db

Browse files
committed
OPRUN-2913: Update Dockerfiles to golang 1.20/ocp 4.14
Signed-off-by: Todd Short <[email protected]>
1 parent 278709f commit c4d30db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
ARG KUBEBUILDER_RELEASE=2.3.1
66
# Install test dependencies

operator-lifecycle-manager.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/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

33
ENV GO111MODULE auto
44
ENV GOPATH /go
@@ -14,7 +14,7 @@ RUN mkdir -p .git/objects
1414
COPY . .
1515
RUN 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

1919
ADD manifests/ /manifests
2020
LABEL io.openshift.release.operator=true

0 commit comments

Comments
 (0)