add initial dev version of ha addon

This commit is contained in:
joBr99
2023-11-19 12:40:49 +01:00
parent 367bdaf8d6
commit 8fa3a11eb5
152 changed files with 203040 additions and 0 deletions

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 /