Initial commit
This commit is contained in:
17
skills/iot-edge-module/assets/template-module.json
Normal file
17
skills/iot-edge-module/assets/template-module.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema-version": "0.0.1",
|
||||
"description": "{{ModuleDescription}}",
|
||||
"image": {
|
||||
"repository": "{{CONTAINER_REGISTRY}}/{{modulename}}",
|
||||
"tag": {
|
||||
"version": "0.0.${BUILD_BUILDID}",
|
||||
"platforms": {
|
||||
"amd64": "./Dockerfile.amd64",
|
||||
"amd64.debug": "./Dockerfile.amd64.debug"
|
||||
}
|
||||
},
|
||||
"buildOptions": [],
|
||||
"contextPath": "../../../"
|
||||
},
|
||||
"language": "csharp"
|
||||
}
|
||||
Reference in New Issue
Block a user