Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docker): use tini as entrypoint #5459

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from

Conversation

fatih-acar
Copy link
Contributor

@fatih-acar fatih-acar commented Jan 14, 2025

This should workaround #5400 where child git processes are not reaped correctly.

We could have used init: true in docker compose, but this would not work for k8s deployments...

This should workaround #5400 where child git processes are not reaped
correctly.

Signed-off-by: Fatih Acar <[email protected]>
Copy link

codspeed-hq bot commented Jan 14, 2025

CodSpeed Performance Report

Merging #5459 will improve performances by 27.54%

Comparing fac-workaround-process-reap (eea8257) with stable (dd1cc18)

Summary

⚡ 1 improvements
✅ 9 untouched benchmarks

Benchmarks breakdown

Benchmark stable fac-workaround-process-reap Change
test_schemabranch_duplicate 418.9 µs 328.5 µs +27.54%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants