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

Update build image with missing deps and a fix or two #1364

Merged
merged 1 commit into from
Dec 4, 2019

Conversation

slim-bean
Copy link
Collaborator

#1160 changed how we compress release binaries from gzip to zip, however our build image did not have zip installed. This PR fixes that.

#1303 Erroneously removed the required GO111MODULES=on from the build image, I updated the comment in the image as to why this is required.

I also fixed #1323 because I needed to rebuild drone with the latest build image and didn't have the drone-cli installed so figured this was as good a time as any to add it to the build image

Adding `drone` to the build image and updating the make target to run the drone command in the build image
Re-adding `GO111MODULE=on` to the dependency import as it is still required and was removed in error. (Also updated the comment a little to reflect why it is still needed)
Makefile Show resolved Hide resolved
loki-build-image/Dockerfile Show resolved Hide resolved
Copy link
Member

@rfratto rfratto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@slim-bean slim-bean merged commit 191f87a into master Dec 4, 2019
@slim-bean slim-bean deleted the update-build-image branch December 4, 2019 18:00
cyriltovena pushed a commit to cyriltovena/loki that referenced this pull request Jun 11, 2021
Wrap chunk errors to provide context when something breaks
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.

make drone should run in a container
2 participants