Add more boilerplate (#10)

This commit is contained in:
Joakim Sørensen
2021-09-26 18:28:49 +02:00
committed by GitHub
parent 9a921b3d70
commit 8b111e9eed
7 changed files with 42 additions and 6 deletions

View File

@@ -5,3 +5,10 @@ build_from:
armhf: "ghcr.io/home-assistant/armhf-base:3.14"
armv7: "ghcr.io/home-assistant/armv7-base:3.14"
i386: "ghcr.io/home-assistant/i386-base:3.14"
labels:
org.opencontainers.image.title: "Home Assistant Add-on: Example add-on"
org.opencontainers.image.description: "Example add-on to use as a blueprint for new add-ons."
org.opencontainers.image.source: "https://github.com/home-assistant/addons-example"
org.opencontainers.image.licenses: "Apache License 2.0"
args:
TEMPIO_VERSION: "2021.05.0"