Build Docker Images Using AWS CodeBuild
Difficulty: Intermediate
Duration: 2 minutes and 6 seconds
Students: 38
In this lesson, I will show you how to build docker images and store them in the elastic container registry using CodeBuild.
Learning Objectives
-
By the end of this lesson you should be able to:
-
Understand the required files and configuration to generate docker images from Codebuild
-
Create the ECR repository and verify our build is working correctly
-
Learn step by step how this process works in our demonstration
-
Intended Audience
-
A DevOps Engineer or a software developer
Prerequisites
-
CodeBuild basics
-
DevOps basics
-
Basic usage of a Git code repository
Covered Topics