finch icon indicating copy to clipboard operation
finch copied to clipboard

The Finch CLI an open source client for container development

Results 168 finch issues
Sort by recently updated
recently updated
newest added

**Describe the bug** It is not possible to create a container with a mounted volume. **Steps to reproduce** 1. Create file docker-compose.yml with below content: ``` services: db: image: postgres:14-alpine...

bug

**What is the problem you're trying to solve?.** I am trying to replace docker with finch but some tools require the --version switch so I am blocked. For example, this...

enhancement

Bump for Finch's dependencies. Currently, this updates values based on artifacts defined in the finch-core repository, such as: operating system images, and the version of Lima (and it's dependencies), which...

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.4 to 6.0.5. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v6.0.5 ⚙️ Fixes an issue with proxy support for users that run self-hosted behind a...

dependencies
github_actions

:robot: I have created a release *beep* *boop* --- ## [1.1.4](https://github.com/runfinch/finch/compare/v1.1.3...v1.1.4) (2024-04-25) ### Build System or External Dependencies * **deps:** Bump github.com/aws/aws-sdk-go-v2 from 1.26.0 to 1.26.1 ([#882](https://github.com/runfinch/finch/issues/882)) ([c059d9e](https://github.com/runfinch/finch/commit/c059d9ec3c4c17ba950bc25a9bb33a2b6c39394e)) * **deps:**...

autorelease: pending

**What is the problem you're trying to solve?.** I have an container image that is larger than the size of the persistent disk, which is currently hardcoded to `50G`: https://github.com/runfinch/finch/blob/fb78051eaf1aae7b6eb99707f36489bb52818021/pkg/disk/disk.go#L25...

enhancement

Issue #, if available: N/A *Description of changes:* This change updates CI to run shellcheck via container instead of a third-party GitHub Action package. It also updates the version ran...

**Describe the bug** On Windows, running `finch support-bundle generate` fails with the following error: ``` level=fatal msg="exec: \"uname\": executable file not found in %PATH%" ``` **Steps to reproduce** Run `finch...

bug

**Describe the bug** Cannot use `--env-file` option with `finch compose up` command software version finch: 1.1.3 MacOS: Sonoma 14.4.1 **Steps to reproduce** 1. Put two files below in the same...

bug

**Describe the bug** Cannot use `--env` option **Steps to reproduce** ```sh finch container run -it --rm --env="E=v" busybox env ``` **Expected behavior** ``` PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TERM=xterm HOME=/root E=v ``` **Screenshots or...

bug