You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In apt_sources_config.yml, the entry for the Microsoft package manager contains a hardcoded Ubuntu version 18.04 but a $RELEASE placeholder. When combined and written to sources.list, this results in impossible combinations, such as .../18.04/prod focal.. (where focal is the name of Ubuntu 20)
This means that a single bundle cannot be used for multiple Ubuntu releases, and certainly not for multiple Linux distributions.
Steps to reproduce
Update template_schema.json and porter.yaml for a recent Linux version.
Publish the bundle.
Attempt to deploy a Linux VM with the newer image.
Result: apt-get fails during cloud-init, leaving the VM inaccessible from Guacamole.
Azure TRE release version (e.g. v0.14.0 or main): v0.15.2
The text was updated successfully, but these errors were encountered:
Describe the bug
In apt_sources_config.yml, the entry for the Microsoft package manager contains a hardcoded Ubuntu version
18.04
but a$RELEASE
placeholder. When combined and written to sources.list, this results in impossible combinations, such as.../18.04/prod focal..
(where focal is the name of Ubuntu 20)This means that a single bundle cannot be used for multiple Ubuntu releases, and certainly not for multiple Linux distributions.
Steps to reproduce
Result: apt-get fails during cloud-init, leaving the VM inaccessible from Guacamole.
Azure TRE release version (e.g. v0.14.0 or main): v0.15.2
The text was updated successfully, but these errors were encountered: