Skip to content

Commit e4bec60

Browse files
author
AOS Automation Release Team
committed
Updating operator-lifecycle-manager builder & base images to be consistent with ART
Reconciling with https://github.com/openshift/ocp-build-data/tree/5a1293dd0f380abf50c12d65c36655486d7745d0/images/operator-lifecycle-manager.yml
1 parent 4b67acc commit e4bec60

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)