vscode-dev-containers/build/config.json

53 строки
2.2 KiB
JSON

{
"containerRegistry": "devcon.azurecr.io",
"containerRegistryPath": "public/vscode/devcontainers",
"stubRegistry": "mcr.microsoft.com",
"stubRegistryPath": "vscode/devcontainers",
"filesToStage": [
"+(containers|repository-containers)/**/!(test-project)/*",
"LICENSE",
"package.json",
"yarn.lock",
".npmignore"
],
"needsDedicatedPage": [
"codespaces-linux",
"codespaces-linux-stretch"
],
"flattenBaseImage": [
"codespaces-linux-stretch"
],
"poolKeys": {
"https://dl.yarnpkg.com/debian": "https://dl.yarnpkg.com/debian/pubkey.gpg",
"https://packages.microsoft.com/repos/microsoft-debian-stretch-prod": "https://packages.microsoft.com/keys/microsoft.asc",
"https://packages.microsoft.com/repos/microsoft-debian-buster-prod": "https://packages.microsoft.com/keys/microsoft.asc",
"https://packages.microsoft.com/repos/microsoft-ubuntu-focal-prod": "https://packages.microsoft.com/keys/microsoft.asc",
"https://packages.microsoft.com/repos/microsoft-ubuntu-bionic-prod": "https://packages.microsoft.com/keys/microsoft.asc",
"http://archive.ubuntu.com/ubuntu": "http://archive.ubuntu.com/ubuntu/project/ubuntu-archive-keyring.gpg",
"http://security.ubuntu.com/ubuntu": "http://security.ubuntu.com/ubuntu/project/ubuntu-archive-keyring.gpg",
"https://packagecloud.io/github/git-lfs/ubuntu": "https://packagecloud.io/github/git-lfs/gpgkey",
"https://packagecloud.io/github/git-lfs/debian": "https://packagecloud.io/github/git-lfs/gpgkey"
},
"poolUrlFallback": {
"moby-cli": "https://packages.microsoft.com/repos/microsoft-ubuntu-focal-prod",
"moby-engine": "https://packages.microsoft.com/repos/microsoft-ubuntu-focal-prod",
"yarn": "https://dl.yarnpkg.com/debian",
"git-lfs": "https://packagecloud.io/github/git-lfs/ubuntu"
},
"githubRepoName": "microsoft/vscode-dev-containers",
"containersPathInRepo": "containers",
"repoContainersToBuildPath": "repository-containers/images",
"scriptLibraryPathInRepo": "script-library",
"scriptLibraryFolderNameInDefinition": "library-scripts",
"definitionBuildConfigFile": "definition-manifest.json",
"devContainerJsonPreamble": "For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:\n// ",
"dockerFilePreamble": "See here for image contents: "
}