Download or update the Snyk Broker client Docker image
The first step in setting up the Broker Client is pulling the Broker Client Docker image from Docker Hub. Download the Broker Client image to each machine that will run the Broker Client. After you download it, this image is cached on the host machine.
To pull the Code Agent Docker image run:
docker pull snyk/broker:<SCM_tag>
where SCM_tag
is a specific tag for each integrated SCM, as follows:
GitHub:
docker pull snyk/broker:github-com
GitHub Enterprise:
docker pull snyk/broker:github-enterprise
GitLab:
docker pull snyk/broker:gitlab
Bitbucket Server/Data Center:
docker pull snyk/broker:bitbucket-server
Azure Repo:
docker pull snyk/broker:azure-repos
The download process for the Docker image of the Client Broker image starts, for example:

When the download is completed, you can verify that the Broker Client image was successfully downloaded to your machine.
To verify the successful download of the Docker image of the Broker Client run the Docker List command:
docker image ls
Your output is similar to the following:
REPOSITORY TAG IMAGE ID CREATED SIZE
snyk/broker github-com e999988aa7b7 7 days ago 252MB
snyk/broker github-enterprise 0a8b4e6f518d 7 days ago 252MB
Last updated
Was this helpful?