summaryrefslogtreecommitdiffstats
path: root/run/devel.sh
blob: fef44e0beefeaa42c3c8e74a373878a70578f6f5 (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 ${image} bash -c "[ -f /usr/bin/supervisord ] && python /usr/bin/supervisord; bash /root/setup/provision.sh; bash"