Skip to content

Commit

Permalink
specifying to devcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
samruddhikhandale authored Jun 2, 2022
1 parent 5ce22e0 commit f00fc2d
Show file tree
Hide file tree
Showing 68 changed files with 12 additions and 1,420 deletions.
24 changes: 12 additions & 12 deletions build/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"--no-push",
"--page", "1",
"--page-total", "1",
"--release", "v0.167.0",
"--github-repo", "microsoft/vscode-dev-containers",
"--release", "v0.0.1",
"--github-repo", "devcontainers/images",
"--registry", "clantz.azurecr.io",
"--registryPath", "vscode/devcontainers",
"--registryPath", "devcontainers",
"--stubRegistry", "clantz.azurecr.io",
"--stubRegistryPath", "vscode/devcontainers"
"--stubRegistryPath", "devcontainers"
]
},
{
Expand All @@ -33,11 +33,11 @@
"--no-clean",
"--prep-and-package-only",
"--release", "main",
"--github-repo", "microsoft/vscode-dev-containers",
"--github-repo", "devcontainers/images",
"--registry", "clantz.azurecr.io",
"--registryPath", "vscode/devcontainers",
"--registryPath", "devcontainers",
"--stubRegistry", "clantz.azurecr.io",
"--stubRegistryPath", "vscode/devcontainers"
"--stubRegistryPath", "devcontainers"
]
}, {
"type": "node",
Expand All @@ -53,9 +53,9 @@
"--overwrite",
"--prune",
"--release", "main",
"--github-repo", "microsoft/vscode-dev-containers",
"--github-repo", "devcontainers/images",
"--registry", "mcr.microsoft.com",
"--registryPath", "vscode/devcontainers"
"--registryPath", "devcontainers"
]
},
{
Expand All @@ -67,7 +67,7 @@
"args": [
"update-script-sources",
"v0.100.0",
"--github-repo", "microsoft/vscode-dev-containers"
"--github-repo", "devcontainers/images"
]
},
{
Expand All @@ -90,7 +90,7 @@
"patch",
"--patch-path", "patch/sample",
"--registry", "clantz.azurecr.io",
"--registryPath", "vscode/devcontainers"
"--registryPath", "devcontainers"
]
},
{
Expand All @@ -103,7 +103,7 @@
"patch",
"--all",
"--registry", "clantz.azurecr.io",
"--registryPath", "vscode/devcontainers"
"--registryPath", "devcontainers"
]
}
]
Expand Down
15 changes: 0 additions & 15 deletions build/patch/2020-02-07-1/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion build/patch/2020-02-07-1/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions build/patch/2020-02-07-1/patch.json

This file was deleted.

15 changes: 0 additions & 15 deletions build/patch/2020-02-07-2/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion build/patch/2020-02-07-2/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions build/patch/2020-02-07-2/patch.json

This file was deleted.

13 changes: 0 additions & 13 deletions build/patch/2020-02-14-1/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion build/patch/2020-02-14-1/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions build/patch/2020-02-14-1/patch.json

This file was deleted.

13 changes: 0 additions & 13 deletions build/patch/2020-02-14-2/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion build/patch/2020-02-14-2/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions build/patch/2020-02-14-2/patch.json

This file was deleted.

13 changes: 0 additions & 13 deletions build/patch/2020-04-02/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion build/patch/2020-04-02/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions build/patch/2020-04-02/patch.json

This file was deleted.

20 changes: 0 additions & 20 deletions build/patch/2020-04-30-1/Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions build/patch/2020-04-30-1/README.md

This file was deleted.

43 changes: 0 additions & 43 deletions build/patch/2020-04-30-1/patch.json

This file was deleted.

14 changes: 0 additions & 14 deletions build/patch/2020-04-30-2/Dockerfile

This file was deleted.

13 changes: 0 additions & 13 deletions build/patch/2020-04-30-2/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions build/patch/2020-04-30-2/patch.json

This file was deleted.

14 changes: 0 additions & 14 deletions build/patch/2020-06-18/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion build/patch/2020-06-18/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions build/patch/2020-06-18/patch.json

This file was deleted.

13 changes: 0 additions & 13 deletions build/patch/2020-08-23/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion build/patch/2020-08-23/README.md

This file was deleted.

Loading

0 comments on commit f00fc2d

Please sign in to comment.