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
Known distributions that do not come with python3 installed by default:
Arch Linux
Debian
CentOS 8-Stream
A mechanism needs to be added where cleantest can install python3 before it tries to inject itself into the instance otherwise there is going to be a bloodbath.
Note: There may be other test environment instance bases that do not come with python3 installed by default. I will add the bases to the list as I stumble upon them in my testing.
The text was updated successfully, but these errors were encountered:
Can probably make sure that Python 3 is installed by using cloud-init, but that would require switching the LXD images over to the cloud variants rather than the default variants. Also, it needs to be determined if there are ARM64 versions of the cloud images or there are only AMD64 ones.
CentOS 8 Stream was dropping due to upgrading cleantest to upgrading from Python 3.6 to Python 3.8. Decided that using an older, unsupported version of Python just to support some niche distributions was not worth it.
Coincidentally, I did not need cloud-init to fix the missing Python issue. All I had to do was switch the images over to their cloud variants which have cloud-init preinstalled. Makes since cloud-init is written with Python. No Python, no cloud-init. I like how that works.
Known distributions that do not come with
python3
installed by default:A mechanism needs to be added where cleantest can install
python3
before it tries to inject itself into the instance otherwise there is going to be a bloodbath.The text was updated successfully, but these errors were encountered: