Im tring to build an environmnet with the latest LTS 5.6.4.9
I creating the image in azure AlmaLinux (Redhat). When I specify a specific buld it always upgrades to the lucee latest 6.0.3.1. See image for details. At least its running
commands i use to build the docker
“sudo docker pull lucee/lucee52-nginx:5.4.6.9”,
“sudo docker run -d -p 8888:8888 lucee/lucee”,
can anyone point me in the right direction to keep to a specified build?
Yes. Just change the image name at the end of your docker run to match that in your docker pull.
The latter (as you have it now) is running the current version because you say simply “lucee/lucee”.
And FWIW that run would have done an implicit pull the first time you ran it. Really, there’s generally no need to bother with the separate pull, except when you DON’T mean to be also running it.
Glad you’ve solved things…though if the pull worked, then it seems the image does exist. It’s indeed odd then that the run failed. There would seem more to why the run failed, but I get that you’ll be moving on. (I’m not “trying” any of this along with you. I’m just writing from my phone.)
Again, my goal was to address your initial problem: how you ended running the latest unexpectedly. Hope the rest goes well for you.
Honestly anyone that takes the time to reply with an insight helps me move on. I really appreciate your time. It all helps as i pick my way through the build. cheers again