Vishwas Siravara
Vishwas Siravara
Thanks for trying finch. Is this observed only while pulling that particular image or is it a problem for any image that you try to pull from the registry?
> I wonder if this is related: [containerd/containerd#7676](https://github.com/containerd/containerd/issues/7676) Does your image also contain nondistributable layers. A link to the Dockerfile or the layer that is failing would help in the...
We will fix this in an upcoming release after upstream fix is merged.
Thanks @leighmcculloch , we will include this in our next release. I will leave a note on this ticket when we have the next release.
@leighmcculloch This is fixed in version [v0.2.0](https://github.com/runfinch/finch/releases/tag/v0.2.0). I ran a sanity test on macOS13 ``` % brew reinstall --cask finch % finch vm init INFO[0000] binaries directory doesn't exist INFO[0000]...
Thanks for reporting this bug. `finch` wraps on `nerdctl` which does most of the "heavy lifting". I noticed this is happening in `nerdctl`. I have opened an [issue](https://github.com/containerd/nerdctl/issues/1868) in their...
Test run on finch version 0.5.0 on macOS 13.2.1 TL;DR: Switching to rootful containerd causes a change in behavior for issues 1 and 2 described in the linked [GitHub issue](https://github.com/runfinch/finch/issues/164#issuecomment-1439830989),...
Adding related ticket for tracking: https://github.com/containerd/nerdctl/issues/1472
Can you try to inject env variables is via a `.env` file in the same path as the `docker-compose.yaml` file. ``` $ cat .env CUSTOM_UID=405 CUSTOM_GID=100 ``` I tried a...
@north-hoshi What is the `USER` env variable set to on your machine? Finch uses this variable to write to `.bashrc` inside the VM and if the user running finch does...