Skip to content

Conversation

@wunki
Copy link
Contributor

@wunki wunki commented Jun 21, 2021

Recently Go switched to using Go modules for their dependency management. This updates the project to make use of those.

It also introduces the builder pattern for the Docker files to keep a minimal image. It first builds the load test Go binary and Vegeta (dependency) and later copies that into the image that actually runs the test. This way we have a clean image and it also runs a more suitable OS, instead of the OS required for building Go binaries.

@bart-degreed bart-degreed force-pushed the netcore31 branch 3 times, most recently from 7e0a07f to 7de905f Compare June 21, 2021 11:36
@bart-degreed
Copy link
Contributor

Superseded by #8. Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants