Skip to content

Commit 906c144

Browse files
Merge pull request #1999 from openshift-bot/art-consistency-openshift-4.8-operator-lifecycle-manager
Updating operator-lifecycle-manager builder & base images to be consistent with ART
2 parents 45512f1 + e4bec60 commit 906c144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.8 AS builder
22

33
ENV GO111MODULE auto
44
ENV GOPATH /go
@@ -23,7 +23,7 @@ COPY go.sum go.sum
2323
RUN CGO_ENABLED=1 make build
2424
RUN make build-util
2525

26-
FROM registry.svc.ci.openshift.org/ocp/4.7:base
26+
FROM registry.ci.openshift.org/ocp/4.8:base
2727

2828
ADD manifests/ /manifests
2929
LABEL io.openshift.release.operator=true

0 commit comments

Comments
 (0)