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 Tomcat Docker image.
Based on either OpenJDK Docker Image or OracleJDK Docker Image.
- Tomcat 7
- Java 8 (Oracle or Open JDK)
Variable | Required | Default |
---|---|---|
TOMCAT_VERSION | no | 7.0.68 |
Example:
docker build --build-arg "TOMCAT_VERSION=7.0.68" -t islandora/claw-tomcat .
Variable | Required | Default |
---|---|---|
TOMCAT_ADMIN_USER | no | admin |
TOMCAT_ADMIN_PASSWORD | yes | |
JAVA_OPTS | no | |
CATALINA_OPTS | no | -server -XX:+CMSClassUnloadingEnabled -Djava.awt.headless=true -Djava.security.egd=file:/dev/urandom |
Example (foreground, port 8080, auto-remove):
docker run --rm -ti -p 8080:8080 -e "TOMCAT_ADMIN_PASSWORD=your_super_secure_password" islandora/claw-tomcat
For convenience a number of commands are provided in the commands folder.
Command | Arguments | Defaults | Notes |
---|---|---|---|
build | Build this image with the default settings. | ||
foreground | [port] [admin password] | 8080 random | Start tomcat in the foreground with the given port and password. |
background | [port] [admin password] | 8080 random | Start tomcat in the background with the given port and password. |
- 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.