Template variable bundle.invocationImage is incorrect #1824
Labels
2 - 🍕
Pizza should be eaten daily
breaking change 💥
Breaking changes to Porter's CLI, config or behavior
gap
We missed a spot
Milestone
Describe the bug
The bundle.invocationImage template value that is injected into the bundle at runtime is incorrect. It should reflect the final resolved invocation image, but it is the value built into the bundle at build time.
So if you publish it to a different location, it isn't the right value. Other problems:
getporter/mybundle-installer:v0.1.1
.To Reproduce
{{ bundle.invocationImage}}
from the porter.yaml during installExpected behavior
The same image that is being executed by porter should be printed. Instead it prints the value built into the bundle at buildtime.
Version
v0.38.7 and v1.0.0-alpha.5
The text was updated successfully, but these errors were encountered: