Question
LTIMindtree
SA
Last activity: 18 Jan 2024 4:00 EST
PEGA docker images from PEGA docker registry is not getting listed
Unable to authenticate the Pega Docker Registry: pega-docker.downloads.pega.com with Pega Provided Credentials (from Pega Software Downloads Page).
Steps Followed:
1. Got the reg ID and Password from Pega
2. Using below Echo command, base64 encoded ID and Password updated in config.json file in .docker directory.
Command: echo -n reg-ID:password | base64 from Linux / Putty / Ubuntu to encode the user ID and password with base64
3. Tried Ran the below commands but getting Bad Credentials / Status 401 error
docker login -u <ID> -p <password> pega-docker.downloads.pega.com/platform/pega:8.8.3
curl -u reg-ID:access-token https://pega-docker.downloads.pega.com/v2/_catalog
docker pull pega-docker.downloads.pega.com/platform/pega:8.8.3
curl -u reg-ID:access-token https://pega-docker.downloads.pega.com/v2/platform/pega/tags/list
***Edited by Moderator Rupashree to add Capability tags***