Best Practices In Implementing Container Image Promotion Pipelines @ Toronto Enterprise DevOps User Group Meetup – 2021
March 11, 2021
< 1 min read
Best Practices In Implementing Container Image Promotion Pipelines
Surprisingly, implementing a secure, robust and fast promotion pipelines for container images is not as easy as it might sound. Automating dependency resolution (base images), implementing multiple registries for different maturity stages and making sure that we actually run in production containers from the images we intended can be tricky. In this talk, we will compare different approaches, compile a wish-list of features and create a pipeline that checks all the boxes using free and open-source tools.
Talk Materials
- Blog post – “Taking Docker to Production with Confidence”
- The Culture Map
- Random bad dockerfile
- Docker labels documentation
- Docker Repositories documentation
- Docker tag command documentation
- Reverse proxy settings for Docker registries in JFrog Container Registry
- Virtual docker repositories in JFrog Container Registry
- Double-tagging example for Stoney