Austin Vazquez
Austin Vazquez
### What is the problem you're trying to solve I have a use case which uses `docker compose up --abort-on-container-exit` to stop all containers if any container was stopped. ###...
### What is the problem you're trying to solve I have a use case which uses `docker build --compress` to compress the build context using gzip. ### Describe the solution...
*Issue #, if available:* N/A *Description of changes:* Adds dependabot updates for GitHub Actions packages. By submitting this pull request, I confirm that my contribution is made under the terms...
Upgrade actions packages, e.g. actions/setup-go, actions/checkout, from v2 to v3 to resolve NodeJS 12 warnings in CI workflow.
### Issue N/A ### Description This change updates GitHub Actions packages actions/checkout to v4, actions/setup-go to v5, and actions/upload-artifacts to v4 to resolve NodeJS 16 deprecation warnings. It also updates...
### Issue: New golangci-lint version is available. ### Description: This change updates golangci-lint in CI to v1.57.1. ### Testing: Lint check passes
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...
This task is for supporting `finch compose -f compose-example.yml --abort-on-container-exit`
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...