Describe the bug
OpenShift deployment using the quarkus-openshift extension fails on Windows.
The same project works fine on Linux.
Expected behavior
Deployment works on Windows too.
Actual behavior
[WARNING] [io.quarkus.container.image.s2i.deployment.S2iProcessor] No Openshift manifests were generated (most likely due to the fact that the service is not an HTTP service) so no s2i process will be taking place
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
Describe the bug OpenShift deployment using the quarkus-openshift extension fails on Windows. The same project works fine on Linux.
Expected behavior Deployment works on Windows too.
Actual behavior
To Reproduce Steps to reproduce the behavior:
oc login ...
mvn clean package -Dquarkus.kubernetes.deploy=true
Configuration
Environment (please complete the following information):
uname -a
orver
: Microsoft Windows [Version 10.0.17134.1425]java -version
: openjdk version "11.0.6" 2020-01-14 LTS OpenJDK Runtime Environment Zulu11.37+17-CA (build 11.0.6+10-LTS) OpenJDK 64-Bit Server VM Zulu11.37+17-CA (build 11.0.6+10-LTS, mixed mode)mvnw --version
orgradlew --version
): Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)https://github.com/quarkusio/quarkus/issues/9178
$upstream:9178$