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 build. update dockerfiles to Go 1.14 #8051

Merged
merged 1 commit into from
Aug 28, 2020
Merged

Conversation

ssoroka
Copy link
Contributor

@ssoroka ssoroka commented Aug 28, 2020

Looks like make go-install should probably not have been removed, as it was still in use. Likely daniel thought that it was not relevant to the new makefile setup, which focuses on creating our package builds, however the docker file also expects to be able to call into it so it doesn't have to manage env variables. This is likely a reasonable assumption, and not realistic to expect only one consumer of the Makefile, so I've added the function back in.

@ssoroka ssoroka requested a review from reimda August 28, 2020 19:45
@ssoroka ssoroka merged commit 5d999f8 into master Aug 28, 2020
@ssoroka ssoroka deleted the docker-fixes branch August 28, 2020 20:39
@reimda reimda mentioned this pull request Sep 3, 2020
3 tasks
idohalevi pushed a commit to idohalevi/telegraf that referenced this pull request Sep 29, 2020
arstercz pushed a commit to arstercz/telegraf that referenced this pull request Mar 5, 2023
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