Skip to content

Commit 5d267b9

Browse files
committed
Dockerfile: add etcdctl
Signed-off-by: Sam Batschelet <[email protected]>
1 parent 2f10964 commit 5d267b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.openshift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base
1313

1414
ENTRYPOINT ["/usr/bin/etcd"]
1515

16-
COPY --from=builder /go/src/go.etcd.io/etcd/bin/etcd /usr/bin/
16+
COPY --from=builder /go/src/go.etcd.io/etcd/bin/{etcd,etcdctl} /usr/bin/
1717

1818
LABEL io.k8s.display-name="etcd server" \
1919
io.k8s.description="etcd is distributed key-value store which stores the persistent master state for Kubernetes and OpenShift." \

Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FROM openshift/origin-base
1313

1414
ENTRYPOINT ["/usr/bin/etcd"]
1515

16-
COPY --from=builder /go/src/go.etcd.io/etcd/bin/etcd /usr/bin/
16+
COPY --from=builder /go/src/go.etcd.io/etcd/bin/{etcd,etcdctl} /usr/bin/
1717

1818
LABEL io.k8s.display-name="etcd server" \
1919
io.k8s.description="etcd is distributed key-value store which stores the persistent master state for Kubernetes and OpenShift." \

0 commit comments

Comments
 (0)