Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GitLab Drupal CI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
GitLab Drupal CI
Commits
4043d7b3
Commit
4043d7b3
authored
6 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Add an environment variable LAKEDROPS_DEV_DC_OPTIONS for docker compose
parent
fa07ceda
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#5939
passed
6 years ago
Stage: build
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
php-7.0/Dockerfile
+3
-1
3 additions, 1 deletion
php-7.0/Dockerfile
php-7.1/Dockerfile
+3
-1
3 additions, 1 deletion
php-7.1/Dockerfile
php-7.2/Dockerfile
+3
-1
3 additions, 1 deletion
php-7.2/Dockerfile
with
10 additions
and
4 deletions
README.md
+
1
−
1
View file @
4043d7b3
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
php-7.0/Dockerfile
+
3
−
1
View file @
4043d7b3
...
...
@@ -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"
This diff is collapsed.
Click to expand it.
php-7.1/Dockerfile
+
3
−
1
View file @
4043d7b3
...
...
@@ -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"
This diff is collapsed.
Click to expand it.
php-7.2/Dockerfile
+
3
−
1
View file @
4043d7b3
...
...
@@ -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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment