redhat-developer-demos / quarkus-tutorial

Quarkus Tutorial for https://dn.dev/quarkusmaster
https://redhat-developer-demos.github.io/quarkus-tutorial/
Apache License 2.0
148 stars 86 forks source link

Match tutorial-tools version between pull and run #157

Open krissman opened 1 month ago

krissman commented 1 month ago

Match docker run tutorial-tools version with the docker pull command so that we don't end up with two images:

"docker pull tutorial-tools" will pull latest image, while "docker run ... tutorial-tools:0.0.7" will always pull 0.0.7.