Skip to content

Commit ca80537

Browse files
committed
(site/common) bump docker version to 25.0.3
1 parent 8dd2aac commit ca80537

9 files changed

Lines changed: 12 additions & 12 deletions

File tree

site/profile/data/common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

133133
profile::core::sysctl::lhn::sysctls:
134134
# lhn tuning

site/profile/data/osfamily/RedHat/major/8.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

site/profile/data/osfamily/RedHat/major/9.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4343
profile::core::gpio::packages:

spec/classes/core/docker_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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(

spec/hosts/nodes/antu01.ls.lsst.org_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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)

spec/hosts/nodes/kueyen01.dev.lsst.org_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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'

spec/hosts/nodes/lukay01.cp.lsst.org_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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'

spec/hosts/nodes/yepun01.cp.lsst.org_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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'

spec/support/spec/docker.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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

@@ -47,7 +47,7 @@
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

0 commit comments

Comments
 (0)