Blog
Thoughts on engineering, design, and building great products.
Dockerizing an Application and Pushing t...
DevOpsAWS
Dockerizing an Application and Pushing the Image to ECR
Package a Node.js application into a Docker image, create an ECR repository, and push the image to it. This is the foundation for the CI/CD article that follows.
K
KaiMay 23, 2026· 25 viewsCI/CD with GitHub Actions: Automatically...
DevOpsAWS
CI/CD with GitHub Actions: Automatically Build and Deploy to AWS
Build a pipeline: every push to GitHub automatically builds a Docker image, pushes it to ECR, and deploys to EC2. Uses OIDC so you don't store an AWS access key in GitHub.
K
KaiMay 23, 2026· 20 views