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
Copy file name to clipboardExpand all lines: azdo-task/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ In the example above, the devcontainer-build-run will perform the following step
71
71
| imageName | true | Image name to use when building the dev container image (including registry) |
72
72
| imageTag | false | One or more comma-separated image tags (defaults to `latest`) |
73
73
| subFolder | false | Use this to specify the repo-relative path to the folder containing the dev container (i.e. the folder that contains the `.devcontainer` folder). Defaults to repo root |
74
+
| configFile | false | Use this to specify the repo-relative path to the devcontainer.json file. Defaults to `./.devcontainer/devcontainer.json` and `./.devcontainer.json`. |
74
75
| runCmd | true | The command to run after building the dev container image |
75
76
| env | false | Specify environment variables to pass to the dev container when run |
76
77
| push | false | One of: `never`, `filter`, `always`. When set to `filter`, the image if pushed if the `sourceBranchFilterForPush`, `buildReasonsForPush`, and `pushOnFailedBuild` conditions are met. Defaults to `filter` if `imageName` is set, `never` otherwise. |
Copy file name to clipboardExpand all lines: docs/azure-devops-task.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ In the example above, the devcontainer-build-run will perform the following step
71
71
| imageName | true | Image name to use when building the dev container image (including registry) |
72
72
| imageTag | false | One or more comma-separated image tags (defaults to `latest`) |
73
73
| subFolder | false | Use this to specify the repo-relative path to the folder containing the dev container (i.e. the folder that contains the `.devcontainer` folder). Defaults to repo root |
74
+
| configFile | false | Use this to specify the repo-relative path to the devcontainer.json file. Defaults to `./.devcontainer/devcontainer.json` and `./.devcontainer.json`. |
74
75
| runCmd | true | The command to run after building the dev container image |
75
76
| env | false | Specify environment variables to pass to the dev container when run |
76
77
| push | false | One of: `never`, `filter`, `always`. When set to `filter`, the image if pushed if the `sourceBranchFilterForPush`, `buildReasonsForPush`, and `pushOnFailedBuild` conditions are met. Defaults to `filter` if `imageName` is set, `never` otherwise. |
Copy file name to clipboardExpand all lines: docs/github-action.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,7 @@ The [`devcontainers/ci` action](https://github.com/marketplace/actions/devcontai
130
130
| imageName | true | Image name to use when building the dev container image (including registry) |
131
131
| imageTag | false | One or more comma-separated image tags (defaults to `latest`) |
132
132
| subFolder | false | Use this to specify the repo-relative path to the folder containing the dev container (i.e. the folder that contains the `.devcontainer` folder). Defaults to repo root |
133
+
| configFile | false | Use this to specify the repo-relative path to the devcontainer.json file. Defaults to `./.devcontainer/devcontainer.json` and `./.devcontainer.json`. |
133
134
| runCmd | true | The command to run after building the dev container image |
134
135
| env | false | Specify environment variables to pass to the dev container when run |
135
136
| checkoutPath | false | Only used for development/testing |
0 commit comments