-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Docker-build fails to detect podman: add back detectContainerRuntime() method for backwards compatibility #41164
Conversation
detectContainerRuntime() method for backwards compatibility
Thanks for your pull request! The title of your pull request does not follow our editorial rules. Could you have a look?
This message is automatically generated by a bot. |
If this could please be backported to 3.12 |
I don't have permissions to label things, but this will need the |
This change is done as a response to quarkusio#41164, although it might not fix the issue
Status for workflow
|
This change is done as a response to quarkusio#41164, although it might not fix the issue
Thanks @ppalaga , I'll make sure it's in 3.12. |
Fixup PR #41100 issue #41085
#41100 replaced
detectContainerRuntime()
withdetectContainerRuntime(ContainerRuntime... orderToCheckRuntimes)
which makes all callers of detectContainerRuntime() fail withNoSuchMethodException
unless they are recompiled.