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

Latest commit

 

History

History
82 lines (54 loc) · 3.4 KB

README.md

File metadata and controls

82 lines (54 loc) · 3.4 KB

Islandora CLAW: Open JDK 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 Java Docker image from which we build our Java based images (Tomcat, Karaf, etc), uses OpenJDK.

Based on the Base Docker Image.

Includes

  • OpenJDK 8

Build Arguments

No build arguments are provided.

Example:

docker build -t islandora/claw-open-jdk .

Environment Variables

Variable Required Default
JAVA_OPTS no

Example (foreground, auto-remove, interactive shell):

docker run --rm -ti islandora/claw-open-jdk ash

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.
run ash Start container, execute the given arguments as a command, then exit.

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