Skip to content

Commit c201344

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 0deaced commit c201344

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.14 as builder
1+
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6 as builder
22

33
RUN yum update -y && \
44
yum install -y sqlite && \
@@ -18,7 +18,7 @@ RUN make build
1818
# copy and build vendored grpc_health_probe
1919
RUN CGO_ENABLED=0 go build -mod=vendor -tags netgo -ldflags "-w" ./vendor/github.com/grpc-ecosystem/grpc-health-probe/...
2020

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

2323
RUN mkdir /registry
2424
WORKDIR /registry

0 commit comments

Comments
 (0)