mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 21:02:38 +00:00
Change to ghcr image build process (#123)
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.18.0.1] - 2022-12-07
|
||||||
|
|
||||||
|
- Background change only: Change to ghcr container registry and new build process
|
||||||
|
|
||||||
## [1.18.0] - 2022-11-25
|
## [1.18.0] - 2022-11-25
|
||||||
|
|
||||||
- Update `thomx/fr24feed-piaware` to `1.18.0` - see [their release notes](https://github.com/Thom-x/docker-fr24feed-piaware-dump1090/releases/tag/1.18.0) for more
|
- Update `thomx/fr24feed-piaware` to `1.18.0` - see [their release notes](https://github.com/Thom-x/docker-fr24feed-piaware-dump1090/releases/tag/1.18.0) for more
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
FROM thomx/fr24feed-piaware:1.18.0
|
ARG BUILD_FROM
|
||||||
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
# add bashio (thx https://github.com/hassio-addons/addon-debian-base/blob/main/base/Dockerfile#L47)
|
# add bashio (thx https://github.com/hassio-addons/addon-debian-base/blob/main/base/Dockerfile#L47)
|
||||||
ADD https://github.com/hassio-addons/bashio/archive/v0.14.3.tar.gz /tmp/bashio.tar.gz
|
ADD https://github.com/hassio-addons/bashio/archive/v0.14.3.tar.gz /tmp/bashio.tar.gz
|
||||||
|
|||||||
7
adsb-multi-portal-feeder/build.json
Normal file
7
adsb-multi-portal-feeder/build.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"build_from": {
|
||||||
|
"armhf": "thomx/fr24feed-piaware:1.18.0",
|
||||||
|
"aarch64": "thomx/fr24feed-piaware:1.18.0",
|
||||||
|
"amd64": "thomx/fr24feed-piaware:1.18.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,15 +1,12 @@
|
|||||||
slug: adsb-multi-portal-feeder
|
slug: adsb-multi-portal-feeder
|
||||||
stage: stable
|
|
||||||
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
||||||
image: maxwinterstein/adsb-multi-portal-feeder-{arch}
|
image: ghcr.io/maxwinterstein/homeassistant-adsb-multi-portal-feeder-{arch}
|
||||||
usb: true
|
usb: true
|
||||||
version: 1.18.0
|
version: 1.18.0.1
|
||||||
arch:
|
arch:
|
||||||
- armhf
|
- armhf
|
||||||
- armv7
|
|
||||||
- aarch64
|
- aarch64
|
||||||
- amd64
|
- amd64
|
||||||
boot: auto
|
|
||||||
description: Dump1090 based feeder for FlightRadar24, FlightAware and more
|
description: Dump1090 based feeder for FlightRadar24, FlightAware and more
|
||||||
hassio_api: true
|
hassio_api: true
|
||||||
homeassistant_api: true
|
homeassistant_api: true
|
||||||
|
|||||||
Reference in New Issue
Block a user