test
This commit is contained in:
+1
-8
@@ -1,16 +1,9 @@
|
|||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
FROM $BUILD_FROM
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
ARG BUILD_ARCH
|
|
||||||
|
|
||||||
# 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 root filesystem
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
# Install vhclient
|
# Install vhclient
|
||||||
|
ARG BUILD_ARCH
|
||||||
RUN /usr/bin/getvhclient $BUILD_ARCH
|
RUN /usr/bin/getvhclient $BUILD_ARCH
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: VirtualHere Client
|
name: VirtualHere Client
|
||||||
version: "0.1.402"
|
version: "0.1.403"
|
||||||
slug: vhclient
|
slug: vhclient
|
||||||
description: VirtualHere Client
|
description: VirtualHere Client
|
||||||
arch:
|
arch:
|
||||||
|
|||||||
Reference in New Issue
Block a user