diff --git a/base/build.json b/base/build.json deleted file mode 100644 index 0eb64f1..0000000 --- a/base/build.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "build_from": { - "aarch64": "arm64v8/debian:bullseye-20211011-slim", - "amd64": "amd64/debian:bullseye-20211011-slim", - "armhf": "arm32v5/debian:bullseye-20211011-slim", - "armv7": "arm32v7/debian:bullseye-20211011-slim", - "i386": "i386/debian:bullseye-20211011-slim" - } -} diff --git a/base/build.yaml b/base/build.yaml new file mode 100644 index 0000000..076f311 --- /dev/null +++ b/base/build.yaml @@ -0,0 +1,7 @@ +--- +build_from: + aarch64: arm64v8/debian:bullseye-20211011-slim + amd64: amd64/debian:bullseye-20211011-slim + armhf: arm32v5/debian:bullseye-20211011-slim + armv7: arm32v7/debian:bullseye-20211011-slim + i386: i386/debian:bullseye-20211011-slim diff --git a/base/config.json b/base/config.json deleted file mode 100644 index 04f3051..0000000 --- a/base/config.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "Debian Base Image", - "version": "dev", - "slug": "debian-base", - "description": "Docker Debian base images used by Home Assistant Community Add-ons.", - "url": "https://github.com/hassio-addons/addon-debian-base", - "arch": ["aarch64", "amd64", "armhf", "armv7", "i386"] -} diff --git a/base/config.yaml b/base/config.yaml new file mode 100644 index 0000000..3b2e02d --- /dev/null +++ b/base/config.yaml @@ -0,0 +1,12 @@ +--- +name: Debian Base Image +version: dev +slug: debian-base +description: Docker Debian base images used by Home Assistant Community Add-ons. +url: https://github.com/hassio-addons/addon-debian-base +arch: + - aarch64 + - amd64 + - armhf + - armv7 + - i386