Skip to content

Commit 86413f5

Browse files
wkinghexfusion
authored andcommitted
Dockerfile.*: Fix "etcd is distributed" -> "etcd is a distributed"
Correcting a typo from 2f10964 (version: openshift-v4.0, 2018-11-29).
1 parent e9ac712 commit 86413f5

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
@@ -16,5 +16,5 @@ ENTRYPOINT ["/usr/bin/etcd"]
1616
COPY --from=builder /go/src/go.etcd.io/etcd/bin/{etcd,etcdctl} /usr/bin/
1717

1818
LABEL io.k8s.display-name="etcd server" \
19-
io.k8s.description="etcd is distributed key-value store which stores the persistent master state for Kubernetes and OpenShift." \
19+
io.k8s.description="etcd is a distributed key-value store which stores the persistent master state for Kubernetes and OpenShift." \
2020
maintainer="Sam Batschelet <[email protected]>"

Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ ENTRYPOINT ["/usr/bin/etcd"]
1616
COPY --from=builder /go/src/go.etcd.io/etcd/bin/{etcd,etcdctl} /usr/bin/
1717

1818
LABEL io.k8s.display-name="etcd server" \
19-
io.k8s.description="etcd is distributed key-value store which stores the persistent master state for Kubernetes and OpenShift." \
19+
io.k8s.description="etcd is a distributed key-value store which stores the persistent master state for Kubernetes and OpenShift." \
2020
maintainer="Sam Batschelet <[email protected]>"

0 commit comments

Comments
 (0)