product-os / katapult

A tool for launching environment variants on different modes and targets, based on kompose format files.
Apache License 2.0
8 stars 1 forks source link

Slashes are rendered as '/' #65

Open cmfcruz opened 3 years ago

cmfcruz commented 3 years ago

Slashes / are rendered as / when generating the frame templates.

For example: Expected string: balena/open-balena-registry:v2.14.0 Generated string: balena/open-balena-registry:v2.14.0

cmfcruz commented 3 years ago

This issue seems to only affect image names with characters such as dashes -. This issue doesn't happen when generating the frame for balenahub:

-          image: balena/balenahub:v0.9.0
+          image: balena/balenahub:v0.12.0