Wasn't sure if you're interested in pull requests, but if so, this worked for me to create docker images for the 3.2 release candidate. I just ran docker build --tag [name_of_tag] . in the docker_builds/generic-dockerhub directory; haven't done any other testing.
Wasn't sure if you're interested in pull requests, but if so, this worked for me to create docker images for the 3.2 release candidate. I just ran
docker build --tag [name_of_tag] .
in the docker_builds/generic-dockerhub directory; haven't done any other testing.