This is the fix for issue #12.
To execute the env_setup.sh successfully, local instance of Docker must be installed and running
Updated the code for checking out specific commit of carma : from git checkout unstable to git checkout 502ab50. That's the commit version currently working properly with BanditPAM.
Added the below code to fix the SSL error in the execution of env_setup.shyum -y install git-allexport PATH=/usr/local/libexec/git-core:$PATH
After making these changes I can execute env_setup.sh successfully.
BanditPAM % docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
banditpam/cpp latest 03d9521c9f7b About a minute ago 3.5GB
This is the fix for issue #12. To execute the
env_setup.sh
successfully, local instance of Docker must be installed and runningUpdated the code for checking out specific commit of
carma
: fromgit checkout unstable
togit checkout 502ab50
. That's the commit version currently working properly with BanditPAM.Added the below code to fix the SSL error in the execution of
env_setup.sh
yum -y install git-all
export PATH=/usr/local/libexec/git-core:$PATH
env_setup.sh
successfully.BanditPAM % docker images
REPOSITORY TAG IMAGE ID CREATED SIZE banditpam/cpp latest 03d9521c9f7b About a minute ago 3.5GB