This change adds the ability to specify additional environment variables for the CodeBuild job. My use case requires me to activate Docker BuildKit in order to use secrets and this is an easy way to do it. However, this feature can also be useful for other purposes.
I tried to make this change as mergeable as possible, please let me know if there is anything you need me to change. It would be great if this could be merged and released within reasonable time.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Description of changes:
This change adds the ability to specify additional environment variables for the CodeBuild job. My use case requires me to activate Docker BuildKit in order to use secrets and this is an easy way to do it. However, this feature can also be useful for other purposes.
I tried to make this change as mergeable as possible, please let me know if there is anything you need me to change. It would be great if this could be merged and released within reasonable time.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.