mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Update base image 2021.11.0 (#60227)
This commit is contained in:
@ -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
14
machine/build.yaml
Normal 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
|
Reference in New Issue
Block a user