Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 474 Bytes

File metadata and controls

11 lines (6 loc) · 474 Bytes

Jenkins-Pipeline-to-Push-Docker-Images-to-ECR

To build Jenkins pipeline to create Docker image and push the image to AWS Elastic Container Registry (ECR) on Amazon Linux 2 EC2 instance.

  • Part 1 - Launch a Jenkins Server Configured for ECR Management

  • Part 2 - Prepare the Image Repository on ECR and Project Repository on GitHub with Webhook

  • Part 3 - Create Jenkins Pipeline for the Project with GitHub Webhook

  • Part 4 - Clean up the Image Repository on AWS ECR