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

added binary executable files to .dockerignore #5544

Merged
merged 1 commit into from
Oct 1, 2018
Merged

added binary executable files to .dockerignore #5544

merged 1 commit into from
Oct 1, 2018

Conversation

rob-deutsch
Copy link
Contributor

@rob-deutsch rob-deutsch commented Sep 29, 2018

The Docker client was blindly copying binaries from the bin/ directory to the Docker server, and then the Docker server would just try and run them blindly - causing an error.

It's better to not upload these binaries, and let the Docker server itself fetch the binaries that it wants.

Fixes #5038

fixed #5038

License: MIT
Signed-off-by: Rob Deutsch <rdeutschob@gmail.com>
Copy link
Member

@Kubuxu Kubuxu left a comment

Choose a reason for hiding this comment

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

As I can't test it on OSX (where the bug exists), can you just confirm it fixes it?
Otherwise LGTM.

@rob-deutsch
Copy link
Contributor Author

Can confirm that this fixes it.

@Stebalien Stebalien merged commit e93aa25 into ipfs:master Oct 1, 2018
@rob-deutsch rob-deutsch deleted the fix/5038 branch October 2, 2018 03:47
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.

3 participants