Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 433 Bytes

03_containers_as_build_artifacts.md

File metadata and controls

5 lines (3 loc) · 433 Bytes

Containers As Build Artifacts

The important thing to understand when building and deploying containers through a development cycle, is that you should be testing and approving the same built container as it progresses through the pipeline. It can certainly be re-tagged throughout the process, but you should avoid building at every stage of your approval/deployment pipeline.

immutable-git-flow