https://pulumi.com logo
#aws
Title
a

average-kilobyte-47828

11/08/2020, 5:39 PM
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

billions-glass-17089

11/08/2020, 5:42 PM
oh, so a few questions: 1) does Pulumi depend on docker agent to build the image? 2) How does one control the tags?
b

broad-dog-22463

11/08/2020, 5:55 PM
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