test
This commit is contained in:
+4
-4
@@ -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
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user