-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild.json
22 lines (22 loc) · 839 Bytes
/
build.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"build_from": {
"aarch64": "teslamate/teslamate:1.32.0",
"amd64": "teslamate/teslamate:1.32.0",
"armv7": "teslamate/teslamate:1.32.0"
},
"args": {
"teslamate_version": "1.32.0"
},
"codenotary": {
"signer": "[email protected]"
},
"labels":{
"maintainer": "Colin Seymour (https://github.com/lildude)",
"org.opencontainers.image.authors": "Colin Seymour (https://github.com/lildude)",
"org.opencontainers.image.description": "A self-hosted data logger for your Tesla.",
"org.opencontainers.image.documentation": "https://github.com/lildude/ha-addon-teslamate/blob/main/DOCS.md",
"org.opencontainers.image.licenses": "MIT",
"org.opencontainers.image.source": "https://github.com/lildude/ha-addon-teslamate/",
"org.opencontainers.image.title": "Home Assistant Add-on: TeslaMate"
}
}