ServiceWeaver / weaver-kube

Run Service Weaver applications on vanilla Kubernetes.
Apache License 2.0
61 stars 19 forks source link

Rephrase "image tag" to "image name". #62

Closed mwhittaker closed 1 year ago

mwhittaker commented 1 year ago

Docker naming is a bit confusing. There's, repos, images, tags, image ids, and image digests.

This PR tries to clarify some wording around docker by renaming some places we say "tag" to say "image" instead. It also updates some stale documentation.