finch
finch copied to clipboard
The Finch CLI an open source client for container development
## License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
**What is the problem you're trying to solve?.** Installing finch by downloading the binary is ok, but integrating it with homebrew for upgrades would be even better. **Describe the feature...
**Describe the bug** Using Finch Finch-v0.1.0-aarch64 the command vm init fails with fatal error as seen in the logs section. It the end it looks like `init` did succeed as...
:robot: I have created a release *beep* *boop* --- ## [0.1.1](https://github.com/runfinch/finch/compare/v0.1.0...v0.1.1) (2022-12-02) ### Bug Fixes * error readable by using the right placeholder ([#39](https://github.com/runfinch/finch/issues/39)) ([8e5f38d](https://github.com/runfinch/finch/commit/8e5f38d2b994dadf53f57430eaa0a59b8cafd2f8)) ### Build System or External...
**Describe the bug** I am unable to start a VM on my Macbook pro (10.15.4). When I run ```finch vm init```, I get the logs listed at the bottom, and...
Issue #, if available: *Description of changes:* I fixed log format. It's failed on purpose to confirm the logs. ``` DEBU[0000] Creating limactl command: ARGUMENTS: [ls -f {{.Status}} finch], LIMA_HOME:...
**Describe the bug** [`run --pid-host`](https://github.com/runfinch/common-tests/blob/186517ebdd50fcea9f30e1c7569bca69f70143e6/tests/run.go#L207) sometimes fails in CI. **Steps to reproduce** It's flaky. Sometimes it passes, while sometimes it fails. **Expected behavior** It should always pass. **Screenshots or logs**...
The removed args solved a common static linking problem in old versions of go, per https://github.com/golang/go/issues/9344#issuecomment-69944514 Signed-off-by: Alexander Else Issue #, if available: *Description of changes:* Remove build flags relating...
**Describe the bug** [`BeforeEach` of `login`](https://github.com/runfinch/common-tests/blob/abf1f07985e32a173032d7f49d9c4e621576ff47/tests/login.go#L45) sometimes fails in CI. **Steps to reproduce** It's flaky. Sometimes it passes, while sometimes it fails. **Expected behavior** It should always pass. **Screenshots or...
**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...