Issue with Cosmos React UI docker image

Hello all.

Im trying to explore some features of Cosmos React UI with Pega 8.5.1. When going through the steps of Pegasystems Documentation have issues with the link of docker image and pull command with text “Invalid reference format”. Can someone help me?

#docker pull https://downloads.pega.com/platformservices-docker-release-bin-pega-io/constellationui/service:8.5.0-rc

Error parsing reference: "https://downloads.pega.com/platformservices-docker-release-bin-pega-io/constellationui/service:8.5.0-rc" is not a valid repository/tag: invalid reference format 

Best Regards

Hello Sergey,

It seems, that a string without protocol should be used, for example, the following command worked for me:

docker pull pega-docker.downloads.pega.com/platform/pega:8.5.1

But when I try to pull constellation ui image, then I get an error “unauthorized”.

docker pull  downloads.pega.com/platformservices-docker-release-bin-pega-io/constellationui/service:8.5.0-rc
Error response from daemon: unauthorized

So, either the path to image is incorrect in docs, or some additional grants are required.

Regards,

Alex.

Hello.

Without https have the same as you message for constellation ui image: “unauthorized”

Regards

Hi Sergey and Alex,

We’ve made some changes yesterday. Please try this:

docker pull pega-docker.downloads.pega.com/constellationui/service:8.5.1-rc-latest

Regards,

Hi Eric,

This URL works. Thank you so much!

Regards,

Alex.

Hi Alex,

Did Eric’s reply resolve this for you? If so, you can click the ellipses on his reply and mark as the solution.

Thanks!