#!/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/