Image that can act as standalone or as an S2I builder for running SOLR in OpenShift
100K+
Apache SOLR makes it easy to add search capability into your apps. SOLR is a search server (backed by the Lucene serach library). This repository provides a way for you to take advantage of that in OpenShift.
Which overrides the official Docker SOLR image to tweak a few things in order to run SOLR efficiently on OpenShift.
Which allow you to easily push your project specific configuration files into the SOLR container.
Sounds cool right? It is. And here's how you can use it.
buildLocalProject.sh script in the openshift directory.This will create a Solr project and generate all of the build and deployment configurations needed for a working Solr instance complete with a core configured from source.
Create the SOLR app from a Docker image
> oc new-app dudash/openshift-solr --name=solr-imageonly-demo
Now you can access it via the route that was automatically exposed on port 8983 and whereever your OpenShift apps route (e.g. openshift-solr-myproject.127.0.0.1.nip.io). Note: this won't autogenerate a SOLR core.
solr/autocore/conf and add SOLR config files for your desired SOLR configuration
(Refer to the sample in the project).openshift directory.This repo doesn't require the s2i tool to build the image. However, if you look into the Dockerfile, it does set some s2i LABELS in order for OpenShift to be able to use it as an s2i builder image.
Refer to the documentation in the script for details.
Refer to the documentation in the script for details.
If you find and issues, go ahead and write them up. If you want to submit some code changes, please see the CONTRIBUTING docs.
Content type
Image
Digest
Size
499.1 MB
Last updated
over 8 years ago
docker pull dudash/openshift-solr