Downloading vhclient

This commit is contained in:
Hans Karlinius
2025-08-09 09:12:57 +02:00
parent 70ad0123bc
commit 1b801a6423
6 changed files with 11 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
## 0.4.0
- Downloading vhclient.
## 0.3.1
- Increased start delay for client to connect to server.
+1
View File
@@ -6,4 +6,5 @@ COPY rootfs /
# Install vhclient
ARG BUILD_ARCH
ARG CACHEBUST=1
RUN /usr/bin/getvhclient $BUILD_ARCH
+2
View File
@@ -0,0 +1,2 @@
args:
CACHEBUST: $(date +%s)
+1 -1
View File
@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.3.1"
version: "0.4.0"
slug: vhclient
description: VirtualHere Client
arch:
+1
View File
@@ -8,5 +8,6 @@ case "$BUILD_ARCH" in \
i386) export VHCLIENT="vhclienti386";; \
*) exit 1;; \
esac
echo "Downloading latest version of client:" $VHCLIENT_BASE_URL/$VHCLIENT
curl -sSLf -o /usr/bin/vhclient $VHCLIENT_BASE_URL/$VHCLIENT
chmod a+x /usr/bin/vhclient