From 639e50050702d094a9464cf263995f7f19079eaf Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Mon, 26 Dec 2022 13:06:48 -0500 Subject: Add an option for embedded socat in the client --- socat/build.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 socat/build.sh (limited to 'socat/build.sh') diff --git a/socat/build.sh b/socat/build.sh new file mode 100755 index 0000000..e50e5bf --- /dev/null +++ b/socat/build.sh @@ -0,0 +1,5 @@ +#!/bin/sh +SOCAT_VERSION=1.7.3.4 +image=socat-builder:latest +buildah build --build-arg SOCAT_VERSION=$SOCAT_VERSION -t $image . +podman run --rm -v "$(pwd)":/out/ $image cp -v /socat-$SOCAT_VERSION/socat /out/ -- cgit v1.2.3