Skip to content

Commit

Permalink
Merge pull request operator-framework#274 from openshift-bot/art-cons…
Browse files Browse the repository at this point in the history
…istency-openshift-4.12-openshift-enterprise-operator-sdk

Updating openshift-enterprise-operator-sdk images to be consistent with ART
  • Loading branch information
openshift-ci[bot] authored Jul 7, 2022
2 parents 3936c31 + 224e5fe commit 3f6c31a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/sdk/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS builder

ENV GO111MODULE=on \
GOFLAGS=-mod=vendor
Expand All @@ -7,7 +7,7 @@ COPY . /go/src/github.com/operator-framework/operator-sdk
RUN cd /go/src/github.com/operator-framework/operator-sdk \
&& make -f ci/prow.Makefile patch build

FROM registry.ci.openshift.org/ocp/4.11:base
FROM registry.ci.openshift.org/ocp/4.12:base

RUN yum install -y \
golang \
Expand Down

0 comments on commit 3f6c31a

Please sign in to comment.