Workspace docker image repository is hard coded #848
Labels
kind/bug
Some behavior is incorrect or out of spec
needs-triage
Needs attention from the triage team
What happened?
I have configured the pulumi operator to use a different image (using ECR pull through cache) than the docker hub hosted default.
However, it seem the image name (and version) used in the workspace is hard coded.
Only way to change it to patch it via the workspace template. It does not seem a reliable way to me as one has to track changes in the operator during updates if there is a behavioral change how the workspace template is conducted.
I can see multiple solutions:
image
, but its serves a different purpose). I am aware of the named workspace template Named workspace templates #797, but it would not solve the problem as describe initially.Example
the final pod
stack with workspace template:
Output of
pulumi about
not relevant
Additional context
No response
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: