forked from chef/bento
-
Notifications
You must be signed in to change notification settings - Fork 0
/
builds.yml
64 lines (63 loc) · 1.41 KB
/
builds.yml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
public:
- 'almalinux-8.7'
- 'almalinux-9.1'
- 'amazon-2'
- 'centos-7.9'
- 'centos-stream-8'
- 'debian-9.13-arm64'
- 'debian-9.13-i386'
- 'debian-9.13'
- 'debian-10.13-arm64'
- 'debian-10.13-i386'
- 'debian-10.13'
- 'debian-11.6-arm64'
- 'debian-11.6-i386'
- 'debian-11.6'
- 'fedora-36'
- 'fedora-37'
- 'freebsd-12.3-i386'
- 'freebsd-12.3'
- 'freebsd-12.4-i386'
- 'freebsd-12.4'
- 'freebsd-13.1'
- 'opensuse-leap-15.4'
- 'oracle-6.10-i386'
- 'oracle-6.10'
- 'oracle-7.9'
- 'oracle-8.7'
- 'oracle-9.1'
- 'rockylinux-8.7'
- 'rockylinux-9.0'
- 'scientific-7.9'
- 'springdalelinux-7.9'
- 'springdalelinux-8.5'
- 'ubuntu-16.04-i386'
- 'ubuntu-16.04'
- 'ubuntu-18.04'
- 'ubuntu-20.04'
- 'ubuntu-22.04'
- 'ubuntu-22.10'
# slug box name: text string from standard box name to match (generally the same)
slugs:
'almalinux-8': 'almalinux-8'
'almalinux-9': 'almalinux-9'
'amazon-2': 'amazon-2'
'centos-7': 'centos-7'
'debian-11': 'debian-11'
'debian-10': 'debian-10'
'debian-9': 'debian-9'
'fedora-latest': 'fedora-37'
'freebsd-11': 'freebsd-11'
'freebsd-12': 'freebsd-12'
'freebsd-13': 'freebsd-13'
'opensuse-leap-15': 'opensuse-leap-15'
'oracle-6': 'oracle-6'
'oracle-7': 'oracle-7'
'oracle-8': 'oracle-8'
'oracle-9': 'oracle-9'
'rockylinux-8': 'rockylinux-8'
'rockylinux-9': 'rockylinux-9'
'scientific-7': 'scientific-7'
'springdalelinux-7': 'springdalelinux-7'
'springdalelinux-8': 'springdalelinux-8'