File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base
13
13
14
14
ENTRYPOINT ["/usr/bin/etcd"]
15
15
16
- COPY --from=builder /go/src/go.etcd.io/etcd/bin/{etcd,etcdctl} /usr/bin/
16
+ COPY --from=builder /go/src/go.etcd.io/etcd/bin/etcd /usr/bin/
17
+ COPY --from=builder /go/src/go.etcd.io/etcd/bin/etcdctl /usr/bin/
17
18
18
19
LABEL io.k8s.display-name="etcd server" \
19
20
io.k8s.description="etcd is a distributed key-value store which stores the persistent master state for Kubernetes and OpenShift." \
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ FROM openshift/origin-base
13
13
14
14
ENTRYPOINT ["/usr/bin/etcd"]
15
15
16
- COPY --from=builder /go/src/go.etcd.io/etcd/bin/{etcd,etcdctl} /usr/bin/
16
+ COPY --from=builder /go/src/go.etcd.io/etcd/bin/etcd /usr/bin/
17
+ COPY --from=builder /go/src/go.etcd.io/etcd/bin/etcdctl /usr/bin/
17
18
18
19
LABEL io.k8s.display-name="etcd server" \
19
20
io.k8s.description="etcd is a distributed key-value store which stores the persistent master state for Kubernetes and OpenShift." \
You can’t perform that action at this time.
0 commit comments