Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

islandora-deprecated/claw-docker-karaf

Repository files navigation

Islandora CLAW: Karaf Docker Image

Docker Stars Docker Pulls Contribution Guidelines LICENSE

❗ ❗ ❗

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.

❗ ❗ ❗

Introduction

Defines the Karaf Docker image.

Based on the Maven Docker Image.

Includes

  • Karaf 4
  • Java 8
  • Open SSH

Build Arguments

Variable Required Default
KARAF_VERSION no 4.0.4

Example:

docker build --build-arg "KARAF_VERSION=4.0.4" -t islandora/claw-karaf .

Environment Variables

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

Commands

For convenience a number of commands are provided in the commands folder.

Command Arguments Defaults Notes
build Build this image with the default settings.

Notes

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:

Maintainers/Sponsors

  • 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:

Development

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.

License

MIT

About

Defines the Karaf Docker image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages