File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ while true; do
1313 sleep 5
1414done
1515
16- test_docker_versions[" ubuntu:22.04" ]=" ^20.10.24$|^ 23.0.([4-9]|[1-9]\d)$|^24.0|^25.0|^26.0|^26.1|^27.0|^27.1"
16+ test_docker_versions[" ubuntu:22.04" ]=" ^23.0.([4-9]|[1-9]\d)$|^24.0|^25.0|^26.0|^26.1|^27.0|^27.1"
1717test_docker_versions[" ubuntu:24.04" ]=" ^26.0|^26.1|^27.0|^27.1"
1818test_docker_versions[" quay.io/centos/centos:stream9" ]=" ^24.0|^25.0|^26.0|^26.1|^27.0|^27.1"
19- test_docker_versions[" oraclelinux:8" ]=" ^20.10.24$|^ 23.0.([4-9]|[1-9]\d)$|^24.0|^25.0|^26.0|^26.1|^27.0|^27.1"
20- test_docker_versions[" oraclelinux:9" ]=" ^20.10.24$|^ 23.0.([4-9]|[1-9]\d)$|^24.0|^25.0|^26.0|^26.1|^27.0|^27.1"
21- test_docker_versions[" rockylinux:8" ]=" ^20.10.24$|^ 23.0.([4-9]|[1-9]\d)$|^24.0|^25.0|^26.0|^26.1|^27.0|^27.1"
22- test_docker_versions[" rockylinux:9" ]=" ^20.10.24$|^ 23.0.([4-9]|[1-9]\d)$|^24.0|^25.0|^26.0|^26.1|^27.0|^27.1"
23- test_docker_versions[" redhat/ubi8:8.9" ]=" ^20.10.24$|^ 23.0.([4-9]|[1-9]\d)$|^24.0|^25.0|^26.0|^26.1|^27.0|^27.1"
24- test_docker_versions[" redhat/ubi9:9.4" ]=" ^20.10.24$|^ 23.0.([4-9]|[1-9]\d)$|^24.0|^25.0|^26.0|^26.1|^27.0|^27.1"
19+ test_docker_versions[" oraclelinux:8" ]=" ^23.0.([4-9]|[1-9]\d)$|^24.0|^25.0|^26.0|^26.1|^27.0|^27.1"
20+ test_docker_versions[" oraclelinux:9" ]=" ^23.0.([4-9]|[1-9]\d)$|^24.0|^25.0|^26.0|^26.1|^27.0|^27.1"
21+ test_docker_versions[" rockylinux:8" ]=" ^23.0.([4-9]|[1-9]\d)$|^24.0|^25.0|^26.0|^26.1|^27.0|^27.1"
22+ test_docker_versions[" rockylinux:9" ]=" ^23.0.([4-9]|[1-9]\d)$|^24.0|^25.0|^26.0|^26.1|^27.0|^27.1"
23+ test_docker_versions[" redhat/ubi8:8.9" ]=" ^23.0.([4-9]|[1-9]\d)$|^24.0|^25.0|^26.0|^26.1|^27.0|^27.1"
24+ test_docker_versions[" redhat/ubi9:9.4" ]=" ^23.0.([4-9]|[1-9]\d)$|^24.0|^25.0|^26.0|^26.1|^27.0|^27.1"
2525
2626echo " ==> Testing install-docker scripts..."
2727
You can’t perform that action at this time.
0 commit comments