This commit is contained in:
Hans Karlinius
2024-11-12 07:01:44 +01:00
parent 411a7908ef
commit f8c7b4cee0
13 changed files with 189 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-dockerfile
ARG BUILD_FROM
FROM $BUILD_FROM
RUN \
curl -sSLf -o /usr/bin/vhclient \
"https://www.virtualhere.com/sites/default/files/usbclient/vhclientx${BUILD_ARCH}"
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}"
# Copy root filesystem
COPY rootfs /