15 lines
388 B
YAML
15 lines
388 B
YAML
image: homeassistant/{machine}-homeassistant
|
|
shadow_repository: ghcr.io/home-assistant
|
|
build_from:
|
|
aarch64: scratch
|
|
armv7: scratch
|
|
armhf: scratch
|
|
amd64: scratch
|
|
i386: scratch
|
|
codenotary:
|
|
signer: notary@home-assistant.io
|
|
base_image: notary@home-assistant.io
|
|
labels:
|
|
io.hass.type: landingpage
|
|
org.opencontainers.image.source: https://github.com/home-assistant/landingpage
|