From 564ce8c323d6d45386e8af5332668beef508315d Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Wed, 17 Nov 2021 18:09:31 +0100 Subject: [PATCH] [TASK] CI: Use docker 20.10 instead of 19.03 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Switching to 20.10 gives us a feature we need in runTests.sh. Resolves: #96013 Related: #94932 Related: #95999 Releases: master, 10.4 Change-Id: I7eef83c130b76cab84dff7d595b7807d34b22ce7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72212 Tested-by: core-ci <typo3@b13.com> Tested-by: Simon Gilli <typo3@gilbertsoft.org> Tested-by: Stefan Bürk <stefan@buerk.tech> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Simon Gilli <typo3@gilbertsoft.org> Reviewed-by: Stefan Bürk <stefan@buerk.tech> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> --- Build/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/gitlab-ci.yml b/Build/gitlab-ci.yml index 8f9b9771f3c8..aac529d1d223 100644 --- a/Build/gitlab-ci.yml +++ b/Build/gitlab-ci.yml @@ -40,7 +40,7 @@ services: # Each job starts two containers: This dind container that starts a docker # daemon, plus a casual container that executes runTests.sh for single jobs # to start containers within the dind container. - - name: docker:19.03-dind + - name: docker:20.10-dind alias: docker # This is *never* overridden in single jobs. All jobs start a 'dind' service -- GitLab