-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pin dind to 19 - fix OOM shim on latest docker version
- Loading branch information
1 parent
66c20c3
commit 570d5b8
Showing
11 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters