This is a service that provides the search backend for Extension:BlueSpiceExtendedSearch. It is currently based on OpenSearch.
Given you have this service running at http://localhost:9200
, you can configure the BlueSpice search like this:
$GLOBALS['bsgESBackendTransport'] = 'http';
docker build -t bluespice/search:latest .
HINT: We align the image tags with the version of BlueSpice that it is compatible with.
Example:
docker tag bluespice/search:latest bluespice/search:4
docker tag bluespice/search:latest bluespice/search:4.4
docker tag bluespice/search:latest bluespice/search:4.4.1
Example:
docker push bluespice/search:latest
docker push bluespice/search:4
docker push bluespice/search:4.4
docker push bluespice/search:4.4.1
Install trivy
and run trivy image bluespice/search
to check for vulnerabilities.