Skip to content

welly/drupal_ci

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drupal 10 CI Docker image for Gitlab CI

Details

Drupal 10 ci image based on official docker Drupal with some Php/NodeJs tools needed for CI or Local Build/Test/Lint.

Used with project Gitlab CI Drupal.

Basic usage (local)

All images are based on official docker Drupal images managed by Composer.

To use with a local Drupal 10 managed by Composer, mount your Drupal on /opt/drupal/

Issues

  • ...

Build

CI variable CI_DO_RELEASE, default to 1 to push to Docker hub.

Tests

Tests with infratest.

docker run -it --rm mogtofu33/drupal8ci:4.x-dev-10.2 /tests/prepare-tests.sh && pytest

Want some help implementing this on your project? I provide Drupal expertise as a freelance, just contact me.

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%