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

Cannot install Go driver #230

Closed
vmarkovtsev opened this issue Dec 14, 2018 · 2 comments
Closed

Cannot install Go driver #230

vmarkovtsev opened this issue Dec 14, 2018 · 2 comments
Assignees
Labels

Comments

@vmarkovtsev
Copy link
Contributor

vmarkovtsev commented Dec 14, 2018

I run

docker exec -it bblfshd bblfshctl driver install go

and get

Installing driver from "go"... Error: rpc error: code = Unknown desc = errors:
denied: requested access to the resource is denied
unauthorized: authentication required

rpc error: code = Unknown desc = errors:
denied: requested access to the resource is denied
unauthorized: authentication required


Usage:
  bblfshctl [OPTIONS] driver install [install-OPTIONS] [language] [image]

Installs a new driver for a given language

At the same time, driver install --recommended works fine and Go driver gets installed.

Build information
  commit: v2.9.1
  date: 2018-10-10T11:28:49+0000
@EgorBu EgorBu mentioned this issue Jan 3, 2019
36 tasks
@dennwc dennwc added the question label Jan 3, 2019
@dennwc dennwc self-assigned this Jan 3, 2019
@dennwc
Copy link
Member

dennwc commented Jan 3, 2019

The correct command is:

docker exec bblfshd bblfshctl driver install bblfsh/go-driver

In your case, you are trying to install library/go image from the global Docker registry, that has nothing to do with Babelfish. This was done to allow installing third-party drivers.

I think we should infer the bblfsh/go-driver name from go, specifically if URL scheme (docker://) and repository (bblfsh/) is not specified.

@bzz
Copy link
Contributor

bzz commented Jan 11, 2019

Took liberty of closing this, as the question seems to be answered and there is no further discussion for 1 week.

@bzz bzz closed this as completed Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants