All images (that I checked) contain the folder /root/.local/share/godot/templates/.
In godot-ci:3.6 this folder contains e.g. the path /root/.local/share/godot/templates/${GODOT_VERSION}.stable.
In godot-ci:3.6.2 the path is instead completely empty.
The Release notes do not mention this change.
Looking at the source, this may be a mixup: on the 4.x branch the folder name has changed from templates to export_templates.
Indeed, the folder /root/.local/share/godot/export_templates/ does contain templates on godot-ci:3.6.2.
Suggested fix: Just document the change in the Release notes. It would have been better to avoid it, but now that it's happened, propagating it is easy enough.
All images (that I checked) contain the folder
/root/.local/share/godot/templates/.In godot-ci:3.6 this folder contains e.g. the path
/root/.local/share/godot/templates/${GODOT_VERSION}.stable.In godot-ci:3.6.2 the path is instead completely empty.
The Release notes do not mention this change.
Looking at the source, this may be a mixup: on the 4.x branch the folder name has changed from
templatestoexport_templates.Indeed, the folder
/root/.local/share/godot/export_templates/does contain templates on godot-ci:3.6.2.Suggested fix: Just document the change in the Release notes. It would have been better to avoid it, but now that it's happened, propagating it is easy enough.