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

Fixed build step in Dockerfiles #128

Merged
merged 1 commit into from
May 27, 2019

Conversation

tholok97
Copy link
Contributor

@tholok97 tholok97 commented May 11, 2019

Was messing around with the project and couldn't build the Dockerfiles. My understanding is that they were not updated when the make targets for building was changed from make linux = /bin/linux/amd64/kubeval to make build = /bin/kubeval (during the introduction of GoReleaser?). This PR updates the build step in the Dockerfiles. make docker, make acceptance and make docker-offline now work.

Maybe I'm overlooking something, but anyway here's a PR in case it's a valid fix.

- The target `make linux` which resulted in `/bin/linux/amd64/kubeval` was
  likely used before. This target no longer exists, so switching over to using
  `make build` (which Dockerfile.acceptance already uses), which produces a
  binary at `/bin/kubeval`
@tholok97
Copy link
Contributor Author

#122 seems related

@garethr
Copy link
Collaborator

garethr commented May 27, 2019

Thanks, much appreciated.

@garethr garethr merged commit 0569843 into instrumenta:master May 27, 2019
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