You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: script-library/container-features/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This folder includes some explorations around dynamic container feature injectio
10
10
11
11
Create the install script in the [script-library](../../script-library/) directory with the naming convention `<lowercase-feature-name>-<target-os>.sh`. EG `python-debian.sh` or `common-alpine.sh`
12
12
13
-
Add a new object to the [features.json](../../script-library/container-features/src/features.json) file:
13
+
Add a new object to the [devcontainer-features.json](../../script-library/container-features/src/devcontainer-features.json) file:
14
14
15
15
```json
16
16
{
@@ -42,7 +42,7 @@ Add your buildArg to the [feature-scripts.env](../../script-library/container-fe
- Options declared in `features.json` are mapped using the naming convention `_BUILD_ARG_<FEATURE>_<OPTIONNAME>` and their default should match the declared default for that option.
45
+
- Options declared in `devcontainer-features.json` are mapped using the naming convention `_BUILD_ARG_<FEATURE>_<OPTIONNAME>` and their default should match the declared default for that option.
0 commit comments