This project is not covered by Drupal’s security advisory policy.

This project is set to solve the issues we have on the slowness to create new dev environments on devdrupal.org
More info on:
https://www.drupal.org/node/2575471

Note: this is not a module. It's a set of docker containers for internal d.o. infrastructure usage
his repo contains the devdrupal databases

Instructions:

1 - Preparation
Add the respective ${DBNAME}_database_snapshot.dev-current.sql.bz2
to every db_* folder.

On each db_* directory the Dockerfile has 2 lines
that can be updated with the DBNAME and the DBPASS.

2 - Build

To build all the containers, run:

./build.sh

3 - Run
To run a db container you can add to jenkins.
Example:

docker run -p ${HOSTPORT}:3306 devwww/db_${DBNAME}
Port 3306 can be mapped to other HOSTPORT on the host.

Docker installation docs:

https://docs.docker.com/installation/

Supporting organizations: 

Project information

  • Created by ricardoamaro on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases