1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-02-15 07:27:13 +00:00
Files
supervisor/tests/fixtures/build-config-manifest.json
Franck Nijhof 3f88236495 Support for Docker manifests base images add-on build (#3724)
* Support for Docker manifests base images add-on build

* Set platform for build and tests

* Remove empty test

Co-authored-by: Mike Degatano <michael.degatano@gmail.com>
2022-08-16 14:34:32 +02:00

8 lines
110 B
JSON

{
"build_from": "mycustom/base-image:latest",
"squash": false,
"args": {
"my_build_arg": "xy"
}
}