Cesar Talledo
Cesar Talledo
@rumpl: > ignore this, this is only related to the classic builder that is deprecated If this is only related to the classic builder (deprecated), I would vote for ignoring...
Hi folks, thanks for giving Sysbox a try, and apologies for the belated response. The problem is that neither shiftfs nor idmapped mounts, the two mechanisms used by Sysbox to...
> `docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: error in the container spec: invalid mount config: failed...
Just FYI, regarding > That sounds like a small bug in Sysbox: it expects the underlying filesystem to support ACLs, but apparently not all filesystems do. That bug was fixed...
Hi @bushev, thanks for trying Sysbox, hope you find it useful. I suspect the problem you are having is that Sysbox uses [shiftfs](https://github.com/nestybox/sysbox/blob/master/docs/user-guide/design.md#shiftfs-module) or [ID-mapped-mounts](https://github.com/nestybox/sysbox/blob/master/docs/user-guide/design.md#id-mapped-mounts--v050-) on host directories mounted into...
Hi @bushev, that's progress, thanks. I don't know however what could be causing the latest error you see when the image gets pulled by Docker inside the Sysbox contaienr. Does...
I suspect the issue you are facing is not so much related to Sysbox, as it is related to placing `/var/lib/docker` on an NFS mount. I am pretty sure that...
Hi @bushev, Yes it's missing the `tests/Dockerfile.ubuntu-noble` (we usually add them for LTS distributions only). But adding one for ubuntu-noble is trivial, simply copy the one for ubuntu-jammy and change...
Hi @bushev, What specific error are you seeing after creating the `tests/Dockerfile.ubuntu-noble` and then running `make test-shell`?
Thanks @bushev. What entity is emitting the `gpg: no valid OpenPGP data found` error? Is it occurring when building the modified Dockerfile, or when running the associated image, or something...