Bootstrap fails - not able to fetch "pup" from github

$ ./launcher bootstrap app
cd /pups && git pull && /pups/bin/pups --stdin
fatal: unable to access 'https://github.com/SamSaffron/pups.git/': Problem with the SSL CA cert (path? access rights?)
d02e62cd86fa62128628071610275eba48c8d6711e26b73d76b8320cfc6effb0
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one

It worked 8 hours ago on the same machine, same docker.
Then it stopped working while I was trying to rebuild due to config changes (exposed ports).
I then tried from scratch (bootstrap), but with the same result.

I can do

git clone https://github.com/SamSaffron/pups.git

without any problems from the host.

I’m not experienced with docker, thus I currently don’t know how to debug this.

The reason was that I added a volume in app.yml which seems to be invalid (I thought I can expose arbitrary directories of the container). Unfortunately the error message it triggered was totally unrelated as far as I can see.

2 Likes