Skip to content

Commit d735567

Browse files
committed
Updating Dockerfile baseimages to mach ocp-build-data config
This PR is autogenerated by the [ocp-build-data-enforcer][1]. It updates the baseimages in the Dockerfile used for promotion in order to ensure it matches the configuration in the [ocp-build-data repository][2] used for producing release artifacts. If you believe the content of this PR is incorrect, please contact the dptp team in #forum-testplatform. [1]: https://github.com/openshift/ci-tools/tree/master/cmd/ocp-build-data-enforcer [2]: https://github.com/openshift/ocp-build-data/tree/openshift-4.6-rhel-8/images
1 parent c3852d5 commit d735567

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)