finch icon indicating copy to clipboard operation
finch copied to clipboard

The Finch CLI an open source client for container development

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

**What is the problem you're trying to solve?.** When I use the [PythonFunction](https://docs.aws.amazon.com/cdk/api/v2/docs/@aws-cdk_aws-lambda-python-alpha.PythonFunction.html) CDK construct, I'm experiencing very slow image build times. See example below. The slow step is the...

**What is the problem you're trying to solve?.** I want to use [amazon-ecr-credential-helper](https://github.com/awslabs/amazon-ecr-credential-helper) and CDK [DockerImageAsset](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ecr_assets.DockerImageAsset.html) with the default finch configuration when setting in ~/.finch/finch.yml: ```yml ... creds_helpers: - ecr-login...

bug

This task is for supporting `finch compose -f compose-example.yml --abort-on-container-exit`

enhancement

**Describe the bug** Unable to use finch to build crops/poky container used for build yocto (yocto is a Linux meta-distribution for embedded devices). /usr/bin/sudo fails with this message: ```` sudo:...

bug

**Describe the bug** Finch should make `finch attach` available as a top level command to keep parity with [nerdctl](https://github.com/containerd/nerdctl/blob/main/docs/command-reference.md#whale-nerdctl-attach). It is currently available as a subcommand as `finch container attach`...

bug

Coming from Docker Desktop, `docker images prune` is a reflex for low disk space in moderate to large build environments. In my case, my project has a Cargo/rust deps, Python,...

enhancement

**What is the problem you're trying to solve?.** Docker cli has a manifest command that lets group different arch https://docs.docker.com/engine/reference/commandline/manifest/ **Describe the feature you'd like** I would like to be...

enhancement
feature_request

** ISSUE ** Cannot download images when going through company SSL inspection proxy Install netskope or zscaler clients on users machine and execute the following command ```bash finch run --rm...

bug
enhancement
good first issue

**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