Skip to content

Clone the Docker repos

CEDAR does not publish Docker images to DockerHub or to our Nexus server. Instead of retrieving the docker images, you will need to build them locally.

This will be actually done transparently for you, if you follow this guide.

Clone the repos using CLI script

Clone the needed repos and then pull the develop branch by executing:

cedarcli git clone docker
cedarcli git checkout develop

It is fine if the second command results in some warnings. We are not using all the source repos that the cli has knowledge of.

Main vs develop branch

The above command cloned two repos, and set the active branch to develop.

If you want to have the latest main branch, you will need to check out that branch.

Important

At this moment we suggest you use the develop branch.