Change to ghcr image build process (#123)

This commit is contained in:
Max Winterstein
2022-12-07 11:45:56 +01:00
committed by GitHub
parent 3ae06b427f
commit 8c778ae0f1
4 changed files with 15 additions and 6 deletions

View File

@@ -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

View File

@@ -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

View 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"
}
}

View File

@@ -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