-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oc-installer does not understand semver, can't install 3.11.375-1 #13
Comments
is using the url input type an acceptable workaround? the code seems to be rather rigid in this. - name: Install oc
uses: redhat-actions/oc-installer@v1
with:
oc_version: 'https://mirror.openshift.com/pub/openshift-v3/clients/3.11.375-1/linux/oc.tar.gz' |
this would also be satisfied by redhat-actions/openshift-tools-installer#1, you're just the first one to show a use-case for that feature :) |
I guess, but not ideal though. It's kind of problematic because versions such |
this action doesn't work with versions such as are you thinking of the openshift-tools-installer? |
I provided |
yeah you're right I was confused with |
so do you need
I don't know why they changed the v3 directory naming in january... |
hey there @tetchel |
I think your usage makes sense. I wouldn't be using 'installer' actions if I was using SH runners, either, but rather build them into the runner image. are you using our self-hosted runner images or something else? |
hello @tetchel ! |
OK, cool. Well, to wrap this issue up I am going to close it in favour of redhat-actions/openshift-tools-installer#1 as linked above. Let me know if you have any other questions/comments/issues. |
Version
redhat-actions/oc-installer@v1
Describe the bug
oc-installer does not understand
oc_version
such as3.11.375-1
(it will strip anything after the bugfix number, in this case, it will change the input to 3.11.375) - works great with3.11.374
though.Steps to reproduce, workflow links, screenshots
With such configuration:
oc-installer will fail to install
oc
:Although 3.11.375-1 exists: https://mirror.openshift.com/pub/openshift-v3/clients/3.11.375-1/linux/
The text was updated successfully, but these errors were encountered: