Skip to content

Commit 04af81e

Browse files
committed
Updating Dockerfile.openshift 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 32dff4c commit 04af81e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.openshift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13 AS builder
1+
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6 AS builder
22
WORKDIR /go/src/github.com/kubernetes-csi/external-resizer
33
COPY . .
44
RUN make build
55

6-
FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base
6+
FROM registry.svc.ci.openshift.org/ocp/4.6:base
77
COPY --from=builder /go/src/github.com/kubernetes-csi/external-resizer/bin/csi-resizer /usr/bin/
88
ENTRYPOINT ["/usr/bin/csi-resizer"]

0 commit comments

Comments
 (0)