File entrypoint.sh of Package virt-libguestfs-tools-container.31631

#!/bin/bash -xe

# KubeVirt provides LIBGUESTFS_PATH via the pod environemnt.
DIR=/usr/local/lib/guestfs
LIBGUESTFS_APPLIANCE=/appliance.tar.xz

mkdir -p ${DIR}
tar -Jxf ${LIBGUESTFS_APPLIANCE} -C ${DIR}
touch ${DIR}/done

/bin/bash
openSUSE Build Service is sponsored by