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

islandora-deprecated/claw-docker-drupal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Based on the Base Docker Image.

Includes

  • Drupal 7
  • Apache 2
  • PHP 5.6

Build Arguments

Variable Required Default
DRUPAL_VERSION no 7.43
DRUSH_VERSION no 8.0.2

Example:

docker build --build-arg "DRUPAL_VERSION=7.41" -t islandora/claw-drupal .

Environment Variables

Variable Required Default
MYSQL_HOST yes see below
MYSQL_HOST_PORT yes see below
MYSQL_ROOT_USER no root
MYSQL_ROOT_PASSWORD yes
DRUPAL_SITE_INSTALL_PROFILE no standard
DRUPAL_SITE_NAME no Islandora CLAW
DRUPAL_SITE_EMAIL no [email protected]
DRUPAL_SITE_LOCALE no en-us
DRUPAL_SITE_ACCOUNT_NAME no admin
DRUPAL_SITE_ACCOUNT_PASSWORD yes
DRUPAL_SITE_ACCOUNT_EMAIL no [email protected]
DRUPAL_SITE_DB_NAME no drupal_default
DRUPAL_SITE_DB_USER no drupal
DRUPAL_SITE_DB_PASSWORD yes
DRUPAL_SITE_DB_REPLACE_EXISTING no no

Please consult the parent image.

MYSQL_HOST & MYSQL_HOST_PORT: If you link with the MariaDB container or equivalent these variables are not required as it's provided by the linked container.

DRUPAL_SITE_DB_REPLACE: If set to 'yes', the Drupal database will be replaced on start-up; useful for debugging, but not recommend for production sites.

Example (foreground, random host port mapping, auto-remove, interactive shell):

docker run --rm -ti -P  \
                    --link="mariadb:mysql" \
                    -e "MYSQL_ROOT_PASSWORD=your_super_secure_password" \
                    -e "DRUPAL_SITE_ACCOUNT_PASSWORD=your_super_secure_password" \
                    -e "DRUPAL_SITE_DB_PASSWORD=your_super_secure_password" \
                    islandora/claw-drupal 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.

Notes

This is not a stand alone image it needs a database image or external database to connect to, you can either provide the required environment variables to a working database, or you can link this container with something equivalent.

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 Drupal Docker image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published