Skip to content

Commit c391ba4

Browse files
committed
Bump sct_docker_version_max to 28.1.0
Default version of docker running on Ubuntu Noble is 28.0.4. This version is now tested. As SCT is using this value as exlusive max, bumping to 28.1.0 to ensure 28.0.4 is included.
1 parent f45f5af commit c391ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/ansible/stackhpc-cloud-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
# Inclusive min
143143
sct_docker_version_min: "24.0.0"
144144
# Exclusive max
145-
sct_docker_version_max: "28.0.0"
145+
sct_docker_version_max: "28.1.0"
146146
sct_selinux_state: "{{ selinux_state }}"
147147
failed_when: host_results.rc not in [0, 1]
148148
register: host_results

0 commit comments

Comments
 (0)