From 45e1d96d7f9d016693963a89d2c9273ee28c9a9b Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 24 Mar 2021 12:12:57 +0100 Subject: [PATCH] Use ghcr.io/home-assistant for base images --- build.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.json b/build.json index a90f744..1cac906 100644 --- a/build.json +++ b/build.json @@ -2,11 +2,11 @@ "image": "homeassistant/{arch}-builder", "shadow_repository": "ghcr.io/home-assistant", "build_from": { - "aarch64": "homeassistant/aarch64-base:3.13", - "armv7": "homeassistant/armv7-base:3.13", - "armhf": "homeassistant/armhf-base:3.13", - "amd64": "homeassistant/amd64-base:3.13", - "i386": "homeassistant/i386-base:3.13" + "aarch64": "ghcr.io/home-assistant/aarch64-base:3.13", + "armv7": "ghcr.io/home-assistant/armv7-base:3.13", + "armhf": "ghcr.io/home-assistant/armhf-base:3.13", + "amd64": "ghcr.io/home-assistant/amd64-base:3.13", + "i386": "ghcr.io/home-assistant/i386-base:3.13" }, "args": { "VCN_VERSION": "0.9.4"