Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guacamole Linux VM cloud-init config file contains hardcoded Ubuntu version #3773

Closed
SvenAelterman opened this issue Nov 2, 2023 · 1 comment · Fixed by #3924
Closed
Assignees
Labels
bug Something isn't working

Comments

@SvenAelterman
Copy link
Collaborator

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

  1. Update template_schema.json and porter.yaml for a recent Linux version.
  2. Publish the bundle.
  3. 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

@SvenAelterman SvenAelterman added the bug Something isn't working label Nov 2, 2023
@SvenAelterman SvenAelterman self-assigned this Nov 6, 2023
@tim-allen-ck tim-allen-ck self-assigned this Apr 11, 2024
@tim-allen-ck
Copy link
Collaborator

Looking at fixing this with #3893

@tim-allen-ck tim-allen-ck linked a pull request May 9, 2024 that will close this issue
@tim-allen-ck tim-allen-ck added this to the Release 0.18.0 milestone May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants