Channels
pulumi-ai
package-authoring
pulumi-cdk
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
cloudengineering
yaml
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
blog-posts
localstack
welcome
gitlab
pulumi-kubernetes-operator
jobs
aws
pulumi-deployments
dotnet
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
general
Powered by
Title
g
glamorous-scooter-76401
02/06/2020, 1:49 PM
Hi everyone, hope it's going well. I was wandering whether it is possible to build and publish docker images with Python's pulumi-docker library. It seems like the python variant of
https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/docker/#Image
is missing. I think there is an unanswered issue regarding this:
https://github.com/pulumi/pulumi-docker/issues/129
. I am trying to follow this step:
https://www.pulumi.com/blog/google-cloud-run-serverless-containers/#build-and-publish-the-docker-image
in Python. Thank you very much for your help.
w
white-balloon-205
02/06/2020, 2:37 PM
Yes, currently that library is available in NodeJS and .NET. Python support will be added soon. I just added a reply on the issue as well. Those libraries mostly just wrap shelling out to
Docker build
and
docker push
which you may be able to do yourself for now.
g
glamorous-scooter-76401
02/06/2020, 2:41 PM
Thank you for the reply.
#python
Join Slack