I am trying to install constellation service on my laptop and have tried 3 URLs without success.
Any ideas?
C:\Users\hongc>docker pull JFrog
invalid reference format
C:\Users\hongc>docker pull JFrog
Error response from daemon: unauthorized
C:\Users\hongc>docker pull pega-docker.downloads.pega.com/constellationui/service:8.6.0-rc-latest
Error response from daemon: Head https://pega-docker.downloads.pega.com/v2/constellationui/service/manifests/8.6.0-rc-latest: unknown: Authentication is required
@Chunzhi_Hong, the last command you mentioned should work just fine:
docker pull pega-docker.downloads.pega.com/constellationui/service:8.6.0-rc-latest
But before running it you need to login to Pega Docker Registry with:
docker login pega-docker.downloads.pega.com
Earlier credentials might be obtained from Pega Download center, but now I can’t find this option. So, you may try to raise a service request.
Hi @alexander.lutay, thank you very much for your reply.
I was managed to pull the constellation container docker image now.
Attached are the steps that I have followed.
how to pull constellation docker container image.pdf (494 KB)
@alexander.lutay how can i get the credentials for the below?
docker login pega-docker.downloads.pega.com
@SurendraP7919 As far as I remember, credentials are requested via Pega Digital Delivery portal. More information could be found here.