We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Port changes in Docker Maven Plugin:
This fix swaps the logic for: https://github.com/eclipse/jkube/blob/67e5982f160ce1c830982a3c9ace41c470b36857/jkube-kit/common/src/main/java/org/eclipse/jkube/kit/common/util/EnvUtil.java#L64-L68
which means that https protocol will be chosen by default.
https
The text was updated successfully, but these errors were encountered:
Fix eclipse-jkube#339: Https should be considered default while conve…
a6e388a
…rting tcp urls
Fix #339: Https should be considered default while converting tcp urls
a8a7bf8
rohanKanojia
Successfully merging a pull request may close this issue.
Description
Port changes in Docker Maven Plugin:
This fix swaps the logic for:
https://github.com/eclipse/jkube/blob/67e5982f160ce1c830982a3c9ace41c470b36857/jkube-kit/common/src/main/java/org/eclipse/jkube/kit/common/util/EnvUtil.java#L64-L68
which means that
https
protocol will be chosen by default.See also:
The text was updated successfully, but these errors were encountered: