Update base image 2021.11.0 (#60227)

This commit is contained in:
Pascal Vizeli
2021-11-24 09:48:34 +01:00
committed by GitHub
parent 4ffb0b8380
commit ed9d40378e
5 changed files with 43 additions and 50 deletions

View File

@ -1,16 +0,0 @@
{
"image": "homeassistant/{machine}-homeassistant",
"shadow_repository": "ghcr.io/home-assistant",
"build_from": {
"aarch64": "ghcr.io/home-assistant/aarch64-homeassistant:",
"armv7": "ghcr.io/home-assistant/armv7-homeassistant:",
"armhf": "ghcr.io/home-assistant/armhf-homeassistant:",
"amd64": "ghcr.io/home-assistant/amd64-homeassistant:",
"i386": "ghcr.io/home-assistant/i386-homeassistant:"
},
"labels": {
"io.hass.type": "core",
"org.opencontainers.image.source": "https://github.com/home-assistant/core"
},
"version_tag": true
}

14
machine/build.yaml Normal file
View File

@ -0,0 +1,14 @@
image: homeassistant/{machine}-homeassistant
shadow_repository: ghcr.io/home-assistant
build_from:
aarch64: "ghcr.io/home-assistant/aarch64-homeassistant:"
armv7: "ghcr.io/home-assistant/armv7-homeassistant:"
armhf: "ghcr.io/home-assistant/armhf-homeassistant:"
amd64: "ghcr.io/home-assistant/amd64-homeassistant:"
i386: "ghcr.io/home-assistant/i386-homeassistant:"
codenotary:
signer: notary@home-assistant.io
base_image: notary@home-assistant.io
labels:
io.hass.type: core
org.opencontainers.image.source: https://github.com/home-assistant/core