hassio-addons/example/build.yaml
habuild 3e08e65720
Add files via upload
initial commit
2022-03-16 13:19:15 +11:00

11 lines
467 B
YAML

# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-dockerfile
build_from:
aarch64: "ghcr.io/home-assistant/aarch64-base:3.14"
labels:
org.opencontainers.image.title: "${BUILD_NAME}"
org.opencontainers.image.description: "Example add-on to use as a blueprint for new add-ons."
org.opencontainers.image.source: "https://github.com/habuild/"
org.opencontainers.image.licenses: "Apache License 2.0"
args:
TEMPIO_VERSION: "2021.09.0"