containers / build

another build tool for container images (archived, see https://github.com/rkt/rkt/issues/4024)
Apache License 2.0
342 stars 80 forks source link

acbuild's dependent image discovery fails when server responses with redirection #294

Closed legeyda closed 7 years ago

legeyda commented 7 years ago

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.

legeyda commented 7 years ago

sorry, forgot about "--insecure=true", close