File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ profile::core::yum::lsst_ts_private::repos:
128128 gpgcheck : false
129129 target : " /etc/yum.repos.d/lsst-ts-private.repo"
130130
131- profile::core::docker::version : " 24 .0.9 "
131+ profile::core::docker::version : " 25 .0.3 "
132132
133133profile::core::sysctl::lhn::sysctls :
134134 # lhn tuning
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ profile::core::docker::versionlock:
66 containerd.io :
77 # puppetlabs/docker only specifies a package resource for containerd.io for uninstall
88 ensure : " present"
9- version : " 1.6.21 "
9+ version : " 1.7.22 "
1010 release : " 3.1.el8"
1111 docker-ce :
1212 ensure : " present"
@@ -31,5 +31,5 @@ profile::core::docker::versionlock:
3131 release : *docker_release
3232 docker-compose-plugin :
3333 ensure : " present"
34- version : " 2.17.3 "
34+ version : " 2.24.6 "
3535 release : *docker_release
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ profile::core::docker::versionlock:
1212 containerd.io :
1313 # puppetlabs/docker only specifies a package resource for containerd.io for uninstall
1414 ensure : " present"
15- version : " 1.6.21 "
15+ version : " 1.7.22 "
1616 release : " 3.1.el9"
1717 docker-ce :
1818 ensure : " present"
@@ -37,7 +37,7 @@ profile::core::docker::versionlock:
3737 release : *docker_release
3838 docker-compose-plugin :
3939 ensure : " present"
40- version : " 2.17.3 "
40+ version : " 2.24.6 "
4141 release : *docker_release
4242
4343profile::core::gpio::packages :
Original file line number Diff line number Diff line change 99
1010 it { is_expected . to compile . with_all_deps }
1111
12- include_examples 'docker' , docker_version : '24 .0.9 '
12+ include_examples 'docker' , docker_version : '25 .0.3 '
1313
1414 it do
1515 is_expected . to contain_systemd__dropin_file ( 'wait-for-docker-group.conf' ) . with (
Original file line number Diff line number Diff line change 3131 include_examples 'baremetal'
3232 include_context 'with nm interface'
3333 include_examples 'ceph cluster'
34- include_examples 'docker' , docker_version : '24 .0.9 '
34+ include_examples 'docker' , docker_version : '25 .0.3 '
3535
3636 it do
3737 is_expected . to contain_class ( 'profile::core::sysctl::rp_filter' ) . with_enable ( false )
Original file line number Diff line number Diff line change 2727
2828 it { is_expected . to compile . with_all_deps }
2929
30- include_examples 'docker' , docker_version : '24 .0.9 '
30+ include_examples 'docker' , docker_version : '25 .0.3 '
3131 include_examples 'baremetal'
3232 include_examples 'ceph cluster'
3333 include_context 'with nm interface'
Original file line number Diff line number Diff line change 3030
3131 it { is_expected . to compile . with_all_deps }
3232
33- include_examples 'docker' , docker_version : '24 .0.9 '
33+ include_examples 'docker' , docker_version : '25 .0.3 '
3434 include_examples 'baremetal'
3535 include_examples 'ceph cluster'
3636 include_context 'with nm interface'
Original file line number Diff line number Diff line change 3030
3131 it { is_expected . to compile . with_all_deps }
3232
33- include_examples 'docker' , docker_version : '24 .0.9 '
33+ include_examples 'docker' , docker_version : '25 .0.3 '
3434 include_examples 'baremetal'
3535 include_context 'with nm interface'
3636 include_examples 'ceph cluster'
Original file line number Diff line number Diff line change 3535
3636 it do
3737 is_expected . to contain_yum__versionlock ( 'containerd.io' ) . with (
38- version : '1.6.21 '
38+ version : '1.7.22 '
3939 )
4040 end
4141
4747
4848 it do
4949 is_expected . to contain_yum__versionlock ( 'docker-compose-plugin' ) . with (
50- version : '2.17.3 '
50+ version : '2.24.6 '
5151 )
5252 end
5353
You can’t perform that action at this time.
0 commit comments