Paul "TBBle" Hampson

Results 386 comments of Paul "TBBle" Hampson

The only way you could use `docker commit` and then continue the image build from there would be to change the Dockerfile to have a `FROM` for that created container...

I also get an Access Denied error for that URL from my Windows-based Chome from Japan. So possibly an issue with Epic's CDN.

This should only be a problem for users using custom (local) UE4 forks. In that case, you can apply [Epic's fix](https://forums.unrealengine.com/t/upcoming-disruption-of-service-impacting-unreal-engine-users-on-github/1155880) to your local source, and things will work again....

Their instructions are using 4.19.2, which is ancient, and didn't have the in-repo fix applied by Epic. In this case, they're not using a custom local fork, so they _could_...

You should be able to build containers for UE 4.25 or later by doing a "custom" build against the relevant Epic release branch, e.g., https://github.com/EpicGames/UnrealEngine/tree/4.25, rather than using the tag....

Containerd 1.6.4 definitely [should have been creating the snapshot directory automatically](https://github.com/containerd/containerd/blob/v1.6.4/snapshots/windows/windows.go#L364-L368), so I'm not sure what could possibly have been going on here. One possibility is that a virus scanner...

The CI failure in the issue body was in the [`TestVolumeLsFilter`](https://github.com/containerd/nerdctl/actions/runs/7913136153/job/21600170296#step:8:529) test, and was a flake, since that test doesn't normally fail. A rerun of the same build failed in...

Okay, I broke something when moving the socket-finding logic, the rootless tests are panicking. I'll look into that ~~later today~~ now.

I can quickly rebase it tonight, as it looks like the conflicting changes are simply adjacent to my changes, rather than actual conflicting changes. The requested changes don't look too...

Okay, I've rebased it, and we'll let CI confirm I didn't break anything. I am not currently in a position to test it locally tonight though. Also, I added https://github.com/containerd/nerdctl/pull/2587/commits/b5859e1dd7c1786fff3585fb2f7eaf88331091e7...