This commit is contained in:
Hans Karlinius
2024-11-13 10:25:17 +01:00
parent aea890c6ed
commit dfc2a968d6
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -9,10 +9,10 @@ RUN \
RUN chmod a+x /usr/bin/vhclient RUN chmod a+x /usr/bin/vhclient
# Execute during the build of the image # Execute during the build of the image
ARG TEMPIO_VERSION BUILD_ARCH #ARG TEMPIO_VERSION BUILD_ARCH
RUN \ #RUN \
curl -sSLf -o /usr/bin/tempio \ # curl -sSLf -o /usr/bin/tempio \
"https://github.com/home-assistant/tempio/releases/download/${TEMPIO_VERSION}/tempio_${BUILD_ARCH}" # "https://github.com/home-assistant/tempio/releases/download/${TEMPIO_VERSION}/tempio_${BUILD_ARCH}"
# Copy root filesystem # Copy root filesystem
COPY rootfs / COPY rootfs /
+1 -1
View File
@@ -1,6 +1,6 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config # https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: Example add-on name: Example add-on
version: "1.2.7" version: "1.2.8"
slug: example slug: example
description: Example add-on description: Example add-on
url: "https://github.com/home-assistant/addons-example/tree/main/example" url: "https://github.com/home-assistant/addons-example/tree/main/example"