test
This commit is contained in:
+4
-4
@@ -9,10 +9,10 @@ RUN \
|
||||
RUN chmod a+x /usr/bin/vhclient
|
||||
|
||||
# Execute during the build of the image
|
||||
ARG TEMPIO_VERSION BUILD_ARCH
|
||||
RUN \
|
||||
curl -sSLf -o /usr/bin/tempio \
|
||||
"https://github.com/home-assistant/tempio/releases/download/${TEMPIO_VERSION}/tempio_${BUILD_ARCH}"
|
||||
#ARG TEMPIO_VERSION BUILD_ARCH
|
||||
#RUN \
|
||||
# curl -sSLf -o /usr/bin/tempio \
|
||||
# "https://github.com/home-assistant/tempio/releases/download/${TEMPIO_VERSION}/tempio_${BUILD_ARCH}"
|
||||
|
||||
# Copy root filesystem
|
||||
COPY rootfs /
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
|
||||
name: Example add-on
|
||||
version: "1.2.7"
|
||||
version: "1.2.8"
|
||||
slug: example
|
||||
description: Example add-on
|
||||
url: "https://github.com/home-assistant/addons-example/tree/main/example"
|
||||
|
||||
Reference in New Issue
Block a user