From bd5f9d4f75c2a8943aa0b2f9d6de81014677be10 Mon Sep 17 00:00:00 2001 From: Lluis Campos Date: Thu, 20 Feb 2020 13:02:25 +0100 Subject: [PATCH] [pipeline] Set docker:dind image to a fixed version So that we can workaround a temporary issue with latest docker:dind See MEN-3200 See https://gitlab.com/gitlab-com/support-forum/issues/5194#note_288438588 Changelog: None Signed-off-by: Lluis Campos --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c09843..123b3fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ stages: build: stage: build services: - - docker:dind + - docker:19.03.5-dind script: - IMAGE_NAME=$DOCKER_REPOSITORY:pr ./docker-build --build-arg MENDER_ARTIFACT_VERSION=${MENDER_ARTIFACT_VERSION} - docker save $DOCKER_REPOSITORY:pr > image.tar