From e47a60568fb829c72311c68e92ded8a32d605c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Molinero=20Fern=C3=A1ndez?= Date: Thu, 27 Jun 2024 21:08:09 +0200 Subject: [PATCH] Run e2e tests with Docker CLI v27.0.2 --- e2e/cli.patch | 4 ++-- e2e/run.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/cli.patch b/e2e/cli.patch index 3280caf..2619463 100644 --- a/e2e/cli.patch +++ b/e2e/cli.patch @@ -1,5 +1,5 @@ diff --git a/e2e/compose-env.yaml b/e2e/compose-env.yaml -index 2a30e1040e..8183f66034 100644 +index 7feb2a0a70..de0a1d9bd3 100644 --- a/e2e/compose-env.yaml +++ b/e2e/compose-env.yaml @@ -6,2 +6,13 @@ services: @@ -15,4 +15,4 @@ index 2a30e1040e..8183f66034 100644 + CETUSGUARD_LOG_LEVEL: '7' + + engine-shaded: - image: 'docker:${ENGINE_VERSION:-25.0}-dind' + image: 'docker:${ENGINE_VERSION:-26.1}-dind' diff --git a/e2e/run.sh b/e2e/run.sh index 454af4f..663d896 100755 --- a/e2e/run.sh +++ b/e2e/run.sh @@ -5,7 +5,7 @@ export LC_ALL='C' SCRIPT_DIR="$(CDPATH='' cd -- "$(dirname -- "${0:?}")" && pwd -P)" -CLI_TREEISH='v26.0.0' +CLI_TREEISH='v27.0.2' CLI_REMOTE='https://github.com/docker/cli.git' CLI_PATCH="${SCRIPT_DIR:?}/cli.patch" CLI_DIR="$(mktemp -d)"