Updated config + codenotary

This commit is contained in:
Etienne G
2023-08-15 01:01:24 +10:00
parent 25b8f48bf1
commit cc20b6c562
6 changed files with 31 additions and 7 deletions
+6 -5
View File
@@ -1,4 +1,5 @@
ARG BUILD_FROM
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.1.0
# hadolint ignore=DL3006
FROM $BUILD_FROM
ENV LANG C.UTF-8
@@ -26,7 +27,7 @@ RUN curl -Lk 'https://github.com/johanmeijer/grott/archive/refs/heads/master.zip
# Move the addon
RUN curl -L 'https://raw.githubusercontent.com/egguy/grott/feature/ha-extension/examples/Home%20Assistent/grott_ha.py' -o grott_ha.py
#Install required python packages
#Install required python packages
RUN pip3 install paho-mqtt requests influxdb influxdb
@@ -49,12 +50,12 @@ LABEL \
io.hass.arch="${BUILD_ARCH}" \
io.hass.type="addon" \
io.hass.version=${BUILD_VERSION} \
maintainer="egguy <crazypops@gmail.com>" \
maintainer="egguy <etienne.guilluy@gmail.com>" \
org.opencontainers.image.title="${BUILD_NAME}" \
org.opencontainers.image.description="${BUILD_DESCRIPTION}" \
org.opencontainers.image.authors="egguy <crazypops@gmail.com>" \
org.opencontainers.image.authors="egguy <etienne.guilluy@gmail.com>" \
org.opencontainers.image.source="https://github.com/${BUILD_REPOSITORY}" \
org.opencontainers.image.documentation="https://github.com/${BUILD_REPOSITORY}/blob/main/README.md" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REF} \
org.opencontainers.image.version=${BUILD_VERSION}
org.opencontainers.image.version=${BUILD_VERSION}
+10
View File
@@ -0,0 +1,10 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base/aarch64:14.1.0
amd64: ghcr.io/hassio-addons/base/amd64:14.1.0
armhf: ghcr.io/hassio-addons/base/armhf:14.1.0
armv7: ghcr.io/hassio-addons/base/armv7:14.1.0
i386: ghcr.io/hassio-addons/base/i386:14.1.0
codenotary:
base_image: codenotary@frenck.dev
signer: etienne.guilluy@gmail.com
+1
View File
@@ -5,6 +5,7 @@
"description": "The Growatt inverter monitor with current HA plugin integrated",
"url": "https://github.com/egguy/grott-home-assistant-add-on/tree/main/grott-current",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"codenotary": "etienne.guilluy@gmail.com",
"startup": "application",
"services": ["mqtt:need"],
"init": false,