mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
Change to ghcr image build process (#123)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# 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
|
||||
|
||||
- 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 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
|
||||
stage: stable
|
||||
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
|
||||
version: 1.18.0
|
||||
version: 1.18.0.1
|
||||
arch:
|
||||
- armhf
|
||||
- armv7
|
||||
- aarch64
|
||||
- amd64
|
||||
boot: auto
|
||||
description: Dump1090 based feeder for FlightRadar24, FlightAware and more
|
||||
hassio_api: true
|
||||
homeassistant_api: true
|
||||
|
||||
Reference in New Issue
Block a user