Copy link to clipboard
Copied
Hi, all -
When I follow the instructions here and run the following commands:
docker pull public.ecr.aws/adobe/coldfusion:latest
docker run --rm -it public.ecr.aws/adobe/coldfusion:latest info
I get the following results:
ColdFusion Server Base Version: 2021,0,0,323925
It appears the image is being pulled down without Update 1. I am needing an image with Update 1 installed. Can somone advise on how to pull an image with the latest 2021 version?
Thanks,
- Jordan
Hi Chralie,
While testing the image, we wronlgy tagged in AWS Portal , a testing image got tagged to latest hence when pulling the image, it was pulling the base image.
The issue is fixed now.
Copy link to clipboard
Copied
Realizing that docker run --rm -it public.ecr.aws/adobe/coldfusion:latest info may only return the base version.
I can confirm Update 1 is not installed when I generate a container using public.ecr.aws/adobe/coldfusion:latest.
Copy link to clipboard
Copied
I can confirm that the image is currently not update 1. (It was in some months past, after that update in April, then for some reason Adobe reverted it back to update 0.)
I don't know if someone from Adobe will notice this forum thread and respond to it. They may. You may want to raise this instead at cfinstal@adobe.com.
In the meantime, you have 2 choices now (and one that is coming).
If you don't want to trust or use that, there is still yet another option.
Let us know how things go.
Copy link to clipboard
Copied
Hi,
We are doing some testing and we had to move the latest image and replace it with old image without update 1. I will let you know once it is fixed.
Copy link to clipboard
Copied
Thanks for the explanation. But if you felt strongly enough about an issue with update 1 to remove that image, should we who already pulled it and are using it be concerned? How would we know? 🙂
Copy link to clipboard
Copied
Hi Chralie,
While testing the image, we wronlgy tagged in AWS Portal , a testing image got tagged to latest hence when pulling the image, it was pulling the base image.
The issue is fixed now.
Copy link to clipboard
Copied
Looks good on my end. Thanks again to both of you!
Copy link to clipboard
Copied
Thanks Charlie!
I was able to get my hands on the 2021.01 bintray image through a colleague. Working with that for now until we hear more from Priyank.
Copy link to clipboard
Copied
Ah sent that last messsage a little too fast.
Priyank I'll give the image a shot here shortly. Thanks for your help!