Pulling Docker Images
You will pull Docker images of the Optimization Server components (such as dbos/dbos-master), of third-party software that constitute the infrastructure layer of your application (such as infra/mongo), and to use as base images, for example, when building Python workers. These images are to be pulled from the Docker registry whose name is defined by the DOCKER_PULL_REGISTRY variable in the project gradle.properties file.
The name of this registry is product-dbgene-prod-docker-group.decisionbrain.cloud. Access to this repository requires authentication. To this end, run the following command and indicate the installation credentials that you have been given.
docker login product-dbgene-prod-docker-group.decisionbrain.cloud