This file describes how to build a DAOS client and server images
We leverage cloud build and use a packer container image that we assume exists in your project. If you have not build the Packer container image please do so now before continuing.
Please visit the tutorial quickstart-packer. You can leverage code from cloud-builders-community is the first step (the packer folder). You must have a packer docker container in your project in order for the rest of the scripts in this repository to work.
Simply run the make_image.sh
script. It will pick the pre-configured GCP project from gcloud.
To set your default project, run:
gcloud config set project <your project id>