Cesar Talledo

Results 454 comments of Cesar Talledo

I think @tianon has a valid point here. I would say most users don't know (or care) if the image is multi-arch or not, and when they do `docker run`...

Fix PR: https://github.com/moby/moby/pull/49973

PR https://github.com/moby/moby/pull/49973 has been updated to address the remaining use cases.

I can take this one. I can confirm that issue (1) is the description is fixed, but issue (2) remains. I'll work on the fix for (2).

Hi @gabrielbull, thanks for filing the issue. The error `setting up ID-mapped mount on path 3` suggests there's a problem parsing the path for the mount into the container. Can...

Hi @top-oai, thanks for reporting the issue. Can you do a `findmnt` within the container/pod, so I can see what filesystem is mounted on `/etc/secrets/ssh/github-deploy-key`? Typically this problem is caused...

Thanks @top-oai. > |-/etc/secrets/ssh/github-openai-deploy tmpfs tmpfs ro,relatime,size=104857600k,inode64 That mount needs to have either `shiftfs` on it or be `idmapped`. But ID-mapped mounts with tmpfs only work in kernel 6.3+, and...

Thanks; > Shiftfs works properly: no That's the problem; strange however, since the next line says: > Shiftfs-on-overlayfs works properly: yes Thus, you must be hitting a bug we just...

Hi @jojonium, thanks for reporting. What's the underlying filesystem on the K8s node at `/var/lib/sysbox`? `df -T /var/lib/sysbox` Is it `ext4` or something else? I ask because `shiftfs` works well...

Hi @felipecrs, thanks for reporting and apologies for the belated reply. Strange that you see this problem. Here is the relevant code in sysbox-deploy-k8s that tries to configure both CRI-O...