Create build.yaml
This commit is contained in:
parent
141971d3a9
commit
932ae90bd4
1 changed files with 18 additions and 0 deletions
18
triinv-sbfspot/build.yaml
Normal file
18
triinv-sbfspot/build.yaml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-dockerfile
|
||||||
|
build_from:
|
||||||
|
aarch64: "ghcr.io/home-assistant/aarch64-base:3.16"
|
||||||
|
armhf: "ghcr.io/home-assistant/armhf-base:3.16"
|
||||||
|
armv7: "ghcr.io/home-assistant/armv7-base:3.16"
|
||||||
|
amd64: "ghcr.io/home-assistant/amd64-base:3.16"
|
||||||
|
# i386: "ghcr.io/home-assistant/i386-base:3.16"
|
||||||
|
|
||||||
|
labels:
|
||||||
|
org.opencontainers.image.title: "SBFspot for Home Assistant"
|
||||||
|
org.opencontainers.image.description: "SBFspot for new add-ons."
|
||||||
|
org.opencontainers.image.source: "https://github.com/habuild"
|
||||||
|
org.opencontainers.image.licenses: "Apache License 2.0"
|
||||||
|
codenotary:
|
||||||
|
base_image: notary@home-assistant.io
|
||||||
|
args:
|
||||||
|
TEMPIO_VERSION: "2021.09.0"
|
Loading…
Add table
Add a link
Reference in a new issue