mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-03 18:51:23 +00:00
11 lines
No EOL
294 B
JSON
11 lines
No EOL
294 B
JSON
{
|
|
"image": "hassioaddons/debian-base-{arch}",
|
|
"squash": true,
|
|
"build_from": {
|
|
"aarch64": "arm64v8/debian:stretch-slim",
|
|
"amd64": "debian:stretch-slim",
|
|
"armhf": "arm32v7/debian:stretch-slim",
|
|
"i386": "i386/debian:stretch-slim"
|
|
},
|
|
"args": {}
|
|
} |