Add repository

This commit is contained in:
Jagi ᯅ
2025-07-21 15:20:40 +02:00
committed by Adrian Jagielak
parent 99e2cbec8c
commit 876cfb61e1
19 changed files with 387 additions and 1 deletions

12
futurehome/Dockerfile Normal file
View File

@@ -0,0 +1,12 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-dockerfile
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 /