What this PR does / why we need it:
Fixes the gcloud azure clients installtions that were broken by #69 due to also updating the ubuntu version to 20.04
Additionally changes back the pip installation to use https://bootstrap.pypa.io/pip/get-pip.py as on ubuntu 20.04 python3.8 can be installed (there is no https://bootstrap.pypa.io/pip/3.8/get-pip.py so that i can pin the url to the specific python version)
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note:
Fixed missing installations of gcloud and azure clients inside IaaS ops-toolbelt images.
What this PR does / why we need it: Fixes the gcloud azure clients installtions that were broken by #69 due to also updating the ubuntu version to 20.04 Additionally changes back the pip installation to use
https://bootstrap.pypa.io/pip/get-pip.py
as on ubuntu 20.04 python3.8 can be installed (there is nohttps://bootstrap.pypa.io/pip/3.8/get-pip.py
so that i can pin the url to the specific python version)Which issue(s) this PR fixes: Fixes #
Special notes for your reviewer:
Release note: