Since Islandora CLAW has moved development to Drupal 8, our Docker images no longer function properly. We recommend using the vagrant build instead. Please follow the Islandora listserv and weekly CLAW Tech Calls for updates about the status of Docker and Ansible with Islandora CLAW.
Please note that even with vagrant, there is not yet a stable release of Islandora CLAW. We welcome your volunteer contributions to help get the project to production.
❗ ❗ ❗
Defines the Karaf Docker image.
Based on the Maven Docker Image.
- Karaf 4
- Java 8
- Open SSH
Variable | Required | Default |
---|---|---|
KARAF_VERSION | no | 4.0.4 |
Example:
docker build --build-arg "KARAF_VERSION=4.0.4" -t islandora/claw-karaf .
Variable | Required | Default |
---|---|---|
KARAF_OPTS | no | -Xms128M -Xmx512M -XX:+UnlockDiagnosticVMOptions -XX:+UnsyncloadClass |
Example (foreground, port 8080, auto-remove):
docker run --rm -ti -p 8181:8181 islandora/claw-karaf
For convenience a number of commands are provided in the commands folder.
Command | Arguments | Defaults | Notes |
---|---|---|---|
build | Build this image with the default settings. |
If you experience issues with zombie Java processes not getting reaped, likely this is the result of a Kernel bug:
Specifically follow the instructions in this comment:
- UPEI
- discoverygarden inc.
- LYRASIS
- McMaster University
- University of Limerick
- York University
- University of Manitoba
- Simon Fraser University
- PALS
- American Philosophical Society
- common media inc.
Current maintainers:
If you would like to contribute, please get involved by attending our weekly Tech Call. We love to hear from you!
If you would like to contribute code to the project, you need to be covered by an Islandora Foundation Contributor License Agreement or Corporate Contributor Licencse Agreement. Please see the Contributors pages on Islandora.ca for more information.