finch
finch copied to clipboard
The Finch CLI an open source client for container development
Issue #, if available: *Description of changes:* This PR adds automation to support upgrading SOCI and ECR Cred helper dependencies to their latest versions. Finch hardcodes the SHA of the...
**What is the problem you're trying to solve?.** If you enable the SOCI snapshotter on Finch, today we are downloading the [binaries on boot](https://github.com/runfinch/finch/blob/main/pkg/config/lima_config_applier.go#L26). To support users running in an...
Follow up from #462 https://github.com/runfinch/finch/pull/462#issuecomment-1636448456, non-blocking for releasing the ECR credential helper integration with Finch. **Describe the bug** Unexpected behavior in successfully pulling an image from a private ECR repo...
Issue #209 *Description of changes:* I add the host-gateway-ip to the finch config file and use that to make the host-gateway-ip configurable using nerdctl *Testing done:* I have done some...
This task is for enabling `finch build --compress -f ./example.dockerfile`
**What is the problem you're trying to solve?.** I am unable to run https://github.com/aws/aws-mwaa-local-runner when swapping docker out for Finch. **Describe the feature you'd like** As finch user, I would...
**What is the problem you're trying to solve?.** I am trying to build OpenSearch from source according to their Developer Guide ([here](https://github.com/opensearch-project/OpenSearch/blob/main/DEVELOPER_GUIDE.md)) with Finch running instead of Docker Desktop. When...
**Describe the feature you'd like** To automatically track and update SOCI's version in CI **Additional context** Related to @ginglis13 comments on #506
**Describe the bug** Finch cannot resolve special IP `host-gateway` in `finch run --add-host name:host-gateway IMAGE` **Steps to reproduce** ``` finch run --add-host name:host-gateway -it public.ecr.aws/amazonlinux/amazonlinux:2 bash # cat /etc/hosts ......
**Describe the bug** Briefly describe the problem you are having. **Steps to reproduce** Follow: https://code.visualstudio.com/docs/devcontainers/tutorial However after installing Dev Containers extension, go to the extensions settings and replace Docker and...