Skip to content

Commit

Permalink
Run e2e tests with Docker CLI v27.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Jun 27, 2024
1 parent 065f071 commit e47a605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions e2e/cli.patch
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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'
2 changes: 1 addition & 1 deletion e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit e47a605

Please sign in to comment.