Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.53 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.53 KB

This repository is used to build a Docker image with various versions of Drupal pre-installed using the Composer drupal/recommended-project package. The resulting Docker image is intended for testing a Drupal module or theme using Tugboat.

Usage with your module or theme

The latest documentation for how to use this docker image with your module or theme can be found on drupal.org.

If you're not familiar with how to add Tugboat configuration to your repository, please peruse the Tugboat documentation.

For each different major version of Drupal, you will likely have a different branch of your module. In each of those branches, modify the Tugboat config above to use the appropriate Docker image with the same major version of Drupal.

Available tags.

The available tags for this image are taken directly from the available tags of the drupal/recommended-project Composer project. In addition, [MAJOR] and [MAJOR].[MINOR] tags are available. For example, if you would like the latest 10.0.x version of Drupal core, you can use tugboatqa/drupal:10.0. If you only want to specify the major version and keep up with minor releases automatically, you can use tugboatqa/drupal:10.