subrepo: subdir: "components/etl" merged: "be5537ec" upstream: origin: "git@github.com:ETLCPP/etl.git" branch: "20.41.6" commit: "be5537ec" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
12 lines
319 B
JSON
12 lines
319 B
JSON
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
|
// README at: https://github.com/devcontainers/templates/tree/main/src/cpp
|
|
{
|
|
"name": "Clang 07",
|
|
"build": {
|
|
"dockerfile": "../Dockerfile",
|
|
"args": {
|
|
"BASE_IMAGE_NAME": "silkeh/clang:7"
|
|
},
|
|
"context": "../context"
|
|
}
|
|
}
|