Skip to content

Commit

Permalink
Dockerfile: add etcdctl
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
  • Loading branch information
hexfusion committed Feb 20, 2019
1 parent 2f10964 commit e9ac712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base

ENTRYPOINT ["/usr/bin/etcd"]

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

LABEL io.k8s.display-name="etcd server" \
io.k8s.description="etcd is distributed key-value store which stores the persistent master state for Kubernetes and OpenShift." \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FROM openshift/origin-base

ENTRYPOINT ["/usr/bin/etcd"]

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

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

0 comments on commit e9ac712

Please sign in to comment.