Closed judithpatudith closed 5 years ago
For some reason, this still gives me a 1.6.0 version of Consul, rather than 1.6.1. Maybe I should use a versioned tag instead. 🤔
I wonder if it is best to use an explicit tag, that way we protect against breaking changes?
Yup, I think that's best. I had just guessed that latest
was more up to date than the last explicitly-tagged release. Was that a bad assumption? If so awesome; I'll use the highest-versioned tagged one.
Hi, @nicholasjackson I think I got all the tags corrected. Just popping this up in case it got buried; let me know if it needs anything else 😄
I'm finally working on converting the splitting blog to a guide and I'd like to update the demo repo to use newer versions of Consul and Envoy. One question I have is whether or not it's safe to use the
latest
tag. If you push a new version of the consul-envoy image to Docker Hub, might this break the demo?