Closed jmazzitelli closed 2 years ago
note that I was also getting this - which is why I changed the two related to rhcos:
====> Checking if Kernel URL is downloadable:
[ERROR] https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.9/latest/ <a href="rhcos-4.9.0-x86_64-live-kernel-x86_64"> not reachable
I was getting this:
Issue in
.install_scripts/version_check.sh
:If I execute that command (the curl piped to grep then sed) with the env vars set properly:
I get this:
sed is trying to extract out the tarball filename but sed isn't doing what is expected - its just returning the full \<a href> element. Not sure what changed in the http response from the mirror, but something must have changed in the past few weeks.
This PR fixes the sed expressions for all tarball requests.