Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 602e850

Browse files
authored
add ubuntu and debian to featuresv1 (#1015)
1 parent 5814d36 commit 602e850

File tree

1 file changed

+60
-20
lines changed

1 file changed

+60
-20
lines changed

script-library/container-features/src/features.json

Lines changed: 60 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
"typescript-node",
3131
"javascript-node",
3232
"dart",
33-
"python-3"
33+
"python-3",
34+
"ubuntu",
35+
"debian"
3436
]
3537
},
3638
{
@@ -60,7 +62,9 @@
6062
"typescript-node",
6163
"javascript-node",
6264
"dart",
63-
"python-3"
65+
"python-3",
66+
"ubuntu",
67+
"debian"
6468
]
6569
},
6670
// Problem #3 - there's three versions here and they go together as a unit, and no ability to pin to a version
@@ -91,7 +95,9 @@
9195
"typescript-node",
9296
"javascript-node",
9397
"dart",
94-
"python-3"
98+
"python-3",
99+
"ubuntu",
100+
"debian"
95101
]
96102
},
97103
// Problem #3 - Terraform also involves three versions here and they go together as a unit, and no ability to pin to a version
@@ -129,7 +135,9 @@
129135
"typescript-node",
130136
"javascript-node",
131137
"dart",
132-
"python-3"
138+
"python-3",
139+
"ubuntu",
140+
"debian"
133141
]
134142
},
135143
{
@@ -156,7 +164,9 @@
156164
"typescript-node",
157165
"Javascript-node",
158166
"dart",
159-
"python-3"
167+
"python-3",
168+
"ubuntu",
169+
"debian"
160170
]
161171
},
162172
{
@@ -183,7 +193,9 @@
183193
"typescript-node",
184194
"Javascript-node",
185195
"dart",
186-
"python-3"
196+
"python-3",
197+
"ubuntu",
198+
"debian"
187199
]
188200
},
189201
{
@@ -210,7 +222,9 @@
210222
"typescript-node",
211223
"Javascript-node",
212224
"dart",
213-
"python-3"
225+
"python-3",
226+
"ubuntu",
227+
"debian"
214228
]
215229
},
216230
{
@@ -237,7 +251,9 @@
237251
"typescript-node",
238252
"javascript-node",
239253
"dart",
240-
"python-3"
254+
"python-3",
255+
"ubuntu",
256+
"debian"
241257
]
242258
},
243259
{
@@ -264,7 +280,9 @@
264280
"typescript-node",
265281
"javascript-node",
266282
"dart",
267-
"python-3"
283+
"python-3",
284+
"ubuntu",
285+
"debian"
268286
]
269287
},
270288
{
@@ -291,7 +309,9 @@
291309
"typescript-node",
292310
"javascript-node",
293311
"dart",
294-
"python-3"
312+
"python-3",
313+
"ubuntu",
314+
"debian"
295315
]
296316
},
297317
{
@@ -322,7 +342,9 @@
322342
"typescript-node",
323343
"javascript-node",
324344
"dart",
325-
"python-3"
345+
"python-3",
346+
"ubuntu",
347+
"debian"
326348
]
327349
},
328350
{
@@ -347,7 +369,9 @@
347369
"docker-in-docker",
348370
"powershell",
349371
"rust",
350-
"dart"
372+
"dart",
373+
"ubuntu",
374+
"debian"
351375
]
352376
},
353377
{
@@ -401,7 +425,9 @@
401425
"rust",
402426
"typescript-node",
403427
"javascript-node",
404-
"dart"
428+
"dart",
429+
"ubuntu",
430+
"debian"
405431
]
406432
},
407433
{
@@ -444,7 +470,9 @@
444470
"typescript-node",
445471
"javascript-node",
446472
"dart",
447-
"python-3"
473+
"python-3",
474+
"ubuntu",
475+
"debian"
448476
]
449477
},
450478
{
@@ -480,7 +508,9 @@
480508
"typescript-node",
481509
"javascript-node",
482510
"dart",
483-
"python-3"
511+
"python-3",
512+
"ubuntu",
513+
"debian"
484514
]
485515
},
486516
// Problem #6 - Maven and gradle options should not be presented if Java isn't checked
@@ -514,7 +544,9 @@
514544
"typescript-node",
515545
"javascript-node",
516546
"dart",
517-
"python-3"
547+
"python-3",
548+
"ubuntu",
549+
"debian"
518550
]
519551
},
520552
{
@@ -546,7 +578,9 @@
546578
"typescript-node",
547579
"javascript-node",
548580
"dart",
549-
"python-3"
581+
"python-3",
582+
"ubuntu",
583+
"debian"
550584
]
551585
},
552586
{
@@ -584,7 +618,9 @@
584618
"typescript-node",
585619
"javascript-node",
586620
"dart",
587-
"python-3"
621+
"python-3",
622+
"ubuntu",
623+
"debian"
588624
]
589625
},
590626
{
@@ -632,7 +668,9 @@
632668
"typescript-node",
633669
"javascript-node",
634670
"dart",
635-
"python-3"
671+
"python-3",
672+
"ubuntu",
673+
"debian"
636674
]
637675
},
638676
{
@@ -659,7 +697,9 @@
659697
"typescript-node",
660698
"javascript-node",
661699
"dart",
662-
"python-3"
700+
"python-3",
701+
"ubuntu",
702+
"debian"
663703
]
664704
}
665705
]

0 commit comments

Comments
 (0)