azure-iot-edge-c-module/module.json

17 строки
448 B
JSON

{
"$schema-version": "0.0.1",
"description": "",
"image": {
"repository": "localhost:5000/cmodule",
"tag": {
"version": "0.0.1",
"platforms": {
"amd64": "./Dockerfile.amd64",
"amd64.debug": "./Dockerfile.amd64.debug",
"arm32v7": "./Dockerfile.arm32v7"
}
},
"buildOptions": []
},
"language": "c"
}