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

Remove onbuild and go-wrapper from Docker build #13

Closed
wants to merge 1 commit into from

Conversation

guewen
Copy link
Contributor

@guewen guewen commented Feb 18, 2020

onbuild images are deprecated
go-wrapper is deprecated

onbuild images [0] are deprecated
go-wrapper [1] is deprecated

[0] docker-library/official-images#2076
[1] docker-library/golang#205
RUN go get -d -v ./...
RUN go install -v ./...

FROM debian:buster
Copy link
Contributor Author

Choose a reason for hiding this comment

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

any preference here?

@guewen guewen closed this Feb 18, 2020
@mfournier
Copy link
Contributor

Oops, sorry I didn't notice your PR @guewen and pushed almost exactly the same commit to master...

@guewen
Copy link
Contributor Author

guewen commented Feb 18, 2020

No problem, I should have send you a direct message before even starting this. Anyway, it didn't take me much time, that I can still credit as learning time.

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