acbuild seems not to be able to handle http status 3** with Location-header.
How to reproduce:
sudo acbuild begin
sudo acbuild dependency add legeyda.com/centos7:0.2.4
sudo acbuild run /bin/bash -- -c 'echo hello'
Image for dependency is stored in bitbucket downloads, which responses with "302 Found" status and redirecting to s3 storage when client is not a browser.
acbuild seems not to be able to handle http status 3** with Location-header.
How to reproduce:
Image for dependency is stored in bitbucket downloads, which responses with "302 Found" status and redirecting to s3 storage when client is not a browser.