vgribok / modernization-unicorn-store

AWS Sample Application for containerizing a .NET application
Apache License 2.0
1 stars 3 forks source link

Add docker image as an asset to cdk deploy tasks and get rid of extra code pipeline task #27

Closed rahul-chugh-github closed 4 years ago

rahul-chugh-github commented 5 years ago

Currently, building a docker image is part of the a separate build step. Instead, add creating docker image as an asset to cdk, so that on cdk deploy docker image is created automatically.

vgribok commented 4 years ago

To avoid sequencing currently-parallel build stages, won't implement this until further consideration.