Closed 375gnu closed 5 years ago
I've replaced return image.id
with return self.get_image_id_by_tag(tag)
used in debug mode and now build finishes succesfuly.
@375gnu Alternatively you can pin docker to 2.7.0 at a moment
Same problem here. Using Docker 2.7.0 works, but this version is dated from 1 year ago and it's been 5 months @Voronenko suggested this workaround.
Is this project under active development or what?
Docker version unpinned in scope of https://github.com/ansible/ansible-container/pull/977
ISSUE TYPE
container.yml
OS / ENVIRONMENT
SUMMARY
ansible-container build
fails with the error:STEPS TO REPRODUCE
install ansible-container using official guide but downgrading pip to 9.0.3
I added
print image
beforereturn image.id
, it shows:EXPECTED RESULTS
ACTUAL RESULTS
see above
ansible-container --debug build
works fine though