This project is not covered by Drupal’s security advisory policy.
There is an open security issue: Authentification for Database
WissKI Docker Image
These are the build files of the example WissKI available under rnsrk/wisski_example. If you just want to run a example WissKI in a Docker container, follow the steps at wiss-ki.eu "Run WissKI example in Docker container", otherwise adjust the config files to build your own Docker image of a WissKI environment. The Dockerfile installs:
- PHP:8.0
- Drupal:9.3.6
- WissKI:3.x-dev
- IIPServer:1.2
- Mirador:3
- Mirador Integrations/Annotations
- Mariadb:10.5.12
- Blazegraph:2.1.6
- Solr: 8.11.1.
- Adminimal and Oliviro Theme
- Sample Pathbuilder
- Sample Data
Clone the repo with:
git clone git@git.drupal.org:project/wisski_docker_image.git
make your adjustments and build your own image with:
docker build -t <your-own-wisski-image-name> .
Many Docker basics (like only one service per container) have been violated, plus database access permissions and passwords are not secure. Do not use this image for production environments!
Happy containerizing!
Project information
- Created by rnsrk on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.

