Skip to content

Commit

Permalink
[toogoodtogo] Update base image (#208)
Browse files Browse the repository at this point in the history
* [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>
  • Loading branch information
MaxWinterstein and pre-commit-ci[bot] authored Oct 6, 2023
1 parent d422021 commit bf79764
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions toogoodtogo-ha-mqtt-bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion toogoodtogo-ha-mqtt-bridge/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 7 additions & 0 deletions toogoodtogo-ha-mqtt-bridge/build.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
5 changes: 0 additions & 5 deletions toogoodtogo-ha-mqtt-bridge/build.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion toogoodtogo-ha-mqtt-bridge/config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bf79764

Please sign in to comment.