I have this:
ADD https://bitbucket.org/teros/vana/raw/"$commit"/mw/requirements.txt 'requirements.txt'
but the HTTP request won't work since I need creds. I do know that this curl command works:
bitbucket_curl(){
curl -H 'Authorization:Basic YW1bGx..plM2JyKg==' "https://api.bitbucket.org$@"
}
(token was modified, but the command is o/w right)
So maybe there's a token I can included as a url parameter with Bitbucket?
Should just be as simple as:
you can pass the ARGs in using
--build-arg