Software Alternatives, Accelerators & Startups

Tag-based monorepo docker image build on AWS

Amazon ECR AWS CodeBuild
  1. Amazon ECR is a fully-managed Docker container registry enabling developers to store, manage, and deploy Docker container images.
    My team adopted monorepo for our backend microservices and we need a simple solution to build docker images so we can use it for test or deploy anywhere. Because we use Amazon Elastic Container Repository (ECR) to store docker images, I decided to use git tag to trigger docker image build on AWS CodeBuild and push it to ECR.

    #Cloud Computing #Cloud Hosting #Container Registry 43 social mentions

  2. Online shopping from the earth's biggest selection of books, magazines, music, DVDs, videos, electronics, computers, software, apparel & accessories, shoes, jewelry, tools & hardware, housewares, furniture, sporting goods, beauty & personal care, br…
    My team adopted monorepo for our backend microservices and we need a simple solution to build docker images so we can use it for test or deploy anywhere. Because we use Amazon Elastic Container Repository (ECR) to store docker images, I decided to use git tag to trigger docker image build on AWS CodeBuild and push it to ECR.

    #Continuous Integration #DevOps Tools #Continuous Deployment 13 social mentions

Discuss: Tag-based monorepo docker image build on AWS

Log in or Post with