summaryrefslogtreecommitdiffstats
path: root/run/devel.sh
blob: 637552a38a4d1af84096360628c4c680eff5043b (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/bash

set -o errexit

. config.sh

if [ ! -d ../repos ]; then
    buildah unshare bash ../build/extract.sh  ${image}
fi

podman run --name "ccpi-devel" -it --rm --hooks-dir /usr/share/containers/oci/hooks.d/ -p $ssh_port:2222/tcp $volumes localhost/${image} bash -c "bash /root/setup/provision.sh; bash"