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
#general
Title
s
sparse-gold-10561
10/04/2021, 5:59 PM
Is there any way to pass credentials to use a private repo in a FROM statement line in a Dockerfile, during the DockerBuild phase of pulumi_docker.
b
billowy-army-68599
10/04/2021, 6:02 PM
i think this is a docker limitation, what you could do is write a
~/.docker/config.json
inside an apply to your local disk, which would log you in and allow you to pull the image
s
sparse-gold-10561
10/04/2021, 6:05 PM
thanks, that is what I was thinking needed to happen!
Post