-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
build_versions.json
34 lines (34 loc) · 1.04 KB
/
build_versions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"include": [
{
"puppet_release": 7,
"base_image": "docker.io/ruby:2.7.8-alpine3.16",
"rubygem_puppet": "7.34.0",
"rubygem_facter": "4.10.0",
"rubygem_voxpupuli_test": "9.2.0",
"rubygem_voxpupuli_acceptance": "3.2.0",
"rubygem_voxpupuli_release": "3.1.0",
"rubygem_puppet_metadata": "4.5.0",
"rubygem_modulesync": "3.2.0",
"rubygem_r10k": "4.1.0",
"rubygem_ra10ke": "3.1.0",
"rubygem_rubocop_performance": "1.22.1",
"rubygem_bundler": "2.4.22"
},
{
"puppet_release": 8,
"base_image": "docker.io/ruby:3.2.5-alpine3.20",
"rubygem_puppet": "8.10.0",
"rubygem_facter": "4.10.0",
"rubygem_voxpupuli_test": "9.2.0",
"rubygem_voxpupuli_acceptance": "3.2.0",
"rubygem_voxpupuli_release": "3.1.0",
"rubygem_puppet_metadata": "4.5.0",
"rubygem_modulesync": "3.2.0",
"rubygem_r10k": "4.1.0",
"rubygem_ra10ke": "3.1.0",
"rubygem_rubocop_performance": "1.22.1",
"rubygem_bundler": "2.5.22"
}
]
}