-
Notifications
You must be signed in to change notification settings - Fork 241
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
Takes too long to build otel container in test cases #716
Comments
sethAmazon
added a commit
to sethAmazon/aws-otel-collector
that referenced
this issue
Nov 8, 2021
Co-authored-by: Khanh Nguyen <khanhntd@amazon.com>
sethAmazon
added a commit
to sethAmazon/aws-otel-collector
that referenced
this issue
Nov 8, 2021
Co-authored-by: Khanh Nguyen <khanhntd@amazon.com>
sethAmazon
added a commit
to sethAmazon/aws-otel-collector
that referenced
this issue
Nov 9, 2021
Co-authored-by: Khanh Nguyen <khanhntd@amazon.com>
sethAmazon
added a commit
to sethAmazon/aws-otel-collector
that referenced
this issue
Nov 9, 2021
Co-authored-by: Khanh Nguyen <khanhntd@amazon.com>
sethAmazon
added a commit
to sethAmazon/aws-otel-collector
that referenced
this issue
Nov 9, 2021
Co-authored-by: Khanh Nguyen <khanhntd@amazon.com>
jefchien
pushed a commit
that referenced
this issue
Nov 9, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Takes too long to build otel container in test cases. This is because we do not cache the go mods when we build in the ec2 instance.
Describe the solution you'd like
Build once and upload to ecr then take the docker image from there
Describe alternatives you've considered
Move go mod cache into the dockerfile
Move the building of otel outside of the docker file.
Additional context
https://github.com/aws-observability/aws-otel-collector/runs/4119657628?check_suite_focus=true
The text was updated successfully, but these errors were encountered: