Category: Docker

AWS CodeBuild is a fully managed build service that offers curated Docker images. CodeBuild doesn’t provide Docker images to build CPP code.

We provide an example Docker file to build a custom Docker image and demonstrate how CodeBuild can use it.

When you’ve completed all steps and are finished testing, follow these steps to delete resources to avoid incurring costs: In this post, we demonstrated how you can create a custom Docker image using CodeBuild and use it to build CPP applications.

You can extend the Docker file used to build the custom image to include any specific libraries your applications may require.

Related Articles