File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM openshift/origin-release:golang-1.12 as builder
1
+ FROM openshift/origin-release:golang-1.13 as builder
2
2
3
3
RUN yum update -y && \
4
4
yum install -y make git sqlite glibc-static openssl-static zlib-static && \
@@ -19,6 +19,7 @@ RUN make build
19
19
RUN mkdir -p /go/src/github.com/grpc-ecosystem && \
20
20
cp -R vendor/github.com/grpc-ecosystem/grpc-health-probe /go/src/github.com/grpc-ecosystem/grpc_health_probe && \
21
21
cp -R vendor/ /go/src/github.com/grpc-ecosystem/grpc_health_probe && \
22
+ rm -rf /go/src/github.com/grpc-ecosystem/grpc_health_probe/vendor/github.com/grpc-ecosystem/grpc-health-probe && \
22
23
cd /go/src/github.com/grpc-ecosystem/grpc_health_probe && \
23
24
CGO_ENABLED=0 go install -a -tags netgo -ldflags "-w"
24
25
@@ -32,7 +33,7 @@ COPY --from=builder /src/bin/registry-server /bin/registry-server
32
33
COPY --from=builder /src/bin/configmap-server /bin/configmap-server
33
34
COPY --from=builder /src/bin/appregistry-server /bin/appregistry-server
34
35
COPY --from=builder /src/bin/opm /bin/opm
35
- COPY --from=builder /go/bin/grpc_health_probe /bin/grpc_health_probe
36
+ COPY --from=builder /go/bin/grpc-health-probe /bin/grpc_health_probe
36
37
37
38
RUN chgrp -R 0 /registry && \
38
39
chgrp -R 0 /dev && \
You can’t perform that action at this time.
0 commit comments