Hey folks, anyone running the SDF cli on a Docker ...
# sdf
n
Hey folks, anyone running the SDF cli on a Docker image with OpenJDK? Or in general with OpenJDK? Does it work? I had some issues with it last year and haven't tried since then but wanna start the project back up 🙂 Seems hard to find good docker images with regular JDK since the licensing changes so would be nice to get it working with OpenJDK..
b
Hey @Nikola Gavric, try out this project: https://gitlab.com/tolaeon/sdf-docker
it assumes your source is mounted to the /src dir
just sub the docker command for podman if you're not using podman.
n
Awesome @Brendan Boyd will check it out, thanks!