Open pmariani opened 8 years ago
This is also the case when using acbuild begin docker://debian:jessie-slim
Sorry about taking forever to get around to this.
I can't seem to reproduce the error in acbuild currently when I try to begin from jessie-slim:
derek@proton ~> acbuild begin docker://debian:jessie-slim
Downloading sha256:a3ed95caeb0 [=============================] 32 B / 32 B
Downloading sha256:b5161f7f177 [=============================] 29.5 MB / 29.5 MB
acbuild begin docker://debian:jessie-slim 8.13s user 0.54s system 48% cpu 17.867 total
derek@proton ~>
Maybe the image has changed on the docker hub since then? I'll see if I can create an image that reproduces this and find a fix.
This seems like another issue with VM shared file systems...
Hi,
I am trying to create a complete Ubuntu image, starting from an Ubuntu-provided tarball.
I am using the current master of acbuild (4c0e077), built locally with ./build.
My script is the following:
It is running on a Trusty vagrant guest:
The script invocation fails with the following output:
Local acbuild edits and print-based debugging showed that the issue was with attempting to untar /usr/lib/locale/locale-archive which is compressed with GNUSparse. The error comes from this line and the corresponding header type flag is 83.
Manually untarring the image and pointing acbuild at the resulting directory produces a working image.