Encounter error while migrating rhodecode 4.x to 5.X. No such image rhodecode-ce:4.28.0

Hi,

I am following the instruction Migration to Docker & Rcstack - RhodeCode rcstack 5.36.5 documentation to migration rhodecode 4.x to Docker & rcstack 5.x, but I am currently encounter an error when try to bring the rhodecode stack up after restored database and moved data to docker storage. No such image rhodecode/rhodecode-ce:4.28.0

Is anyone know the location of the image?
@rhodecode-support could you please bring the image back so that I can migrate from 4.x to 5.x?

Many thanks for any help,

Helen

Do you have outside connection ? This image is present here

https://hub.docker.com/repository/docker/rhodecode/rhodecode-ce/tags/4.28.0/sha256:e39ef543d6348577479b65a11bcb538641e02b6d39b661668cb1e10019ff5345

And we confirmed it’s downloadable via docker pull.

docker pull rhodecode/rhodecode-ce:4.28.0

Thanks for the reply.
I don’t see any traffic being blocked from the server accessing the Internet.
I had tested by set the image to 5.0.0 and able to download the image from rcstack as follow
./rcstack cli set-image 5.0.0
./rcstack stack rhodecode up -d

then continue the steps in the instruction and able to bring the existing rhodecode to operate on version 5.0.0
I have not yet tested if I can upgrade to the latest version from version 5.0.0

But I will try pull the image 4.28.0 again if it is still available.