Is there any way to pass credentials to use a priv...
# general
s
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
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
thanks, that is what I was thinking needed to happen!