njaiswal / idcrypt-backend

IDCrypt Backend
1 stars 0 forks source link

Make use of custom docker image to make build pipeline faster #2

Open njaiswal opened 4 years ago

njaiswal commented 4 years ago

Currently there is a lot of installation to bring the custom ubuntu standard docker image provided by aws. This increases build time. Do automation to build a docker image and then use this docker image in build pipeline.

This will help reduce build times. As we as automation to build docker image can help in dependency upgrades as well.