3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 3
3
line-length : false # MD013
4
4
no-duplicate-heading : false # MD024
5
5
reference-links-images : false # MD052
6
+ ignores :
7
+ - .github/copilot-instructions.md
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ Standardise files with files in sous-chefs/repo-management
8
8
9
9
Standardise files with files in sous-chefs/repo-management
10
10
11
+ Standardise files with files in sous-chefs/repo-management
12
+
13
+ Standardise files with files in sous-chefs/repo-management
14
+
11
15
## 5.6.6 - * 2024-05-03*
12
16
13
17
## 5.6.5 - * 2024-05-03*
Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ platforms:
17
17
image : dokken/almalinux-9
18
18
pid_one_command : /usr/lib/systemd/systemd
19
19
20
+ - name : almalinux-10
21
+ driver :
22
+ image : dokken/almalinux-10
23
+ pid_one_command : /usr/lib/systemd/systemd
24
+
20
25
- name : amazonlinux-2023
21
26
driver :
22
27
image : dokken/amazonlinux-2023
@@ -27,6 +32,11 @@ platforms:
27
32
image : dokken/centos-stream-9
28
33
pid_one_command : /usr/lib/systemd/systemd
29
34
35
+ - name : centos-stream-10
36
+ driver :
37
+ image : dokken/centos-stream-10
38
+ pid_one_command : /usr/lib/systemd/systemd
39
+
30
40
- name : debian-11
31
41
driver :
32
42
image : dokken/debian-11
0 commit comments