Skip to content

Commit

Permalink
pin dind to 19 - fix OOM shim on latest docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciojs committed Feb 19, 2021
1 parent 66c20c3 commit 570d5b8
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion laravel/gitlab/assets.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.assets:
image: kooldev/kool:1.0
services:
- docker:dind
- docker:19-dind
tags:
- dind
stage: build
Expand Down
2 changes: 1 addition & 1 deletion laravel/gitlab/cs-fixer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.cs-fixer:
image: kooldev/kool:1.0
services:
- docker:dind
- docker:19-dind
tags:
- dind
stage: QA
Expand Down
2 changes: 1 addition & 1 deletion laravel/gitlab/dusk.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.dusk:
image: kooldev/kool:1.0
services:
- docker:dind
- docker:19-dind
tags:
- dind
stage: QA
Expand Down
2 changes: 1 addition & 1 deletion laravel/gitlab/eslint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.eslint:
image: kooldev/kool:1.0
services:
- docker:dind
- docker:19-dind
tags:
- dind
stage: QA
Expand Down
2 changes: 1 addition & 1 deletion laravel/gitlab/phan.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.phan:
image: kooldev/kool:1.0
services:
- docker:dind
- docker:19-dind
tags:
- dind
stage: QA
Expand Down
2 changes: 1 addition & 1 deletion laravel/gitlab/phpcpd.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.phpcpd:
image: kooldev/kool:1.0
services:
- docker:dind
- docker:19-dind
tags:
- dind
stage: QA
Expand Down
2 changes: 1 addition & 1 deletion laravel/gitlab/phpmd.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.phpmd:
image: kooldev/kool:1.0
services:
- docker:dind
- docker:19-dind
tags:
- dind
stage: QA
Expand Down
2 changes: 1 addition & 1 deletion laravel/gitlab/phpmnd.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.phpmnd:
image: kooldev/kool:1.0
services:
- docker:dind
- docker:19-dind
tags:
- dind
stage: QA
Expand Down
2 changes: 1 addition & 1 deletion laravel/gitlab/phpunit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.phpunit:
image: kooldev/kool:1.0
services:
- docker:dind
- docker:19-dind
tags:
- dind
stage: QA
Expand Down
2 changes: 1 addition & 1 deletion laravel/gitlab/security-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.security-check:
image: kooldev/kool:1.0
services:
- docker:dind
- docker:19-dind
tags:
- dind
stage: QA
Expand Down
2 changes: 1 addition & 1 deletion laravel/gitlab/vendor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ variables:
.vendor:
image: kooldev/kool:1.0
services:
- docker:dind
- docker:19-dind
tags:
- dind
stage: build
Expand Down

0 comments on commit 570d5b8

Please sign in to comment.