Skip to content

hallowelt/docker-bluespice-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

BlueSpice "Search" service

This is a service that provides the search backend for Extension:BlueSpiceExtendedSearch. It is currently based on OpenSearch.

Using it within BlueSpice or MediaWiki

Given you have this service running at http://localhost:9200, you can configure the BlueSpice search like this:

$GLOBALS['bsgESBackendTransport'] = 'http';

How to release a new version

Build a new version of the image

docker build -t bluespice/search:latest .

Apply proper tags

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

Push the image to the registry

Example:

docker push bluespice/search:latest
docker push bluespice/search:4
docker push bluespice/search:4.4
docker push bluespice/search:4.4.1

Testing

Install trivy and run trivy image bluespice/search to check for vulnerabilities.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published