Skip to content

Commit

Permalink
Updated engine versions in e2e text matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Petito <[email protected]>
  • Loading branch information
krissetto committed May 16, 2024
1 parent db8b809 commit ffd57fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- alpine
- debian
engine-version:
- 25.0 # latest
- 24.0 # latest - 1
- 26.1 # latest
- 25.0 # latest - 1
- 23.0 # mirantis lts
# TODO(krissetto) 19.03 needs a look, doesn't work ubuntu 22.04 (cgroup errors).
# we could have a separate job that tests it against ubuntu 20.04
Expand Down
2 changes: 1 addition & 1 deletion e2e/compose-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
image: 'registry:2'

engine:
image: 'docker:${ENGINE_VERSION:-25.0}-dind'
image: 'docker:${ENGINE_VERSION:-26.1}-dind'
privileged: true
command: ['--insecure-registry=registry:5000']
environment:
Expand Down
2 changes: 1 addition & 1 deletion e2e/testdata/Dockerfile.connhelper-ssh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

FROM docker:${ENGINE_VERSION}-dind

Expand Down

0 comments on commit ffd57fa

Please sign in to comment.