-
Notifications
You must be signed in to change notification settings - Fork 82
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
Change docker.builder default to debian 12 #4029
Conversation
This pull request does not have a backport label. Could you fix it @michel-laterman? 🙏
|
|
I'm having an issue on my arm macbook testing this within a multipass vm. I can start the VM with
I don't have time to investigate this at the moment, so i'll close the PR |
Pull request was closed
What is the problem this PR solves?
make test-e2e
fails to build coverage enabled binaries.How does this PR solve the problem?
Change default golang-crossbuild image used to debian12
Design Checklist
I have ensured my design is stateless and will work when multiple fleet-server instances are behind a load balancer.I have or intend to scale test my changes, ensuring it will work reliably with 100K+ agents connected.I have included fail safe mechanisms to limit the load on fleet-server: rate limiting, circuit breakers, caching, load shedding, etc.Checklist
I have commented my code, particularly in hard-to-understand areasI have made corresponding changes to the documentationI have made corresponding change to the default configuration filesI have added tests that prove my fix is effective or that my feature worksI have added an entry in./changelog/fragments
using the changelog tool