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 Fedora Docker Image.
Based on the Tomcat Docker Image.
- Fedora 4
Variable | Required | Default |
---|---|---|
FEDORA_VERSION | no | 4.4.0 |
Example:
docker build --build-arg "FEDORA_VERSION=4.5.0" -t islandora/claw-fedora .
Variable | Required | Default |
---|---|---|
CATALINA_OPTS | no | -Dfcrepo.home=/mnt/fedora-data |
Please consult the parent image.
Example (foreground, port 8080, auto-remove):
docker run --rm -ti -p 8080:8080 -e "TOMCAT_ADMIN_PASSWORD=your_super_secure_password" islandora/claw-fedora
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 fedora in the foreground with the given port and password. |
background | [port] [admin password] | 8080 random | Start fedora 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.