File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
77FROM docker:${ENGINE_VERSION}-dind
88
You can’t perform that action at this time.
0 commit comments