Hey there :wave: Quick question: does the `latest...
# general
d
Hey there 👋 Quick question: does the
latest
docker image tag reflects master? Or should I use
0.10.0-SNAPSHOT-6844cb32e2-20220209-jdk11
to try out the latest master version?
m
usually it will, I guess with a bit of a lag. Only thing that I've noticed is that Docker will often cache 'latest' locally, meaning it will then not pull down a new latest!
So I usually put it against a specific version
d
meaning it will then not pull down a new latest
Yep, that happens, but I can remove the image before trying to pull new one Right now I just need to test some features that are available on
master
. I'll pull both and check the container 😬