create a custom hassio repository with portainer

This commit is contained in:
2022-08-13 20:19:59 +02:00
parent 1b71c11b96
commit 5055e39cd0
26 changed files with 374 additions and 185 deletions

8
portainer/build.json Normal file
View File

@@ -0,0 +1,8 @@
{
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base/aarch64:10.0.1",
"amd64": "ghcr.io/hassio-addons/base/amd64:10.0.1",
"armhf": "ghcr.io/hassio-addons/base/armhf:10.0.1",
"armv7": "ghcr.io/hassio-addons/base/armv7:10.0.1"
}
}