Tried to following Download the Docker Image from the Artifactory instruction to pull Endevor Bridge for Git docker image:
Copy the access token from support website
docker login endevor-bridge-for-git.packages.broadcom.com -u username
When asked for password, provide the generated token.
docker pull endevor-bridge-for-git.packages.broadcom.com/bridge-for-git:latest
Error response from daemon: manifest for endevor-bridge-for-git.packages.broadcom.com/bridge-for-git:latest not found: m
anifest unknown: The named manifest is not known to the registry.
Endevor V19
Bridge for Git v2.15.10
Latest tag is not valid, the instruction on the support website shows:
Copy the access token:
Token contents
docker login endevor-bridge-for-git.packages.broadcom.com -u username
When asked for password, provide the generated token.
***Note: This token is only valid for 2 hours.
Pull the image (replace 'latest' with the specific version you want to download):
docker pull endevor-bridge-for-git.packages.broadcom.com/bridge-for-git:latest
Replace the latest with the valid Bridge for Git version number (for example 2.15.10) in the docker pull command:
docker pull endevor-bridge-for-git.packages.broadcom.com/bridge-for-git:2.15.10