Skip to content

Python app structured for Docker-based development and CI/CD pipelines.

Notifications You must be signed in to change notification settings

salioudjalo/python-ci-cd-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-ci-cd-docker

Continuous Delivery (Concept)

The CI pipeline produces immutable Docker images tagged with the commit SHA.

In production:

  • ECS: a new task definition references the new image tag
  • EKS: the Deployment image is updated

Rollback is achieved by redeploying the previous known-good image.

About

Python app structured for Docker-based development and CI/CD pipelines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages