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

Defines the Tomcat Docker image. Based on either the Open JDK or Oracle JDK Docker images.

License

Notifications You must be signed in to change notification settings

islandora-deprecated/claw-docker-tomcat

Repository files navigation

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

Based on either OpenJDK Docker Image or OracleJDK Docker Image.

Includes

  • Tomcat 7
  • Java 8 (Oracle or Open JDK)

Build Arguments

Variable Required Default
TOMCAT_VERSION no 7.0.68

Example:

docker build --build-arg "TOMCAT_VERSION=7.0.68" -t islandora/claw-tomcat .

Environment Variables

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

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.
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.

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 Tomcat Docker image. Based on either the Open JDK or Oracle JDK Docker images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages