Skip to content

Commit cb26f6f

Browse files
upgrade docker to 28
1 parent d1ae1a0 commit cb26f6f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

scanner.direct.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.boost_setup:
2-
image: "${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:26.1.0"
2+
image: "${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:28-cli"
33

44
.boost_dind:
55
services:
6-
- name: "${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:26.1.0-dind"
6+
- name: "${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:28-dind"
77
alias: dockerdaemon
88
# Support for listening on TCP without authentication or explicit
99
# intent to run without authentication will be removed in the next

scanner.group.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.boost_setup:
2-
image: "${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/docker:26.1.0"
2+
image: "${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/docker:28-cli"
33

44
.boost_dind:
55
services:
6-
- name: "${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/docker:26.1.0-dind"
6+
- name: "${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/docker:28-dind"
77
alias: dockerdaemon
88
# Support for listening on TCP without authentication or explicit
99
# intent to run without authentication will be removed in the next

scanner.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.boost_setup:
2-
image: "docker:26.1.0"
2+
image: "docker:28-cli"
33

44
before_script:
55
- |
@@ -62,7 +62,7 @@
6262
6363
.boost_dind:
6464
services:
65-
- name: "docker:26.1.0-dind"
65+
- name: "docker:28-dind"
6666
alias: dockerdaemon
6767
# Support for listening on TCP without authentication or explicit
6868
# intent to run without authentication will be removed in the next

0 commit comments

Comments
 (0)