I would think build would equal docker.build() then supply the context, dockerfile etc. what path is it failing on, it appears to be the build.
b
brash-scientist-65555
10/19/2020, 12:22 PM
I cannot determine that with the output I'm getting. If I run the docker build command that pulumi issues, everything appears to work fine.
brash-scientist-65555
10/19/2020, 12:26 PM
When executing pulumi up or preview, this command is executed by pulumi just before it errors with the output I mentioned. This same command runs fine if issued in the command window.
Executing 'docker build -t 123456789012-dkr.ecr.us-east-2.amazonaws.com/sample-repository-12345678 ../project/hello_world'