This commit is contained in:
Hans Karlinius
2024-12-06 00:25:54 +01:00
parent 8920e10f8f
commit 560b3aa3cb
4 changed files with 21 additions and 10 deletions
+6 -1
View File
@@ -1,9 +1,14 @@
ARG BUILD_FROM
FROM $BUILD_FROM
# 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 /
# Install vhclient
ARG BUILD_ARCH
RUN /usr/bin/getvhclient $BUILD_ARCH