-
Notifications
You must be signed in to change notification settings - Fork 254
/
collection-index.yml
964 lines (964 loc) · 46.9 KB
/
collection-index.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
- name: Reference Implementation Features
maintainer: Dev Container Spec Maintainers
contact: https://github.com/devcontainers/features/issues
repository: https://github.com/devcontainers/features
ociReference: ghcr.io/devcontainers/features
- name: Reference Implementation Templates
maintainer: Dev Container Spec Maintainers
contact: https://github.com/devcontainers/templates/issues
repository: https://github.com/devcontainers/templates
ociReference: ghcr.io/devcontainers/templates
- name: Azure SQL Database Dev Container Templates
maintainer: Azure SQL Developer Experiences Team
contact: https://github.com/microsoft/azuresql-devcontainers/issues
repository: https://github.com/microsoft/azuresql-devcontainers
ociReference: ghcr.io/microsoft/azuresql-devcontainers
- name: Iterative Tools for Machine Learning Features
maintainer: Iterative, Inc
contact: https://github.com/iterative/features/issues
repository: https://github.com/iterative/features
ociReference: ghcr.io/iterative/features
- name: Features for R
maintainer: Rocker Project
contact: https://github.com/rocker-org/devcontainer-features/issues
repository: https://github.com/rocker-org/devcontainer-features
ociReference: ghcr.io/rocker-org/devcontainer-features
- name: Templates for R
maintainer: Rocker Project
contact: https://github.com/rocker-org/devcontainer-templates/issues
repository: https://github.com/rocker-org/devcontainer-templates
ociReference: ghcr.io/rocker-org/devcontainer-templates
- name: Public Meaningful Features
maintainer: Meaningful
contact: https://github.com/meaningful-ooo/devcontainer-features/issues
repository: https://github.com/meaningful-ooo/devcontainer-features
ociReference: ghcr.io/meaningful-ooo/devcontainer-features
- name: Assorted Features
maintainer: Mike Priscella
contact: https://github.com/mpriscella/features/issues
repository: https://github.com/mpriscella/features
ociReference: ghcr.io/mpriscella/features
- name: Assorted Features
maintainer: eitsupi
contact: https://github.com/eitsupi/devcontainer-features/issues
repository: https://github.com/eitsupi/devcontainer-features
ociReference: ghcr.io/eitsupi/devcontainer-features
- name: Assorted Features
maintainer: Eric Ho
contact: https://github.com/dhoeric/features/issues
repository: https://github.com/dhoeric/features
ociReference: ghcr.io/dhoeric/features
- name: Assorted Features
maintainer: Ravikanth Chaganti
contact: https://github.com/rchaganti/vsc-devcontainer-features/issues
repository: https://github.com/rchaganti/vsc-devcontainer-features
ociReference: ghcr.io/rchaganti/vsc-devcontainer-features
- name: Amazon Linux 2 Features
maintainer: Ken Collins
contact: https://github.com/metaskills
repository: https://github.com/customink/codespaces-features
ociReference: ghcr.io/customink/codespaces-features
- name: Assorted Features
maintainer: Stuart Leeks
contact: https://github.com/stuartleeks/dev-container-features/issues
repository: https://github.com/stuartleeks/dev-container-features
ociReference: ghcr.io/stuartleeks/dev-container-features
- name: Assorted Features
maintainer: guiyomh
contact: https://github.com/guiyomh/features/issues
repository: https://github.com/guiyomh/features
ociReference: ghcr.io/guiyomh/features
- name: Development Container Custom Features
maintainer: Nate Scherer
contact: https://github.com/natescherer/devcontainers-custom-features/issues
repository: https://github.com/natescherer/devcontainers-custom-features
ociReference: ghcr.io/natescherer/devcontainers-custom-features
- name: Features by @joshspicer
maintainer: Josh Spicer
contact: https://github.com/joshspicer/features/issues
repository: https://github.com/joshspicer/features
ociReference: ghcr.io/joshspicer/features
- name: PHP Features
maintainer: Shyim
contact: https://github.com/shyim/devcontainers-features/issues
repository: https://github.com/shyim/devcontainers-features
ociReference: ghcr.io/shyim/devcontainers-features
- name: Fun Features
maintainer: jungaretti
contact: https://github.com/jungaretti/features/issues
repository: https://github.com/jungaretti/features
ociReference: ghcr.io/jungaretti/features
- name: libmsquic feature for HTTP/3 support
maintainer: tlc-sundown
contact: https://github.com/tlc-sundown/devcontainers-features/issues
repository: https://github.com/tlc-sundown/devcontainers-features
ociReference: ghcr.io/tlc-sundown/devcontainers-features
- name: Assorted Features
maintainer: Enrico Secondulfo
contact: https://github.com/enricosecondulfo/devcontainer-features/issues
repository: https://github.com/enricosecondulfo/devcontainer-features
ociReference: ghcr.io/enricosecondulfo/devcontainer-features
- name: SAML.to Development Container Features
maintainer: saml-to
contact: https://github.com/saml-to/devcontainer-features/issues
repository: https://github.com/saml-to/devcontainer-features
ociReference: ghcr.io/saml-to/devcontainer-features
- name: Cloud Native development environment tools
maintainer: rjfmachado
contact: https://github.com/rjfmachado/devcontainer-features/issues
repository: https://github.com/rjfmachado/devcontainer-features
ociReference: ghcr.io/rjfmachado/devcontainer-features
- name: Wiwa's features
maintainer: lukewiwa
contact: https://github.com/lukewiwa/features/issues
repository: https://github.com/lukewiwa/features
ociReference: ghcr.io/lukewiwa/features
- name: Container and Kubernetes Development Features
maintainer: rio
contact: https://github.com/rio/features/issues
repository: https://github.com/rio/features
ociReference: ghcr.io/rio/features
- name: Kusion Features
maintainer: KusionStack
contact: https://github.com/KusionStack/devcontainer-features/issues
repository: https://github.com/KusionStack/devcontainer-features
ociReference: ghcr.io/KusionStack/devcontainer-features
- name: Édouard-lopez' Features
maintainer: edouard-lopez
contact: https://github.com/edouard-lopez/devcontainer-features/issues
repository: https://github.com/edouard-lopez/devcontainer-features
ociReference: ghcr.io/edouard-lopez/devcontainer-features
- name: jlaundry Features
maintainer: jlaundry
contact: https://github.com/jlaundry/devcontainer-features/issues
repository: https://github.com/jlaundry/devcontainer-features
ociReference: ghcr.io/jlaundry/devcontainer-features
- name: Assorted Features
maintainer: mikaello
contact: https://github.com/mikaello/devcontainer-features/issues
repository: https://github.com/mikaello/devcontainer-features
ociReference: ghcr.io/mikaello/devcontainer-features
- name: Devcontainer Features
maintainer: jsburckhardt
contact: https://github.com/jsburckhardt/devcontainer-features/issues
repository: https://github.com/jsburckhardt/devcontainer-features
ociReference: ghcr.io/jsburckhardt/devcontainer-features
- name: Oleksis' Dev Container Features
maintainer: oleksis
contact: https://github.com/oleksis/devcontainer-features/issues
repository: https://github.com/oleksis/devcontainer-features
ociReference: ghcr.io/oleksis/devcontainer-features
- name: Psibase templates
maintainer: James-Mart
contact: https://github.com/gofractally/psibase-devcontainer-template/issues
repository: https://github.com/gofractally/psibase-devcontainer-template/issues
ociReference: ghcr.io/gofractally/psibase-devcontainer-template
- name: Baskoro OSI devcontainer features
maintainer: Eki Baskoro
contact: https://github.com/ebaskoro/devcontainer-features/issues
repository: https://github.com/ebaskoro/devcontainer-features
ociReference: ghcr.io/ebaskoro/devcontainer-features
- name: A collection of useful GitHub CodeSpace features
maintainer: Warren Buckley
contact: https://github.com/warrenbuckley/codespace-features/issues
repository: https://github.com/warrenbuckley/codespace-features
ociReference: ghcr.io/warrenbuckley/codespace-features
- name: Roost Cluster
maintainer: Roost.ai (Harish Agrawal)
contact: https://github.com/roost-io/features/issues
repository: https://github.com/roost-io/features
ociReference: ghcr.io/roost-io/features
- name: lentzi90 devcontainer features
maintainer: Lennart Jern
contact: https://github.com/lentzi90/features/issues
repository: https://github.com/lentzi90/features
ociReference: ghcr.io/lentzi90/features
- name: Nextflow devcontainer features
maintainer: Rob Syme
contact: https://github.com/robsyme/features/issues
repository: https://github.com/robsyme/features
ociReference: ghcr.io/robsyme/features
- name: Wasmtime + WASI Web Assembly features
contact: https://github.com/dev-wasm/dev-wasm-feature/issues
repository: https://github.com/dev-wasm/dev-wasm-feature
maintainer: Brendan Burns
ociReference: devwasm.azurecr.io/dev-wasm/dev-wasm-feature
- name: shinepukur devcontainer features
maintainer: Shine Pukur
contact: https://github.com/shinepukur/devcontainer-features/issues
repository: https://github.com/shinepukur/devcontainer-features
ociReference: ghcr.io/shinepukur/devcontainer-features
- name: msclock devcontainer features
maintainer: msclock
contact: https://github.com/msclock/features/issues
repository: https://github.com/msclock/features
ociReference: ghcr.io/msclock/features
- name: Fig Dev Container Features
maintainer: grant0417
contact: https://github.com/withfig/features/issues
repository: https://github.com/withfig/features
ociReference: ghcr.io/withfig/features
- name: Mamba Features
maintainer: mamba-org
contact: https://github.com/mamba-org/devcontainer-features/issues
repository: https://github.com/mamba-org/devcontainer-features
ociReference: ghcr.io/mamba-org/devcontainer-features
- name: Astronomer Features
maintainer: fhoda
contact: https://github.com/astronomer/devcontainer-features/issues
repository: https://github.com/astronomer/devcontainer-features
ociReference: ghcr.io/astronomer/devcontainer-features
- name: Devcontainer features by @EliiseS
maintainer: EliiseS
contact: https://github.com/EliiseS/devcontainer-features/issues
repository: https://github.com/EliiseS/devcontainer-features
ociReference: ghcr.io/eliises/devcontainer-features
- name: Testing Automation Features & more
maintainer: Matthieu Fronton
contact: https://github.com/frntn/devcontainers-features/issues
repository: https://github.com/frntn/devcontainers-features
ociReference: ghcr.io/frntn/devcontainers-features
- name: csutter's devcontainer templates
maintainer: csutter
contact: https://github.com/csutter/devcontainer-templates/issues
repository: https://github.com/csutter/devcontainer-templates
ociReference: ghcr.io/csutter/devcontainer-templates
- name: Convenient features
maintainer: ChristopherMacGown
contact: https://github.com/ChristopherMacGown/devcontainer-features/issues
repository: https://github.com/ChristopherMacGown/devcontainer-features
ociReference: ghcr.io/christophermacgown/devcontainer-features
- name: Devcontainer features by @Balazs
maintainer: Balazs23
contact: https://github.com/Balazs23/devcontainers-features/issues
repository: https://github.com/Balazs23/devcontainers-features
ociReference: ghcr.io/balazs23/devcontainers-features
- name: Pwd9000-ML devcontainer templates
maintainer: Marcel Lupo @Pwd9000-ML
contact: https://github.com/Pwd9000-ML/devcontainer-templates/issues
repository: https://github.com/Pwd9000-ML/devcontainer-templates
ociReference: ghcr.io/pwd9000-ml/devcontainer-templates
- name: mickeahlinder devcontainer features
maintainer: Mikael Ahlinder
contact: https://github.com/mickeahlinder/devcontainer-features/issues
repository: https://github.com/mickeahlinder/devcontainer-features
ociReference: ghcr.io/mickeahlinder/devcontainer-features
- name: jckimble Dev Container / Codespaces Features
maintainer: James C Kimble Jr
contact: https://github.com/jckimble/devcontainer-features/issues
repository: https://github.com/jckimble/devcontainer-features
ociReference: ghcr.io/jckimble/devcontainer-features
- name: IU LaTeX Container Templates
maintainer: Torben Wetter
contact: https://github.com/TorbenWetter/iu-latex-container-templates/issues
repository: https://github.com/TorbenWetter/iu-latex-container-templates
ociReference: ghcr.io/torbenwetter/iu-latex-container-templates
- name: Python3 with Pyenv and Poetry
maintainer: Israel Rescalvo
contact: https://github.com/Standard-IO/devcontainers-templates/issues
repository: https://github.com/Standard-IO/devcontainers-templates
ociReference: ghcr.io/standard-io/devcontainers-templates
- name: ROS Templates
maintainer: Kenji Brameld
contact: https://github.com/ijnek/ros-devcontainer-template/issues
repository: https://github.com/ijnek/ros-devcontainer-template
ociReference: ghcr.io/ijnek/ros-devcontainer-template
- name: ROS 2 Workspace Templates
maintainer: Bruno-Pier Busque
contact: https://github.com/BrunoB81HK/ros2-workspace-devcontainer-template/issues
repository: https://github.com/BrunoB81HK/ros2-workspace-devcontainer-template
ociReference: ghcr.io/brunob81hk/ros2-workspace-devcontainer-template
- name: Assorted Features
maintainer: r3dpoint
contact: https://github.com/r3dpoint/devcontainer-features/issues
repository: https://github.com/r3dpoint/devcontainer-features
ociReference: ghcr.io/r3dpoint/devcontainer-features
- name: Swift Container Templates
maintainer: Swift Server Workgroup
contact: https://github.com/swift-server/swift-devcontainer-template/issues
repository: https://github.com/swift-server/swift-devcontainer-template
ociReference: ghcr.io/swift-server/swift-devcontainer-template
- name: UNSW cs3231 OS Development
maintainer: Hamish Cox
contact: https://github.com/HamishWHC/cs3231-devcontainer/issues
repository: https://github.com/HamishWHC/cs3231-devcontainer
ociReference: ghcr.io/hamishwhc/cs3231-devcontainer
- name: TRunk CLI Features (trunk.io)
maintainer: trunk-io
contact: https://github.com/trunk-io/devcontainer-feature/issues
repository: https://github.com/trunk-io/devcontainer-feature
ociReference: ghcr.io/trunk-io/devcontainer-feature
- name: MultiversX Dev Container Templates
maintainer: MultiversX
contact: https://github.com/multiversx/mx-template-devcontainers/issues
repository: https://github.com/multiversx/mx-template-devcontainers
ociReference: ghcr.io/multiversx/mx-template-devcontainers
- name: Swift Dev Container Features
maintainer: Joseph Heck/Adam Fowler
contact: https://github.com/swift-server-community/swift-devcontainer-features/issues
repository: https://github.com/swift-server-community/swift-devcontainer-features
ociReference: ghcr.io/swift-server-community/swift-devcontainer-features
- name: gickis Dev Container Features
maintainer: Andrii Tararaka
contact: https://github.com/gickis/devcontainer-features/issues
repository: https://github.com/gickis/devcontainer-features
ociReference: ghcr.io/gickis/devcontainer-features
- name: sonikro Dev Container Features
maintainer: Jonathan Nagayoshi
contact: https://github.com/sonikro/devcontainer-features/issues
repository: https://github.com/sonikro/devcontainer-features
ociReference: ghcr.io/sonikro/devcontainer-features
- name: Features by JasonTheDeveloper
maintainer: JasonTheDeveloper
contact: https://github.com/JasonTheDeveloper/features/issues
repository: https://github.com/JasonTheDeveloper/features
ociReference: ghcr.io/jasonthedeveloper/features
- name: Templates by John Muchovej
maintainer: John Muchovej
contact: https://github.com/jmuchovej/devcontainers/issues
repository: https://github.com/jmuchovej/devcontainers
ociReference: ghcr.io/jmuchovej/templates
- name: Features by dasiths
maintainer: Dasith Wijes
contact: https://dasith.me
repository: https://github.com/dasiths/devcontainer-features
ociReference: ghcr.io/dasiths/devcontainer-features
- name: flexwie devcontainer features
maintainer: Felix Wieland
contact: https://github.com/flexwie/devcontainer-features/issues
repository: https://github.com/flexwie/devcontainer-features
ociReference: ghcr.io/flexwie/devcontainer-features
- name: Rust on Nails
maintainer: Ian Purton
contact: https://github.com/purton-tech/rust-on-nails/issues
repository: https://github.com/purton-tech/rust-on-nails
ociReference: ghcr.io/purton-tech/rust-on-nails
- name: ksh5022 devcontainer features
maintainer: Kevin Harrigan
contact: https://github.com/ksh5022/devcontainer-features/issues
repository: https://github.com/ksh5022/devcontainer-features
ociReference: ghcr.io/ksh5022/devcontainer-features
- name: GMkonan devcontainer features
maintainer: GMkonan
contact: https://github.com/GMkonan/feature/issues
repository: https://github.com/GMkonan/feature
ociReference: ghcr.io/gmkonan/feature
- name: Dapr devcontainer features
maintainer: Dapr maintainers
contact: https://github.com/dapr/cli/issues
repository: https://github.com/dapr/cli
ociReference: ghcr.io/dapr/cli
- name: Azutake Dev Container features
maintainer: Azutake
contact: https://github.com/azutake/devcontainer-features/issues
repository: https://github.com/azutake/devcontainer-features
ociReference: ghcr.io/azutake/devcontainer-features
- name: Features by michidk
maintainer: Michael Lohr
contact: https://github.com/michidk/
repository: https://github.com/michidk/devcontainers-features
ociReference: ghcr.io/michidk/devcontainers-features
- name: Integrated Circuit Design Environment Templates
maintainer: Curtis Mayberry
contact: https://github.com/curtisma/
repository: https://github.com/cascode-labs/viper-ic-devcontainers
ociReference: ghcr.io/cascode-labs/viper-ic-devcontainers
- name: A powerful and handy feature that runs remote shell scripts
maintainer: Xiaowei Wang
contact: https://github.com/wxw-matt/devcontainer-features/issues
repository: https://github.com/wxw-matt/devcontainer-features
ociReference: ghcr.io/wxw-matt/devcontainer-features
- name: Salesforce CLI Features
maintainer: Jason Vercellone
contact: https://github.com/vercellone/devcontainer-features/issues
repository: https://github.com/vercellone/devcontainer-features
ociReference: ghcr.io/vercellone/devcontainer-features
- name: Features by joedmck
maintainer: Joe McKinnon
contact: https://github.com/joedmck/devcontainer-features/issues
repository: https://github.com/joedmck/devcontainer-features
ociReference: ghcr.io/joedmck/devcontainer-features
- name: Features by CodeMan99
maintainer: Cody Taylor
contact: https://github.com/CodeMan99/features/issues
repository: https://github.com/CodeMan99/features
ociReference: ghcr.io/codeman99/features
- name: Features by Favalos
maintainer: Fernando Avalos
contact: https://github.com/favalos/devcontainer-features/issues
repository: https://github.com/favalos/devcontainer-features
ociReference: ghcr.io/favalos/devcontainer-features
- name: Community Templates
maintainer: devcontainers-community
contact: https://github.com/orgs/devcontainers-community/discussions
repository: https://github.com/devcontainers-community
ociReference: ghcr.io/devcontainers-community/templates
- name: Community Features
maintainer: devcontainers-community
contact: https://github.com/orgs/devcontainers-community/discussions
repository: https://github.com/devcontainers-community
ociReference: ghcr.io/devcontainers-community/features
- name: Community npm Features
maintainer: devcontainers-community
contact: https://github.com/devcontainers-community/npm-features/issues
repository: https://github.com/devcontainers-community/npm-features
ociReference: ghcr.io/devcontainers-community/npm-features
- name: Rusty Features
maintainer: Lee-Orr
contact: https://github.com/lee-orr/rusty-dev-containers/issues
repository: https://github.com/lee-orr/rusty-dev-containers
ociReference: ghcr.io/lee-orr/rusty-dev-containers
- name: Assorted Features
maintainer: Ivan Stasiuk
contact: https://github.com/brokeyourbike/devcontainer-features/issues
repository: https://github.com/brokeyourbike/devcontainer-features
ociReference: ghcr.io/brokeyourbike/devcontainer-features
- name: Internet Computer Templates
maintainer: VVV Interactive | Internet Base
contact: https://github.com/vvv-interactive/ibdev/issues
repository: https://github.com/vvv-interactive/ibdev
ociReference: ghcr.io/vvv-interactive/ibdev
- name: Features by Nikita Kurpas
maintainer: Nikita Kurpas
contact: https://github.com/NikitaKurpas/features/issues
repository: https://github.com/NikitaKurpas/features
ociReference: ghcr.io/nikitakurpas/features
- name: Features by joshuanianji
maintainer: Joshua Ji
contact: https://github.com/joshuanianji/devcontainer-features/issues
repository: https://github.com/joshuanianji/devcontainer-features
ociReference: ghcr.io/joshuanianji/devcontainer-features
- name: Features by nullcoder
maintainer: Thanan Traiongthawon
contact: https://github.com/nullcoder/devcontainer-features/issues
repository: https://github.com/nullcoder/devcontainer-features
ociReference: ghcr.io/nullcoder/devcontainer-features
- name: Features by shepherdjerred
maintainer: Jerred Shepherd
contact: https://github.com/shepherdjerred/devcontainers-features/issues
repository: https://github.com/shepherdjerred/devcontainers-features
ociReference: ghcr.io/shepherdjerred/devcontainers-features
- name: Features by jayree
maintainer: jayree
contact: https://github.com/jayree/devcontainer-features/issues
repository: https://github.com/jayree/devcontainer-features
ociReference: ghcr.io/jayree/devcontainer-features
- name: Templates by jayree
maintainer: jayree
contact: https://github.com/jayree/devcontainer-templates/issues
repository: https://github.com/jayree/devcontainer-templates
ociReference: ghcr.io/jayree/devcontainer-templates
- name: Features by bdsoha
maintainer: bdsoha
contact: https://github.com/bdsoha/devcontainers/issues
repository: https://github.com/bdsoha/devcontainers
ociReference: ghcr.io/bdsoha/devcontainers
- name: Python3 with Pyenv and PDM
maintainer: Nafnix
contact: https://github.com/nafnix/devcontainers-templates/issues
repository: https://github.com/nafnix/devcontainers-templates
ociReference: ghcr.io/nafnix/devcontainers-templates
- name: Data science with Python and R
maintainer: VS Code Data Science
contact: https://github.com/microsoft/datascience-py-r/issues
repository: https://github.com/microsoft/datascience-py-r
ociReference: ghcr.io/microsoft/datascience-py-r
- name: Features by tomharvey
maintainer: Tom Harvey
contact: https://github.com/tomharvey/devcontainer-features/issues
repository: https://github.com/tomharvey/devcontainer-features
ociReference: ghcr.io/tomharvey/devcontainer-features
- name: Azure Developer CLI Dev Container Feature
maintainer: Azure Developer CLI Team
contact: https://github.com/Azure/azure-dev/issues
repository: https://github.com/Azure/azure-dev
ociReference: ghcr.io/azure/azure-dev
- name: Skyramp Dev Container Feature
maintainer: Skyramp, Inc.
contact: https://github.com/letsramp/devcontainer-features/issues
repository: https://github.com/letsramp/devcontainer-features
ociReference: ghcr.io/letsramp/devcontainer-features
- name: Earthly Dev Container Features
maintainer: Earthly Technologies
contact: https://github.com/earthly/devcontainer-features/issues
repository: https://github.com/earthly/devcontainer-features
ociReference: ghcr.io/earthly/devcontainer-features
- name: Runme Container Features
maintainer: Stateful, Inc.
contact: https://github.com/stateful/devcontainer-features/issues
repository: https://github.com/stateful/devcontainer-features
ociReference: ghcr.io/stateful/devcontainer-features
- name: Wpdevenv Templates
maintainer: Wpdevenv
contact: https://github.com/wpdevenv/dev_container_templates/issues
repository: https://github.com/wpdevenv/dev_container_templates
ociReference: ghcr.io/wpdevenv/dev_container_templates
- name: Native Dev Container Features
maintainer: John Chlark Sumatra
contact: https://github.com/itsmechlark/features/issues
repository: https://github.com/itsmechlark/features
ociReference: ghcr.io/itsmechlark/features
- name: Assorted Features
maintainer: Marco Zaccaro
contact: https://github.com/marcozac/devcontainer-features/issues
repository: https://github.com/marcozac/devcontainer-features
ociReference: ghcr.io/marcozac/devcontainer-features
- name: Features by Elan Hasson
maintainer: ElanHasson
contact: https://github.com/ElanHasson/devcontainer-features/issues
repository: https://github.com/ElanHasson/devcontainer-features
ociReference: ghcr.io/elanhasson/devcontainer-features
- name: Python+MSSQL+Azure SQL Templates
maintainer: Azure Developer CLI Team
contact: https://github.com/Azure-Samples/python-ms-sql-devcontainer/issues
repository: https://github.com/Azure-Samples/python-ms-sql-devcontainer
ociReference: ghcr.io/azure-samples/python-ms-sql-devcontainer
- name: Features by Tiwaloluwa Ojo
maintainer: Tiwaloluwa Ojo
contact: https://github.com/tiwaojo/features/issues
repository: https://github.com/tiwaojo/features
ociReference: ghcr.io/tiwaojo/features
- name: Julia Language Features
maintainer: Julia Language Community
contact: https://github.com/JuliaLang/devcontainer-features/issues
repository: https://github.com/JuliaLang/devcontainer-features
ociReference: ghcr.io/julialang/devcontainer-features
- name: Julia Language Templates
maintainer: Julia Language Community
contact: https://github.com/JuliaLang/devcontainer-templates/issues
repository: https://github.com/JuliaLang/devcontainer-templates
ociReference: ghcr.io/julialang/devcontainer-templates
- name: Features by John Rowley
maintainer: John Rowley
contact: https://github.com/robbert229/devcontainer-features/issues
repository: https://github.com/robbert229/devcontainer-features
ociReference: ghcr.io/robbert229/devcontainer-features
- name: AliuQ Templates
maintainer: AliuQ
contact: https://github.com/aliuq/devcontainers/issues
repository: https://github.com/aliuq/devcontainers
ociReference: ghcr.io/aliuq/devcontainers
- name: Nordcom Group Inc.'s Dev Container Features
maintainer: Filiph Siitam Sandström
contact: https://github.com/NordcomInc/devcontainer-features/issues
repository: https://github.com/NordcomInc/devcontainer-features
ociReference: ghcr.io/nordcominc/devcontainer-features
- name: Features by Maxim Slipenko
maintainer: Maxim Slipenko
contact: https://github.com/Maks1mS/devcontainers-features/issues
repository: https://github.com/Maks1mS/devcontainers-features
ociReference: ghcr.io/maks1ms/devcontainers-features
- name: Container Structure Tests
maintainer: Ty Schlichenmeyer
contact: https://github.com/schlich/cst-devcontainer-feature/issues
repository: https://github.com/schlich/cst-devcontainer-feature
ociReference: ghcr.io/schlich/cst-devcontainer-feature
- name: Rye
maintainer: Ty Schlichenmeyer
contact: https://github.com/schlich/devcontainer-features/issues
repository: https://github.com/schlich/devcontainer-features
ociReference: ghcr.io/schlich/devcontainer-features
- name: Features by raucha
maintainer: raucha
contact: https://github.com/raucha/devcontainer-features/issues
repository: https://github.com/raucha/devcontainer-features
ociReference: ghcr.io/raucha/devcontainer-features
- name: LINO PIMO SIGO Toolbox
maintainer: CGI France
contact: https://github.com/CGI-FR/lino-devcontainer/issues
repository: https://github.com/CGI-FR/lino-devcontainer/
ociReference: ghcr.io/cgi-fr/lino-devcontainer
- name: Alpine DevContainer Features
maintainer: cirolosapio
contact: https://github.com/cirolosapio/devcontainers-features/issues
repository: https://github.com/cirolosapio/devcontainers-features
ociReference: ghcr.io/cirolosapio/devcontainers-features
- name: Features by AudaciousTux
maintainer: audacioustux
contact: https://github.com/audacioustux/devcontainers/issues
repository: https://github.com/audacioustux/devcontainers
ociReference: ghcr.io/audacioustux/devcontainers
- name: PlantUml DevContainer
maintainer: lnyousif
contact: https://github.com/lnyousif/plantuml-devcontainer/issues
repository: https://github.com/lnyousif/plantuml-devcontainer
ociReference: ghcr.io/lnyousif/plantuml-devcontainer
- name: Features by xfrancois
maintainer: xfrancois
contact: https://github.com/xfrancois/devcontainers-features/issues
repository: https://github.com/xfrancois/devcontainers-features
ociReference: ghcr.io/xfrancois/devcontainers-features
- name: Features by nucleuscloud
maintainer: nucleuscloud
contact: https://github.com/nucleuscloud/devcontainer-features/issues
repository: https://github.com/nucleuscloud/devcontainer-features
ociReference: ghcr.io/nucleuscloud/devcontainer-features
- name: Awesome Features
maintainer: joshspicer
contact: https://github.com/joshspicer/more-features/issues
repository: https://github.com/joshspicer/more-features
ociReference: ghcr.io/joshspicer/more-features
- name: Features by MarlonPassos-git
maintainer: MarlonPassos-git
contact: https://github.com/MarlonPassos-git/dev-container-features/issues
repository: https://github.com/MarlonPassos-git/dev-container-features
ociReference: ghcr.io/marlonpassos-git/dev-container-features
- name: DevContainers for Fedora-based Development
maintainer: RonaldTM9999
contact: https://github.com/RonaldTM9999/devcontainers/issues
repository: https://github.com/RonaldTM9999/devcontainers
ociReference: ghcr.io/ronaldtm9999/devcontainers
- name: DevContainer Features by Paul Gilber
maintainer: Paul Gilber
contact: https://github.com/paul-gilber/devcontainer-features/issues
repository: https://github.com/paul-gilber/devcontainer-features
ociReference: ghcr.io/paul-gilber/devcontainer-features
- name: Bats Features by Luigi Operoso
maintainer: brokenpip3
contact: https://github.com/brokenpip3/devcontainers-bats/issues
repository: https://github.com/brokenpip3/devcontainers-bats
ociReference: ghcr.io/brokenpip3/devcontainers-bats
- name: Logic App Standard Template
maintainer: mcollier
contact: https://github.com/mcollier/logic-app-dev-container-template/issues
repository: https://github.com/mcollier/logic-app-dev-container-template
ociReference: ghcr.io/mcollier/logic-app-dev-container-template
- name: Additional Dev Container Features by prulloac
maintainer: Pablo Ulloa
contact: https://github.com/prulloac/devcontainer-features/issues
repository: https://github.com/prulloac/devcontainer-features
ociReference: ghcr.io/prulloac/devcontainer-features
- name: Additional Dev Container Templates by prulloac
maintainer: Pablo Ulloa
contact: https://github.com/prulloac/devcontainer-templates/issues
repository: https://github.com/prulloac/devcontainer-templates
ociReference: ghcr.io/prulloac/devcontainer-templates
- name: Additional Dev Container Features by LumenPink
maintainer: lumenpink
contact: https://github.com/lumenpink/devcontainer-features/issues
repository: https://github.com/lumenpink/devcontainer-features
ociReference: ghcr.io/lumenpink/devcontainer-features
- name: Templates by Mohd Shukri Hasan
maintainer: Mohd Shukri Hasan
contact: https://github.com/hsm207/devcontainer-templates/issues
repository: https://github.com/hsm207/devcontainer-templates
ociReference: ghcr.io/hsm207/devcontainer-templates
- name: Dev Container Features by CASL0
maintainer: CASL0
contact: https://github.com/CASL0/devcontainer-features/issues
repository: https://github.com/CASL0/devcontainer-features
ociReference: ghcr.io/casl0/devcontainer-features
- name: Development Container Features by goldsam
maintainer: goldsam
contact: https://github.com/goldsam/dev-container-features/issues
repository: https://github.com/goldsam/dev-container-features
ociReference: ghcr.io/goldsam/dev-container-features
- name: Azure Functions Dev Container Templates
maintainer: Tatsuro Shibamura
contact: https://github.com/shibayan/devcontainers/issues
repository: https://github.com/shibayan/devcontainers
ociReference: ghcr.io/shibayan/devcontainers
- name: Dev Container Templates by RSM HCD Engineering
maintainer: RSM HCD Engineering
contact: https://github.com/rsm-hcd
repository: https://github.com/rsm-hcd/devcontainer-templates
ociReference: ghcr.io/rsm-hcd/devcontainer-templates
- name: Additional Dev Container Features by Georg Ofenbeck
maintainer: Georg Ofenbeck
contact: https://github.com/GeorgOfenbeck/features/issues
repository: https://github.com/GeorgOfenbeck/features
ociReference: ghcr.io/georgofenbeck/features
- name: Dev Container Features by Niko Böckerman
maintainer: Niko Böckerman
contact: https://github.com/nikobockerman
repository: https://github.com/nikobockerman/devcontainer-features
ociReference: ghcr.io/nikobockerman/devcontainer-features
- name: Bun.sh Runtime Dev Container Templates
maintainer: Marcos Gomes Neto
contact: https://github.com/marcosgomesneto/bun-devcontainers/issues
repository: https://github.com/marcosgomesneto/bun-devcontainers
ociReference: ghcr.io/marcosgomesneto/bun-devcontainers
- name: Weik.io Dev Container Templates
maintainer: Mikael Koskinen
contact: https://github.com/weikio/devcontainer-templates/issues
repository: https://github.com/weikio/devcontainer-templates
ociReference: ghcr.io/weikio/devcontainer-templates
- name: Dev Container Features by Hans Spaans
maintainer: Hans Spaans
contact: https://github.com/hspaans/devcontainer-features/issues
repository: https://github.com/hspaans/devcontainer-features
ociReference: ghcr.io/hspaans/devcontainer-features
- name: Dev Container Templates by johnluicn
maintainer: johnluicn
contact: https://github.com/johnluicn/devcontainer-templates/issues
repository: https://github.com/johnluicn/devcontainer-templates
ociReference: ghcr.io/johnluicn/devcontainer-templates
- name: Bob buildsystem and DevBox features
maintainer: Dirk Louwers
contact: https://github.com/dlouwers/devcontainer-features/issues
repository: https://github.com/dlouwers/devcontainer-features
ociReference: ghcr.io/dlouwers/devcontainer-features
- name: Dev Container Features by kreemer
maintainer: kreemer
contact: https://github.com/kreemer/features/issues
repository: https://github.com/kreemer/features
ociReference: ghcr.io/kreemer/features
- name: Dev Container Features by Vero
maintainer: Vero
contact: https://github.com/veronoicc/devcontainer-features/issues
repository: https://github.com/veronoicc/devcontainer-features
ociReference: ghcr.io/veronoicc/devcontainer-features
- name: Dev Container Templates by joshuanianji
maintainer: joshuanianji
contact: https://github.com/joshuanianji/devcontainer-templates/issues
repository: https://github.com/joshuanianji/devcontainer-templates
ociReference: ghcr.io/joshuanianji/devcontainer-templates
- name: OpenCodeCo Dev Containers goodies
maintainer: leocavalcante
contact: https://github.com/orgs/opencodeco/discussions
repository: https://github.com/opencodeco/devcontainers
ociReference: ghcr.io/opencodeco/devcontainers
- name: Dev Container Features by Valentin
maintainer: Valentin Heiligers
contact: https://github.com/va-h/devcontainers-features/issues
repository: https://github.com/va-h/devcontainers-features
ociReference: ghcr.io/va-h/devcontainers-features
- name: Alloy Dev Container Template
maintainer: heathprovost
contact: https://github.com/heathprovost/alloy-devcontainer-template/issues
repository: https://github.com/heathprovost/alloy-devcontainer-template
ociReference: ghcr.io/heathprovost/alloy-devcontainer-template
- name: Arch Linux Dev Container Features
maintainer: Bart Venter
contact: https://github.com/bartventer/arch-devcontainer-features/issues
repository: https://github.com/bartventer/arch-devcontainer-features
ociReference: ghcr.io/bartventer/arch-devcontainer-features
- name: BPMN and DMN linters
maintainer: Waqqas Jabbar
contact: https://github.com/waqqas/feature/issues
repository: https://github.com/waqqas/feature/
ociReference: ghcr.io/waqqas/feature
- name: Veryl
maintainer: dalance
contact: https://github.com/veryl-lang/devcontainer-features/issues
repository: https://github.com/veryl-lang/devcontainer-features/
ociReference: ghcr.io/veryl-lang/devcontainer-features
- name: Dev Container Features by dusansimic
maintainer: dusansimic
contact: https://github.com/dusansimic/devcontainer-features/issues
repository: https://github.com/dusansimic/devcontainer-features/
ociReference: ghcr.io/dusansimic/devcontainer-features
- name: Dev Container Features (Cadu Ribeiro)
maintainer: Cadu Ribeiro
contact: https://github.com/duduribeiro/devcontainer-features/issues
repository: https://github.com/duduribeiro/devcontainer-features/
ociReference: ghcr.io/duduribeiro/devcontainer-features
- name: Dev Container Features by skriptfabrik
maintainer: skriptfabrik
contact: https://github.com/skriptfabrik/devcontainer-features/issues
repository: https://github.com/skriptfabrik/devcontainer-features/
ociReference: ghcr.io/skriptfabrik/devcontainer-features
- name: Dev Container Features by m4tchl0ck
maintainer: Adrian Rusznica
contact: https://github.com/m4tchl0ck/devcontainer-features/issues
repository: https://github.com/m4tchl0ck/devcontainer-features/
ociReference: ghcr.io/m4tchl0ck/devcontainer-features
- name: Dev Container Features by nils-geistmann
maintainer: Nils Geistmann
contact: https://github.com/nils-geistmann/devcontainers-features/issues
repository: https://github.com/nils-geistmann/devcontainers-features/
ociReference: ghcr.io/nils-geistmann/devcontainers-features
- name: OpenFGA CLI
maintainer: Andrew Porter
contact: https://github.com/partydrone/devcontainer/issues
repository: https://github.com/partydrone/devcontainer
ociReference: ghcr.io/partydrone/devcontainer/features
- name: Dev Container Features by rafaph
maintainer: Raphael Castro
contact: https://github.com/rafaph/devcontainer-features/issues
repository: https://github.com/rafaph/devcontainer-features
ociReference: ghcr.io/rafaph/devcontainer-features
- name: SPFx Dev Container
maintainer: Troy
contact: https://github.com/tpalacino/SPFx-dev-container/issues
repository: https://github.com/tpalacino/SPFx-dev-container
ociReference: ghcr.io/tpalacino/spfx-dev-container
- name: GMkonan devcontainer features
maintainer: GMkonan
contact: https://github.com/GMkonan/fly-cli-feature/issues
repository: https://github.com/GMkonan/fly-cli-feature
ociReference: ghcr.io/gmkonan/fly-cli-feature
- name: Dev Container Features by E-gineering
maintainer: E-gineering
contact: https://github.com/e-gineering/devcontainer-features/issues
repository: https://github.com/e-gineering/devcontainer-features
ociReference: ghcr.io/e-gineering/devcontainer-features
- name: Dev Container Templates by E-gineering
maintainer: E-gineering
contact: https://github.com/e-gineering/devcontainer-templates/issues
repository: https://github.com/e-gineering/devcontainer-templates
ociReference: ghcr.io/e-gineering/devcontainer-templates
- name: ROS2 devcontainer Template
maintainer: Tony Najjar
contact: https://github.com/tonynajjar/ros2_devcontainer_template/issues
repository: https://github.com/tonynajjar/ros2_devcontainer_template/
ociReference: ghcr.io/tonynajjar/ros2_devcontainer_template
- name: Clojure devcontainer templates
maintainer: Carsten Behring
contact: https://github.com/scicloj/devcontainer-templates/issues
repository: https://github.com/scicloj/devcontainer-templates/
ociReference: ghcr.io/scicloj/devcontainer-templates
- name: Synology devcontainer Templates
maintainer: ChaosWars
contact: https://github.com/ChaosWars/synology-features/issues
repository: https://github.com/ChaosWars/synology-features/
ociReference: ghcr.io/chaoswars/synology-features
- name: Assorted Features
maintainer: tcaky
contact: https://github.com/tcaky/devcontainer-features/issues
repository: https://github.com/tcaky/devcontainer-features
ociReference: ghcr.io/tcaky/devcontainer-features
- name: Dev & Container features
maintainer: LarsNieuwenhuizen
contact: https://github.com/LarsNieuwenhuizen/features/issues
repository: https://github.com/LarsNieuwenhuizen/features
ociReference: ghcr.io/larsnieuwenhuizen/features
- name: Dev Container Features by enrico9034
maintainer: enrico9034
contact: https://github.com/enrico9034/devcontainer-features/issues
repository: https://github.com/enrico9034/devcontainer-features
ociReference: ghcr.io/enrico9034/devcontainer-features
- name: Dev Container Templates by ThePhaseless
maintainer: ThePhaseless
contact: https://github.com/ThePhaseless/devcontainer-templates/issues
repository: https://github.com/ThePhaseless/devcontainer-templates
ociReference: ghcr.io/thephaseless/devcontainer-templates
- name: Devcontainer Features by nikiforovall
maintainer: nikiforovall
contact: https://github.com/nikiforovall/devcontainer-features/issues
repository: https://github.com/nikiforovall/devcontainer-features
ociReference: ghcr.io/nikiforovall/devcontainer-features
- name: Dev Container Templates by matheusfvesco
maintainer: matheusfvesco
contact: https://github.com/matheusfvesco/devcontainer-templates/issues
repository: https://github.com/matheusfvesco/devcontainer-templates
ociReference: ghcr.io/matheusfvesco/devcontainer-templates
- name: Dennis Irsigler Dev Container Features
maintainer: dirsigler
contact: https://github.com/dirsigler/devcontainer-features/issues
repository: https://github.com/dirsigler/devcontainer-features
ociReference: ghcr.io/dirsigler/devcontainer-features
- name: Dev Container Templates by sleter
maintainer: sleter
contact: https://github.com/sleter/mojo-devcontainer/issues
repository: https://github.com/sleter/mojo-devcontainer
ociReference: ghcr.io/sleter/mojo-devcontainer
- name: Devcontainer features by sidecus
maintainer: sidecus
contact: https://github.com/sidecus/devcontainer-features/issues
repository: https://github.com/sidecus/devcontainer-features
ociReference: ghcr.io/sidecus/devcontainer-features
- name: MATLAB Feature for DevContainers
maintainer: The MathWorks Inc.
contact: https://github.com/mathworks/devcontainer-features/issues
repository: https://github.com/mathworks/devcontainer-features
ociReference: ghcr.io/mathworks/devcontainer-features
- name: Julian Pawlowski Dev Container Features
maintainer: Julian Pawlowski
contact: https://github.com/jpawlowski/devcontainer-features/issues
repository: https://github.com/jpawlowski/devcontainer-features
ociReference: ghcr.io/jpawlowski/devcontainer-features
- name: pre-commit hooks(via pip) & sonarlint
maintainer: gvatsal60 (Vatsal Gupta)
contact: https://github.com/gvatsal60/dev-container-features/issues
repository: https://github.com/gvatsal60/dev-container-features
ociReference: ghcr.io/gvatsal60/dev-container-features
- name: Devcontainer features by git-saj
maintainer: git-saj
contact: https://github.com/git-saj/devcontainer-features/issues
repository: https://github.com/git-saj/devcontainer-features
ociReference: ghcr.io/git-saj/devcontainer-features
- name: Devcontainer features by Codefabrik
maintainer: Codefabrik GmbH
contact: https://github.com/code-fabrik/features/issues
repository: https://github.com/code-fabrik/features
ociReference: ghcr.io/code-fabrik/features
- name: Devcontainer features by Juan Ayala
maintainer: Juan Ayala
contact: https://github.com/juan-ayala/devcontainer-features/issues
repository: https://github.com/juan-ayala/devcontainer-features
ociReference: ghcr.io/juan-ayala/devcontainer-features
- name: Devcontainer templates by Juan Ayala
maintainer: Juan Ayala
contact: https://github.com/juan-ayala/devcontainer-templates/issues
repository: https://github.com/juan-ayala/devcontainer-templates
ociReference: ghcr.io/juan-ayala/devcontainer-templates
- name: LocalStack DevContainer Feature
maintainer: LocalStack GmbH
contact: https://github.com/localstack/devcontainer-feature/issues
repository: https://github.com/localstack/devcontainer-feature
ociReference: ghcr.io/localstack/devcontainer-feature
- name: LocalStack DevContainer Template
maintainer: LocalStack GmbH
contact: https://github.com/localstack/devcontainer-template/issues
repository: https://github.com/localstack/devcontainer-template
ociReference: ghcr.io/localstack/devcontainer-template
- name: DeepSpaceCartel DevContainer Features
maintainer: DeepSpaceCartel Inc.
contact: https://github.com/deep-space-cartel/devcontainers-features/issues
repository: https://github.com/deep-space-cartel/devcontainers-features
ociReference: ghcr.io/deep-space-cartel/devcontainers-features
- name: Dev Container features by Adaptavist
maintainer: Mark Gibson
contact: https://github.com/adaptavist/devcontainer-features/issues
repository: https://github.com/adaptavist/devcontainer-features
ociReference: ghcr.io/adaptavist/devcontainer-features
- name: Dev Container features by phil-bell
maintainer: Phil Bell
contact: https://github.com/phil-bell/devcontainer-features/issues
repository: https://github.com/phil-bell/devcontainer-features
ociReference: ghcr.io/phil-bell/devcontainer-features
- name: Dev Container Templates by Alex Wegener
maintainer: Alex Wegener
contact: https://github.com/lx-0/devcontainer-templates/issues
repository: https://github.com/lx-0/devcontainer-templates
ociReference: ghcr.io/lx-0/devcontainer-templates
- name: Hauke's Features for Development Containers
maintainer: Hauke D
contact: https://github.com/haukex/devcontainer-features/issues
repository: https://github.com/haukex/devcontainer-features
ociReference: ghcr.io/haukex/devcontainer-features
- name: Devcontainer features by vmvarela
maintainer: Victor M. Varela
contact: https://github.com/vmvarela/devcontainer-features/issues
repository: https://github.com/vmvarela/devcontainer-features
- name: Crystal features
maintainer: Caesarovich
contact: https://github.com/Caesarovich/devcontainer-feature-crystal/issues
repository: https://github.com/Caesarovich/devcontainer-feature-crystal
ociReference: ghcr.io/caesarovich/devcontainer-feature-crystal
- name: Dev Container Features by devcontainers-extra
maintainer: devcontainers-extra
contact: https://github.com/devcontainers-extra/features/issues
repository: https://github.com/devcontainers-extra/features
ociReference: ghcr.io/devcontainers-extra/features
- name: devcontainer features by bas.codes
maintainer: Bas Steins
contact: https://bas.bio
repository: https://github.com/sebst/devcontainer-features
ociReference: ghcr.io/sebst/devcontainer-features
- name: devcontainer features by rhiroe
maintainer: rhiroe
contact: https://github.com/rhiroe/features/issues
repository: https://github.com/rhiroe/features
ociReference: ghcr.io/rhiroe/features
- name: devcontainer features by martinaskestad
maintainer: martinaskestad
contact: https://github.com/martinaskestad/features/issues
repository: https://github.com/martinaskestad/features
ociReference: ghcr.io/martinaskestad/features
- name: devcontainer features for wolfi base docker image
maintainer: David Zucker
contact: https://github.com/davzucky/devcontainers-features-wolfi/issues
repository: https://github.com/davzucky/devcontainers-features-wolfi
ociReference: ghcr.io/davzucky/devcontainers-features-wolfi