mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
[toogoodtogo] Update base image (#208)
* [toogoodtogo] Update base image * Update config.yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update and rename build.yaml to build.json --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## [2.5.1.3] - 2023-10-06
|
||||
|
||||
- Update base-image
|
||||
|
||||
## [2.5.1.2] - 2023-01-26
|
||||
|
||||
- Update `toogoodtogo-ha-mqtt-bridge` to `2.5.1` (see [release notes](https://github.com/MaxWinterstein/toogoodtogo-ha-mqtt-bridge/releases))
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base-python/amd64:9.0.1
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base-python/amd64:11.0.6
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
# add source and unpack
|
||||
|
||||
7
toogoodtogo-ha-mqtt-bridge/build.json
Normal file
7
toogoodtogo-ha-mqtt-bridge/build.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"build_from": {
|
||||
"aarch64": "ghcr.io/hassio-addons/base-python/aarch64:11.0.6",
|
||||
"amd64": "ghcr.io/hassio-addons/base-python/amd64:11.0.6",
|
||||
"armv7": "ghcr.io/hassio-addons/base-python/armv7:11.0.6"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
build_from:
|
||||
aarch64: ghcr.io/hassio-addons/base-python/aarch64:9.0.1
|
||||
amd64: ghcr.io/hassio-addons/base-python/amd64:9.0.1
|
||||
armv7: ghcr.io/hassio-addons/base-python/armv7:9.0.1
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: TooGoodToGo Home Assistant MQTT Bridge
|
||||
version: 2.5.1.2
|
||||
version: 2.5.1.3
|
||||
image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
|
||||
slug: tgtg-ha-mqtt-bridge
|
||||
description: Publish TooGoodToGo stock as MQTT messages
|
||||
|
||||
Reference in New Issue
Block a user