Skip to content

Commit 8c7cf39

Browse files
Merge pull request operator-framework#426 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 0deaced + c201344 commit 8c7cf39

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)