-
Notifications
You must be signed in to change notification settings - Fork 79
'error extracting tarball' with Ubuntu docker image #277
Comments
Seems like we might want to introduce the rkt log package to be able to properly print the wrapped error here. |
Using the latest master (bc82f81), I definitely still see this error. However, using docker2aci (74ed3c05137aeb20c7d2cb5886b95c7e0faec1cf) seems to work fine. Does this mean someone just have to bump the docker2aci in |
Spoke too soon, turns out if you download an image via docker2aci and try to use acbuild without root, this will still fail. |
I don't have any problems beginning a build with |
Confirmed under |
Hello,
I'm trying to build an image on the docker Ubuntu image, but it only works when
acbuild
is run as root.As root it's all fine:
Going via docker2aci gives the same problem.
acbuild
I installed viago get
a few days ago. Of course I can just run things as root (not great, but fine), but the error message could be improved.The text was updated successfully, but these errors were encountered: