Hi <@URV6882U9> There are some examples using awsx...
# aws
a
Hi @billions-glass-17089 There are some examples using awsx.ecs.Image.fromPath() and fromDockerBuild() here: https://www.pulumi.com/docs/guides/crosswalk/aws/ecs/
b
oh, so a few questions: 1) does Pulumi depend on docker agent to build the image? 2) How does one control the tags?
b
Pulumi has a docker provider that wraps the docker Sdk commands around build and tag
And it can be passed registry urls and keys
You do not necessarily need a separate process for interacting with docker anymore
We believe in a unified workflow