From 5fd0c62ae392f73fe94c9a137cef28bca279d0bf Mon Sep 17 00:00:00 2001 From: Lluis Campos Date: Thu, 8 Dec 2022 14:44:04 +0100 Subject: [PATCH] ci: Revert "ci: Pin integration tests base image to Alpine 3.16" This reverts commit b3f550f2ebd71c9fa5d0c704efbab862e333ea08. Signed-off-by: Lluis Campos --- gitlab-pipeline/stage/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gitlab-pipeline/stage/test.yml b/gitlab-pipeline/stage/test.yml index e0780cb2..955bbae7 100644 --- a/gitlab-pipeline/stage/test.yml +++ b/gitlab-pipeline/stage/test.yml @@ -171,8 +171,7 @@ test:backend-integration:azblob:enterprise: stage: test # Integration tests depends on running ssh to containers, we're forced to # run dockerd on the same host. - # QA-507: Pin to Alpine 3.16 to have OpenSSL 1.1 compatibility while we redesign this dependency - image: docker:20.10.21-dind-alpine3.16 + image: docker:dind variables: DOCKER_CLIENT_TIMEOUT: 300 COMPOSE_HTTP_TIMEOUT: 300