Skip to content

Commit 28c5652

Browse files
authored
Merge pull request #5076 from krissetto/update-e2e-engine-version
Updated engine versions used in e2e tests
2 parents 0937c8b + ffd57fa commit 28c5652

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- alpine
2929
- debian
3030
engine-version:
31-
- 25.0 # latest
32-
- 24.0 # latest - 1
31+
- 26.1 # latest
32+
- 25.0 # latest - 1
3333
- 23.0 # mirantis lts
3434
# TODO(krissetto) 19.03 needs a look, doesn't work ubuntu 22.04 (cgroup errors).
3535
# we could have a separate job that tests it against ubuntu 20.04

e2e/compose-env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
image: 'registry:2'
55

66
engine:
7-
image: 'docker:${ENGINE_VERSION:-25.0}-dind'
7+
image: 'docker:${ENGINE_VERSION:-26.1}-dind'
88
privileged: true
99
command: ['--insecure-registry=registry:5000']
1010
environment:

e2e/testdata/Dockerfile.connhelper-ssh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ENGINE_VERSION is the version of the (docker-in-docker) Docker Engine to
44
# test against.
5-
ARG ENGINE_VERSION=25.0
5+
ARG ENGINE_VERSION=26.1
66

77
FROM docker:${ENGINE_VERSION}-dind
88

0 commit comments

Comments
 (0)