Fix docker open search and Change default image because of deprecation of openjdk
Adds support for open search using the docker container. It figures out which image you're using based on the presense of runtime/opensearch or runtime/elasticsearch.
Fix docker/moqui-start.sh by changing the port from 8080 to 80 as per the Dockerfile and automatically build the image from source. Fix docker/compose-up.sh by adding support for open search and automatically build the image from source. Fix docker/clean.sh by adding support for open search. Fix docker/simple/Dockerfile by adding support for open search, figured out how the groups should be made to have same container search, and the appropriate volume. Fix docker/simple/docker-build.sh by adding support for open search and configurable image as per: https://github.com/moqui/moqui-framework/pull/540.
Add a .gitignore for when committing after not running docker/clean.sh
Also should probably do a squash commit here. Sorry for so many commits.