Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#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
Post