-
Notifications
You must be signed in to change notification settings - Fork 79
Hardlinks Can Cause ACIs to be Created Which Can't be Rendered #151
Comments
I'm having problems reproducing this. As of last week the handling of hard links when extracting images changed, although this seems to be related to creating the images so I'm not positive if it'll have an impact here. Are you doing this with acbuild from master, or from the latest release? If you're using the latest release, would you be willing to build master and try this again? When I add
|
I've attached the ACI it generates as aci.zip in case it's any use. |
Interesting, it looks like some of the files are being converted into hard links to |
|
I confirm these steps work fine on the Ubuntu Vagrant image in the rkt repo. |
I spent some time yesterday trying to get acbuild to work in Debian (issues getting overlayfs to work) in an attempt to reproduce this on my end. I dug through some of the code to see if anything jumped out at me, but at this point I'm not sure what's causing this. I'll keep poking. |
Thanks for the help. :-) |
If I modify the
examples/nginx
script to also install the postgresql apk the resulting ACI cannot be rendered byrkt
.I can run the nginx example without my additional line, so I believe my
rkt
installation is correct. Looking atnginx-latest-linux-amd64.aci
withtar t
shows many 'Substituting `.' for empty hard link target' errors.The text was updated successfully, but these errors were encountered: