diff --git a/README.md b/README.md index 9d6e34b7ded5ef1816b3ae80f259416169213fab..4767a25e1098e55cd3f8255743a9110b913f1a0b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Register a runner with GitLab Runner and configure it like this: executor = "docker" [runners.docker] tls_verify = false - image = "registry.lakedrops.com/docker/gitlab-drupal-ci" + image = "registry.lakedrops.com/docker/gitlab-drupal-ci:php-7.2" privileged = true disable_entrypoint_overwrite = false oom_kill_disable = false diff --git a/php-7.0/Dockerfile b/php-7.0/Dockerfile index 62aefbe2de3b9c253dd7774fea1d4b2e6d29de88..68cc31c7aa80445b01707d82227dd37b11b7c9b1 100644 --- a/php-7.0/Dockerfile +++ b/php-7.0/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.5 LABEL com.example.vendor="LakeDrops" \ maintainer="juergen.haas@lakedrops.com" \ - version="1.2.1" \ + version="1.3.0" \ description="An image for GitLab runner to build and test Drupal projects." ARG compose_version=1.21.2 @@ -108,3 +108,5 @@ RUN mkdir -p /root/.ssh && \ ln -s /usr/local/bin/composer /usr/local/bin/c && \ ln -s /usr/local/bin/docker-compose /usr/local/bin/d-c && \ ln -s /usr/local/bin/drush /usr/local/bin/d + +ENV LAKEDROPS_DEV_DC_OPTIONS "-T" diff --git a/php-7.1/Dockerfile b/php-7.1/Dockerfile index 61b9c21b6c04517d26de83cad1c96d9003782acf..aec3844e13748e5fb4f7da40b4ac7c46fadf6f2a 100644 --- a/php-7.1/Dockerfile +++ b/php-7.1/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.7 LABEL com.example.vendor="LakeDrops" \ maintainer="juergen.haas@lakedrops.com" \ - version="1.2.1" \ + version="1.3.0" \ description="An image for GitLab runner to build and test Drupal projects." ARG compose_version=1.21.2 @@ -104,3 +104,5 @@ RUN mkdir -p /root/.ssh && \ ln -s /usr/local/bin/composer /usr/local/bin/c && \ ln -s /usr/local/bin/docker-compose /usr/local/bin/d-c && \ ln -s /usr/local/bin/drush /usr/local/bin/d + +ENV LAKEDROPS_DEV_DC_OPTIONS "-T" diff --git a/php-7.2/Dockerfile b/php-7.2/Dockerfile index 66b6cd5a2cc7eab42cbd30061bdece552edc1369..2a28ff53ae4b57c5f79bdb4d1d3c1cc60e856279 100644 --- a/php-7.2/Dockerfile +++ b/php-7.2/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.8 LABEL com.example.vendor="LakeDrops" \ maintainer="juergen.haas@lakedrops.com" \ - version="1.2.1" \ + version="1.3.0" \ description="An image for GitLab runner to build and test Drupal projects." ARG compose_version=1.21.2 @@ -104,3 +104,5 @@ RUN mkdir -p /root/.ssh && \ ln -s /usr/local/bin/composer /usr/local/bin/c && \ ln -s /usr/local/bin/docker-compose /usr/local/bin/d-c && \ ln -s /usr/local/bin/drush /usr/local/bin/d + +ENV LAKEDROPS_DEV_DC_OPTIONS "-T"