Build a local OpenResearch Stack (MediaWiki & extensions) with Docker.
Configuration file used by Docker Compose that defines services, networks, and volumes for DORS.
Main entry point and command line interface to test, build, run, destroy DORS.
A set of files "baked" into the Docker image. The build process can reference any of the files in the context.
docker --version
https://www.docker.com/get-started
docker-compose --version
-
Set version in
context/Dockerfile
following the Semantic Versioning Specification:ARG OPENRESEARCH_STACK_VERSION=5.1.0-alpha1
-
Commit your changes with comment "prepared <OPENRESEARCH_STACK_VERSION>"
-
Start a new "release" in GitHub. This will
- run the CI process,
- build the Docker image,
- and release the image with the correct version tagged