Skip to content

Commit 5371897

Browse files
authored
Merge branch 'gh-pages' into patch-1
2 parents 25013dc + 2e6f067 commit 5371897

2 files changed

Lines changed: 57 additions & 1 deletion

File tree

_data/collection-index.yml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,11 @@
638638
contact: https://github.com/hsm207/devcontainer-templates/issues
639639
repository: https://github.com/hsm207/devcontainer-templates
640640
ociReference: ghcr.io/hsm207/devcontainer-templates
641+
- name: Radius Features (https://radapp.io/)
642+
maintainer: radius-project
643+
contact: https://github.com/radius-project/radius/issues
644+
repository: https://github.com/radius-project/radius
645+
ociReference: ghcr.io/radius-project/devcontainer-features
641646
- name: Dev Container Features by CASL0
642647
maintainer: CASL0
643648
contact: https://github.com/CASL0/devcontainer-features/issues
@@ -942,6 +947,11 @@
942947
contact: https://github.com/rhiroe/features/issues
943948
repository: https://github.com/rhiroe/features
944949
ociReference: ghcr.io/rhiroe/features
950+
- name: Development Container Features by aqua
951+
maintainer: Shunsuke Suzuki
952+
contact: https://github.com/aquaproj/devcontainer-features/issues
953+
repository: https://github.com/aquaproj/devcontainer-features
954+
ociReference: ghcr.io/aquaproj/devcontainer-features
945955
- name: devcontainer features by martinaskestad
946956
maintainer: martinaskestad
947957
contact: https://github.com/martinaskestad/features/issues
@@ -1082,6 +1092,52 @@
10821092
contact: https://github.com/RyanLua/templates/issues
10831093
repository: https://github.com/RyanLua/templates
10841094
ociReference: ghcr.io/ryanlua/templates
1095+
- name: Dev Container Features by Joe Bowbeer
1096+
maintainer: Joe Bowbeer
1097+
contact: https://github.com/joebowbeer/devcontainers-features/issues
1098+
repository: https://github.com/joebowbeer/devcontainers-features
1099+
ociReference: ghcr.io/joebowbeer/devcontainers-features
1100+
- name: FEniCS
1101+
maintainer: schnellerhase
1102+
contact: https://github.com/schnellerhase/devcontainer-fenics/issues
1103+
repository: https://github.com/schnellerhase/devcontainer-fenics
1104+
ociReference: ghcr.io/schnellerhase/devcontainer-fenics/fenics
1105+
ociReference: ghcr.io/ryanlua/templates/roblox
1106+
- name: W&B Catnip
1107+
maintainer: Weights and Biases
1108+
contact: https://github.com/wandb/catnip/issues
1109+
repository: https://github.com/wandb/catnip
1110+
ociReference: ghcr.io/wandb/catnip/feature
1111+
- name: AcademicDocker template (R, Stata, LaTeX)
1112+
maintainer: Romain Ferrali
1113+
contact: https://github.com/rferrali/devcontainer-templates/issues
1114+
repository: https://github.com/rferrali/devcontainer-templates
1115+
ociReference: ghcr.io/rferrali/devcontainer-templates
1116+
- name: Devcontainers templates by jhoareaumarion
1117+
maintainer: jhoareaumarion
1118+
contact: https://github.com/jhoareaumarion/devcontainers/issues
1119+
repository: https://github.com/jhoareaumarion/devcontainers
1120+
ociReference: ghcr.io/jhoareaumarion/devcontainers
1121+
- name: devcontainer features by TakahashiNguyen
1122+
maintainer: ANh Nguyễn (TakahashiNguyen)
1123+
contact: https://github.com/TakahashiNguyen/devcontainer-features/issues
1124+
repository: https://github.com/TakahashiNguyen/devcontainer-features
1125+
ociReference: ghcr.io/takahashinguyen/devcontainer-features
1126+
- name: olivierlemasle
1127+
maintainer: Olivier Lemasle
1128+
contact: https://github.com/olivierlemasle/devcontainers-features/issues
1129+
repository: https://github.com/olivierlemasle/devcontainers-features
1130+
ociReference: ghcr.io/olivierlemasle/devcontainers-features
1131+
- name: BTP Dev Container Features
1132+
maintainer: Navin Krishnan
1133+
contact: https://github.com/navinkrishnan/devcontainer-features-btp/issues
1134+
repository: https://github.com/navinkrishnan/devcontainer-features-btp
1135+
ociReference: ghcr.io/navinkrishnan/devcontainer-features-btp
1136+
- name: BTP CAP (Cloud Application Programming) Model Dev Templates
1137+
maintainer: Navin Krishnan
1138+
contact: https://github.com/navinkrishnan/devcontainer-templates-btp/issues
1139+
repository: https://github.com/navinkrishnan/devcontainer-templates-btp
1140+
ociReference: ghcr.io/navinkrishnan/devcontainer-templates-btp
10851141
- name: siri404 Features
10861142
maintainer: siri404
10871143
contact: https://github.com/siri404/devcontainers/issues

_implementors/json_reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: Microsoft
66
index: 4
77
---
88

9-
The `devcontainer.json` file contains any needed metadata and settings required to configurate a **development container** for a given well-defined tool and runtime stack. It can be used by [tools and services that support the dev container spec](../../supporting) to create a **development environment** that contains one or more **development containers**.
9+
The `devcontainer.json` file contains any needed metadata and settings required to configure a **development container** for a given well-defined tool and runtime stack. It can be used by [tools and services that support the dev container spec](../../supporting) to create a **development environment** that contains one or more **development containers**.
1010

1111
Metadata properties marked with a 🏷️️ can be stored in the `devcontainer.metadata` **[container image label](/implementors/reference/#labels)** in addition to `devcontainer.json`. This label can contain an array of json snippets that will be automatically merged with `devcontainer.json` contents (if any) when a container is created.
1212

0 commit comments

Comments
 (0)