Paul "TBBle" Hampson
Paul "TBBle" Hampson
I'm separately curious, how is `layerFolders` being empty in this case? Shouldn't wherever the base image is mounted be in that list, and perhaps a scratch directory after that? Even...
I'm not sure we _can_ fix this in containerd, because the correct values don't actually exist when containerd passes the container config down to the shim, if it's using the...
> I was looking into this and ctr generated these by calling get [snapshot and generating mounts](https://github.com/containerd/containerd/blob/b61988670c7c951a0bf4f11f6ea9d926f3e79d35/container.go#L239-L243). The shim then just re-orders these into the correct order for the layers...
First up: I checked, and [per the README](https://github.com/containerd/containerd/tree/main/runtime/v2), the bundle directory is documented to be an [OCI bundle](https://github.com/opencontainers/runtime-spec/blob/main/bundle.md). That said, > Is the intent of the config.json and runtime spec...
Opening such a PR might be worth it, as it'll make the proposed changes concretely visible, which is probably a good basis for discussion. I wouldn't wait for the resolution...
[This code](https://github.com/adamrehn/ue4-docker/blob/v0.0.108/src/ue4docker/dockerfiles/ue4-source/linux/Dockerfile#L103-L105) is expecting passwordless-sudo to be set up in /etc/sudoers or similar, but it's not, so it's asking for a password. That's [supposed to be taken care of in...
Is there any chance it's https://github.com/moby/buildkit/issues/3965 (see also https://github.com/moby/buildkit/issues/3898). That's the only immediately-findable BuildKit issues I could find for that error message, and I guess it's possible that the `ShaderCompileWorker`...
I was curious, and it looks like this was fixed in Mono 6.8: https://github.com/mono/mono/pull/16474. I don't immediately see a way to take advantage of that though.
When running only one CPU (which is also the default when doing the build in Hyper-V isolation on Windows) you may be bitten by an issue in the UE build...
That error is Python seeing a Control-C in a thread, presumably because you're hitting Control-C to cancel the process, I don't believe it's related.