quarkus-tutorial icon indicating copy to clipboard operation
quarkus-tutorial copied to clipboard

Match tutorial-tools version between pull and run

Open krissman opened this issue 8 months ago • 0 comments

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.

krissman avatar May 29 '24 08:05 krissman