mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 15:06:29 +00:00
Init Builder scripts
This commit is contained in:
parent
7f5575a8ef
commit
df5c9e5605
10
buildroot-external/package/hassio/builder/Dockerfile
Normal file
10
buildroot-external/package/hassio/builder/Dockerfile
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
FROM alpine:3.7
|
||||||
|
|
||||||
|
# Install packages
|
||||||
|
RUN apk add --no-cache \
|
||||||
|
bash
|
||||||
|
RUN apk add --no-cache --repository http://nl.alpinelinux.org/alpine/v3.7/community \
|
||||||
|
docker
|
||||||
|
|
||||||
|
COPY builder.sh /
|
||||||
|
ENTRYPOINT ["builder.sh"]
|
0
buildroot-external/package/hassio/builder/build.sh
Executable file
0
buildroot-external/package/hassio/builder/build.sh
Executable file
9
buildroot-external/package/hassio/hassio.mk
Normal file
9
buildroot-external/package/hassio/hassio.mk
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# hassio
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
HASSIO_VERSION = 0.1
|
||||||
|
HASSIO_LICENSE = Apache License 2.0
|
||||||
|
HASSIO_LICENSE_FILES = https://raw.githubusercontent.com/home-assistant/hassio-os/master/LICENSE
|
Loading…
x
Reference in New Issue
Block a user