Failed to pull Bridge for Git Docker image from support website
search cancel

Failed to pull Bridge for Git Docker image from support website

book

Article ID: 400762

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

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.

Environment

Endevor V19

Bridge for Git v2.15.10

Cause

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

Resolution

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