Skip to content

Commit

Permalink
Use ghcr.io/home-assistant for base images (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Mar 24, 2021
1 parent 5cfc3ff commit f6988d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f6988d0

Please sign in to comment.