Merge pull request #13392 from umbraco/v11/feature/codespace-gh-cli-ssh-support
Adds the SSH feature to allow the GitHub CLI SSH command to work
This commit is contained in:
@@ -18,6 +18,12 @@
|
|||||||
// https://github.com/devcontainers/templates/issues/38#issuecomment-1310803259
|
// https://github.com/devcontainers/templates/issues/38#issuecomment-1310803259
|
||||||
"ghcr.io/devcontainers/features/dotnet:1": {
|
"ghcr.io/devcontainers/features/dotnet:1": {
|
||||||
"version": "7"
|
"version": "7"
|
||||||
|
},
|
||||||
|
|
||||||
|
// Adds SSH support to the container
|
||||||
|
// Allowing the Github CLI `gh codespace ssh` to work
|
||||||
|
"ghcr.io/devcontainers/features/sshd:1": {
|
||||||
|
"version": "latest"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user