Skip to content

Commit

Permalink
Merge pull request #1738 from openshift-bot/updating-dockerfile-basei…
Browse files Browse the repository at this point in the history
…mages-to-mach-ocp-build-data-config

Bug 1872080: Updating Dockerfile baseimages to mach ocp-build-data config
  • Loading branch information
openshift-merge-robot authored Aug 26, 2020
2 parents c3852d5 + d735567 commit f99bec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openshift/origin-release:golang-1.13 as builder
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6 as builder

ENV GO111MODULE auto
ENV GOPATH /go
Expand All @@ -23,7 +23,7 @@ COPY go.sum go.sum
RUN CGO_ENABLED=1 make build
RUN make build-util

FROM openshift/origin-base
FROM registry.svc.ci.openshift.org/ocp/4.6:base

ADD manifests/ /manifests
LABEL io.openshift.release.operator=true
Expand Down

0 comments on commit f99bec2

Please sign in to comment.