We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0deaced + c201344 commit 8c7cf39Copy full SHA for 8c7cf39
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM openshift/origin-release:golang-1.14 as builder
+FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6 as builder
2
3
RUN yum update -y && \
4
yum install -y sqlite && \
@@ -18,7 +18,7 @@ RUN make build
18
# copy and build vendored grpc_health_probe
19
RUN CGO_ENABLED=0 go build -mod=vendor -tags netgo -ldflags "-w" ./vendor/github.com/grpc-ecosystem/grpc-health-probe/...
20
21
-FROM openshift/origin-base
+FROM registry.svc.ci.openshift.org/ocp/4.6:base
22
23
RUN mkdir /registry
24
WORKDIR /registry
0 commit comments