tags:
- roadmap
- docker
- docker-experience
- ready
- online
- ci-cd
docker-experience-continuous-integration
Contents
__Roadmap info from [ roadmap website ] (https://roadmap.sh/docker/developer-experience/continuous-integration) __
Continuous Integration (CI)
Continuous integration is the idea of executing some actions (for example build, test, etc…) automatically as you push code to your version control system.
For containers, there are a number of things we may want to do:
- Build the container images
- Execute tests
- Scan container images for vulnerabilities
- Tag images with useful metadata
- Push to a container registry
Learn more from the following: