Skip to content

Commit f99bec2

Browse files
Merge pull request #1738 from openshift-bot/updating-dockerfile-baseimages-to-mach-ocp-build-data-config
Bug 1872080: Updating Dockerfile baseimages to mach ocp-build-data config
2 parents c3852d5 + d735567 commit f99bec2

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 openshift/origin-release:golang-1.13 as builder
1+
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6 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 openshift/origin-base
26+
FROM registry.svc.ci.openshift.org/ocp/4.6:base
2727

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

0 commit comments

Comments
 (0)