Handing insecure registries for refresh
etc.
#324
Labels
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/bug
Some behavior is incorrect or out of spec
What happened?
Pushing a
dockerBuild.Image
to a registry is possible usingexports: [ { registry: { insecure: true } } ]
But when using
refresh
ordockerBuild.Index
an https client is always attempted to be used with no configuration for insecure registries.Example
Output of
pulumi about
Additional context
(Note: I use
pnpm
sopackage-lock.json or yarn.lock
do not exist)Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: