6 lines
347 B
Bash
6 lines
347 B
Bash
|
|
cp .post-commit-hook .git/hooks/post-commit
|
||
|
|
git config set toolbox-dev-env.name voyager-base
|
||
|
|
git config set toolbox-dev-env.base-image.name registry.fedoraproject.org/fedora-toolbox
|
||
|
|
git config set toolbox-dev-env.base-image.version-script 'cat /etc/os-release | grep VERSION_ID | cut -d = -f 2'
|
||
|
|
git config unset toolbox-dev-env.base-image.version
|