Skip to content

Commit d665e9f

Browse files
author
Ryan Campbell
committed
repo init
1 parent cfc9582 commit d665e9f

File tree

5 files changed

+102
-408
lines changed

5 files changed

+102
-408
lines changed

.devcontainer/devcontainer.json

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
2+
// https://github.com/microsoft/vscode-dev-containers/tree/v0.245.2/containers/dotnet
3+
{
4+
"name": "coresvc-registry-builder",
5+
"image": "mcr.microsoft.com/devcontainers/base:dev-ubuntu",
6+
"workspaceFolder": "/workspaces/coresvc-registry-builder",
7+
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/coresvc-registry-builder,type=bind,consistency=cached",
8+
"runArgs": [
9+
"--name",
10+
"coresvc-registry-builder"
11+
],
12+
"hostRequirements": {
13+
"cpus": 4,
14+
"memory": "4gb"
15+
},
16+
"features": {
17+
"ghcr.io/microsoft/azure-orbital-space-sdk/spacefx-dev:0.11.0": {
18+
"app_name": "coresvc-registry-builder",
19+
"app_type": "none",
20+
"cluster_enabled": "false"
21+
}
22+
},
23+
"remoteUser": "root"
24+
}
25+

0 commit comments

Comments
 (0)