Skip to content
#

ecr

Here are 28 public repositories matching this topic...

A Jenkins Pipeline script in Groovy for CI/CD of Dockerized apps. It builds, pushes to ECR, and deploys on ECS using Fargate. Includes stages for building, pushing, deploying, and ECS service setup, automating code to production.

  • Updated Jun 18, 2023
  • Dockerfile

The application is built using Python 3.11 and Flask, containerized via Docker, and pushed to Amazon ECR. AWS CodePipeline triggers a build on every push to the source repository (GitHub or CodeCommit), CodeBuild compiles the Docker image and generates imagedefinitions.json, and CodeDeploy handles the deployment to ECS Fargate.

  • Updated Jun 25, 2025
  • Dockerfile

ServerlessECS is a generic example of deploying a serverless application on AWS using ECS and Docker. It includes flexible configurations for IAM roles, ECS task definitions, and log retention policies. Written in Python 3.12, this repository offers a scalable and general-purpose solution, easily deployable with the Serverless Framework.

  • Updated Oct 17, 2024
  • Dockerfile

Improve this page

Add a description, image, and links to the ecr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ecr topic, visit your repo's landing page and select "manage topics."

Learn more