finch
finch copied to clipboard
The Finch CLI an open source client for container development
**Describe the bug** The version test `Check finch version [It] Should print finch version information` is failing consistently in CI since 1b3ad94f9477eb3f8d33cbea90880f78ca403ff7. This is odd because the values used to...
**Describe the bug** When I do `finch build --help`, the output ends with: ``` See also 'finch --help' for the global flags such as '--namespace', '--snapshotter', and '--cgroup-manager'. ``` However...
**What is the problem you're trying to solve?.** Support bundles currently don't contain any data that's useful for troubleshooting resource usage issues in the Finch VM. **Describe the feature you'd...
**Describe the bug** I started to see this timeout error on multiple resources when composing finch, and it never completes. ``` => => transferring context: 330.90MB 105.0s => [2/4] RUN...
**What is the problem you're trying to solve?.** finch 0.7.0 does not support healthcheck stanzas and related dependency definitions in dockerfiles. **Describe the feature you'd like** Consider this dockerfile: ```yaml...
**What is the problem you're trying to solve?.** Provide an Extension Framework for Finch, which can be used by others to add/modify commands.
**Describe the bug** Currently, path filtering is used in ci.yaml to make sure that docs only PRs don't trigger the full suite of end to end tests. Since implementation, the...
**What is the problem you're trying to solve?.** Currently, test data is not collected and aggregated. This makes it difficult to pinpoint flaky tests and diagnose the underlying reason why...
Finch vm takes long time compare to other tools like Docker. We are using finch for internal project. We want to improve user experience by decreasing finch vm command boot...
**What is the problem you're trying to solve?.** Currently, users have to check Finch release notes or blindly run brew command to detect if there is a new version of...