File tree Expand file tree Collapse file tree 6 files changed +2
-244
lines changed Expand file tree Collapse file tree 6 files changed +2
-244
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 398
398
" alpine3.20" ,
399
399
" windows/windowsservercore-ltsc2025" ,
400
400
" windows/windowsservercore-ltsc2022" ,
401
- " windows/windowsservercore-1809" ,
402
401
" windows/nanoserver-ltsc2025" ,
403
- " windows/nanoserver-ltsc2022" ,
404
- " windows/nanoserver-1809"
402
+ " windows/nanoserver-ltsc2022"
405
403
]
406
404
},
407
405
"1.23" : {
812
810
" alpine3.20" ,
813
811
" windows/windowsservercore-ltsc2025" ,
814
812
" windows/windowsservercore-ltsc2022" ,
815
- " windows/windowsservercore-1809" ,
816
813
" windows/nanoserver-ltsc2025" ,
817
- " windows/nanoserver-ltsc2022" ,
818
- " windows/nanoserver-1809"
814
+ " windows/nanoserver-ltsc2022"
819
815
]
820
816
},
821
817
"tip" : {
Original file line number Diff line number Diff line change @@ -246,13 +246,11 @@ for version in "${versions[@]}"; do
246
246
(
247
247
"ltsc2025",
248
248
"ltsc2022",
249
- "1809",
250
249
empty
251
250
| "windows/windowsservercore-" + .),
252
251
(
253
252
"ltsc2025",
254
253
"ltsc2022",
255
- "1809",
256
254
empty
257
255
| "windows/nanoserver-" + .)
258
256
else empty end
You can’t perform that action at this time.
0 commit comments