Hey guys, anyone tried running the 2019.1 SDF CLI ...
# sdf
n
Hey guys, anyone tried running the 2019.1 SDF CLI on a docker image? I'm trying to run it on Alpine Linux but I get:
Copy code
Your Java version is not compatible with SDF CLI. Install JRE version 1.8.
I'm using this package for Java: https://pkgs.alpinelinux.org/package/edge/community/x86/openjdk8-jre And "java -version" gives me:
Copy code
openjdk version "1.8.0_201"
OpenJDK Runtime Environment (IcedTea 3.11.0) (Alpine 8.201.08-r1)
OpenJDK 64-Bit Server VM (build 25.201-b08, mixed mode)
Anyone know what's wrong, is openJDK not supported?