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

islandora-deprecated/claw-docker-maven

Repository files navigation

Islandora CLAW: Maven 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 Maven Docker image.

Based on either the OpenJDK Docker Image or OracleJDK Docker Image.

Includes

  • Maven 3
  • Java 8

Build Arguments

Variable Required Default
MAVEN_VERSION no 3.3.9

Example:

docker build -t islandora/claw-maven .

Environment Variables

Variable Required Default
JAVA_OPTS no

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

docker run --rm -ti islandora/claw-maven 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.
mvn-install path $PWD Perform mvn install in the given path 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

About

Defines the Maven Docker image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages