mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-04-18 23:48:24 +01:00
Using ghcr.io/home-assistant + fallback (#2959)
This commit is contained in:
4
tests/fixtures/basic-build-config.json
vendored
4
tests/fixtures/basic-build-config.json
vendored
@@ -2,10 +2,10 @@
|
||||
"build_from": {
|
||||
"armhf": "mycustom/base-image:latest",
|
||||
"aarch64": "mycustom/base-image",
|
||||
"amd64": "homeassistant/amd64-base-ubuntu:18.04"
|
||||
"amd64": "ghcr.io/home-assistant/amd64-base-ubuntu:18.04"
|
||||
},
|
||||
"squash": false,
|
||||
"args": {
|
||||
"my_build_arg": "xy"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user