Skip to content

Commit 1845ae2

Browse files
committed
Merge remote-tracking branch 'upstream/gh-pages' into feat/included-pairspaces
2 parents 57bee4e + fad504f commit 1845ae2

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed

_data/collection-index.yml

Lines changed: 51 additions & 1 deletion
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
@@ -1082,8 +1087,53 @@
10821087
contact: https://github.com/RyanLua/templates/issues
10831088
repository: https://github.com/RyanLua/templates
10841089
ociReference: ghcr.io/ryanlua/templates/roblox
1090+
- name: Dev Container Features by Joe Bowbeer
1091+
maintainer: Joe Bowbeer
1092+
contact: https://github.com/joebowbeer/devcontainers-features/issues
1093+
repository: https://github.com/joebowbeer/devcontainers-features
1094+
ociReference: ghcr.io/joebowbeer/devcontainers-features
1095+
- name: FEniCS
1096+
maintainer: schnellerhase
1097+
contact: https://github.com/schnellerhase/devcontainer-fenics/issues
1098+
repository: https://github.com/schnellerhase/devcontainer-fenics
1099+
ociReference: ghcr.io/schnellerhase/devcontainer-fenics/fenics
1100+
- name: W&B Catnip
1101+
maintainer: Weights and Biases
1102+
contact: https://github.com/wandb/catnip/issues
1103+
repository: https://github.com/wandb/catnip
1104+
ociReference: ghcr.io/wandb/catnip/feature
1105+
- name: AcademicDocker template (R, Stata, LaTeX)
1106+
maintainer: Romain Ferrali
1107+
contact: https://github.com/rferrali/devcontainer-templates/issues
1108+
repository: https://github.com/rferrali/devcontainer-templates
1109+
ociReference: ghcr.io/rferrali/devcontainer-templates
1110+
- name: Devcontainers templates by jhoareaumarion
1111+
maintainer: jhoareaumarion
1112+
contact: https://github.com/jhoareaumarion/devcontainers/issues
1113+
repository: https://github.com/jhoareaumarion/devcontainers
1114+
ociReference: ghcr.io/jhoareaumarion/devcontainers
1115+
- name: devcontainer features by TakahashiNguyen
1116+
maintainer: ANh Nguyễn (TakahashiNguyen)
1117+
contact: https://github.com/TakahashiNguyen/devcontainer-features/issues
1118+
repository: https://github.com/TakahashiNguyen/devcontainer-features
1119+
ociReference: ghcr.io/takahashinguyen/devcontainer-features
1120+
- name: olivierlemasle
1121+
maintainer: Olivier Lemasle
1122+
contact: https://github.com/olivierlemasle/devcontainers-features/issues
1123+
repository: https://github.com/olivierlemasle/devcontainers-features
1124+
ociReference: ghcr.io/olivierlemasle/devcontainers-features
1125+
- name: BTP Dev Container Features
1126+
maintainer: Navin Krishnan
1127+
contact: https://github.com/navinkrishnan/devcontainer-features-btp/issues
1128+
repository: https://github.com/navinkrishnan/devcontainer-features-btp
1129+
ociReference: ghcr.io/navinkrishnan/devcontainer-features-btp
1130+
- name: BTP CAP (Cloud Application Programming) Model Dev Templates
1131+
maintainer: Navin Krishnan
1132+
contact: https://github.com/navinkrishnan/devcontainer-templates-btp/issues
1133+
repository: https://github.com/navinkrishnan/devcontainer-templates-btp
1134+
ociReference: ghcr.io/navinkrishnan/devcontainer-templates-btp
10851135
- name: PairSpaces
10861136
maintainer: PairSpaces by Interaction, LLC
10871137
contact: https://github.com/pairspaces/devcontainers/issues
10881138
repository: https://github.com/pairspaces/devcontainers
1089-
ociReference: ghcr.io/pairspaces/devcontainers
1139+
ociReference: ghcr.io/pairspaces/devcontainers/pairspaces

_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)