Broken odo download link #1656
Labels
area/ci
area/registry
Devfile registry for stacks and infrastructure
kind/bug
Something isn't working
/kind bug
Which area is this bug related to?
/area ci
/area registry
Bug Summary
Describe the bug:
Check devfile registry odo V3 build & deploy is failing due to a broken download URL for the checksum file within the
redhat-actions/openshift-tools-installer
action.To Reproduce:
To reproduce on the URL:
curl -OL https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.15.0/sha256sum.txt
Rerun the check to trigger the same result with the action.
Expected behavior
redhat-actions/openshift-tools-installer
action should be able to download both the checksum file and the binary tar to perform the hash comparison for file integrity and install odo.Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable
Additional context
Any workaround?
Switch to downloading the odo build manually instead of the action.
Suggestion on how to fix the bug
Update the
redhat-actions/openshift-tools-installer
action if there's a patch available, fall back on the workaround if there's none.The text was updated successfully, but these errors were encountered: