This message was deleted.
# python
s
This message was deleted.
s
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
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.
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'