[ERROR] Error during callback
com.github.dockerjava.API.exception.InternalServerErrorException: Status 500: {“message”:“unsupported os linux”}
at com.github.dockerjava.core.DefaultInvocationBuilder.execute (DefaultInvocationBuilder.java:247)
at com.github.dockerjava.core.DefaultInvocationBuilder.lambda$executeAndStream$1 (DefaultInvocationBuilder.java:269)
at java.lang.Thread.run (Thread.java:829)
Hi, can you elaborate more on the details please?
Are you using the Microservice Java SDK, which version? What is your OS? Any other helpful information
Regards Kai
Ok, then @hgansmueller was right. Building microservices is not directly supported on Windows, as it requires docker to be installed.
In case you are able to install WSL, I would suggest this, and use docker within WSL.
Alternatively Docker Desktop can be used (which under the hood uses WSL as well).