Olly P

Results 21 issues of Olly P

### Proposed changes Swarm Jobs were initially implemented in Docker Engine 20.10, this PR adds the documentation. https://github.com/moby/moby/pull/40307

area/Swarm

**Describe the bug** When running `finch stats` without a memory limit on a container, finch is reporting the limit as 16 EiB (exbibytes). I'm unsure where this number has come...

bug

**What is the problem you're trying to solve?.** buildkit can either leverage a [containerd worker or an OCI worker](https://github.com/containerd/nerdctl/blob/main/docs/build.md#setting-up-nerdctl-build-with-buildkit), currently the Finch default is the OCI worker. This can be...

Signed-off-by: Olly Pomeroy Issue #, if available: https://github.com/runfinch/finch/issues/71 *Description of changes:* Adding the [env](https://github.com/lima-vm/lima/blob/master/examples/default.yaml#L345) section to the lima vm configuration, and the defining a CONTAINERND_NAMESPACE variable. The containerd-rootless-setup.sh script in...

**Describe the bug** If you attempt to initialize a Finch VM in an environment without internet connection (or without access to the yum repositories) it fails, and the `finch vm...

enhancement

**What is the problem you're trying to solve?.** Finch should include the [ECR credential helper](https://github.com/awslabs/amazon-ecr-credential-helper) binary in the Finch VM image to save a user having to either install it...

enhancement

### What is the problem you're trying to solve A SOCI index is tied to a container image manifest not a manifest list / image index. In https://github.com/containerd/nerdctl/pull/2467 we added...

kind/feature

**What is the problem you're trying to solve?.** On Windows I can run `finch.exe` from the Windows environment (cmd / powershell), as well as `finch.exe` from "my" WSL2 distribution (e.g....

enhancement
windows

**What is the problem you're trying to solve?.** Today Finch only "natively" supports the [ecr-login credential helper](https://github.com/awslabs/amazon-ecr-credential-helper) https://github.com/runfinch/finch/pull/462. However there are scenarios where folks may want to use other credential...

enhancement
feature_request

**What is the problem you're trying to solve?.** With Finch on Windows if the user has WSL configured in [networkingMode=mirrored](https://learn.microsoft.com/en-us/windows/wsl/networking#mirrored-mode-networking) then a `finch vm init` will fail. It appears `finch`...

enhancement
windows