Aleksa Sarai

Results 790 comments of Aleksa Sarai

Not a bad idea -- though it'd probably be called something like `umoci raw rootless-ls`.

Yeah I do too, the minor issue is that it's not clear to me whether `errors.Is` can reach all the way through both `fmt.Errorf("%w")` wrapping as well as `errors.Wrap` wrapping....

Yeah this is something I've been trying to come up with a UX solution for (in fact we should be able to set annotations for any descriptor in the image),...

Depends on openSUSE/libpathrs#3 and god knows how many more things.

(Though at this point there is a valid question of "why not just chroot at that point".) Maybe we should be applying security hardenings like that if possible, and if...

Can you clarify what specifically is necessary for this? Is this just another version of #364 or does Windows require some special filesystem handling (I suspect it does, but I...

Yeah so it looks like the tar file is getting truncated during generation (and then the image itself doesn't fail the many bits of internal validation we do). Very interesting....

I just realised that umoci doesn't have corrected `EINTR` handling (I'll fix that in a separate PR), but even so you should get a hard error if umoci doesn't write...

@mikemccracken Can you try to see if you can reproduce the issue with #437? If you still can reproduce it, check if the build log has any new warnings (I've...

This is not really doable with the umoci CLI at the moment, but (to answer your second question) [you can use umoci as a library](https://pkg.go.dev/github.com/opencontainers/umoci) (https://github.com/cisco/stacker uses it for instance)...