Skip to content
Snippets Groups Projects
Commit 4043d7b3 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add an environment variable LAKEDROPS_DEV_DC_OPTIONS for docker compose

parent fa07ceda
No related branches found
No related tags found
No related merge requests found
Pipeline #5939 passed
......@@ -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
......
......@@ -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"
......@@ -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"
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment