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
Describe the bug
The following Github action (https://github.com/mondoohq/installer/actions/runs/11004404283/job/30555253799) intermittently fails. The download script should install cnspec using Ubuntu APT, but from time to time it will instead install cnspec using the TGZ. The job doesn't expect the path to differ and fails.
The detected installation type should not be changing.
To Reproduce
Install cnquery using the following and wait for it to install via TGZ instead of APT on an Ubuntu conteiner:
Expected behavior
On an Ubuntu container it should detect it properly and use Apt.
Additional context
According to the job setup it is an Ubuntu 22.04.5 container but it is entirely possible that the container version is changing from run to run causing the problem, but this seems unlikely.
The text was updated successfully, but these errors were encountered:
There is an intermittent issue where the installer will not detect
deb-based distros properly, attempting to understand when this happens
Signed-off-by: Philip Balinov <[email protected]>
)
There is an intermittent issue where the installer will not detect
deb-based distros properly, attempting to understand when this happens
Signed-off-by: Philip Balinov <[email protected]>
The problem is that usually install.mondoo.com is returning the proper install script, however from time to time it's getting the download.sh script instead. Most requests are answered by the Google CDN and we don't see logs.
Describe the bug
The following Github action (https://github.com/mondoohq/installer/actions/runs/11004404283/job/30555253799) intermittently fails. The download script should install cnspec using Ubuntu APT, but from time to time it will instead install cnspec using the TGZ. The job doesn't expect the path to differ and fails.
The detected installation type should not be changing.
To Reproduce
Install cnquery using the following and wait for it to install via TGZ instead of APT on an Ubuntu conteiner:
Expected behavior
On an Ubuntu container it should detect it properly and use Apt.
Additional context
According to the job setup it is an Ubuntu 22.04.5 container but it is entirely possible that the container version is changing from run to run causing the problem, but this seems unlikely.
The text was updated successfully, but these errors were encountered: