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

Use golang instead alpine #166

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jmferrer
Copy link

Using alpine image docker build returns an error:

Step 3/8 : RUN go get -d github.com/optiopay/klar
 ---> Running in 6562fdf69543
package github.com/quay/clair/v3/pkg/commonerr: cannot find package "github.com/quay/clair/v3/pkg/commonerr" in any of:
	/usr/local/go/src/github.com/quay/clair/v3/pkg/commonerr (from $GOROOT)
	/go/src/github.com/quay/clair/v3/pkg/commonerr (from $GOPATH)
package github.com/quay/clair/v3/pkg/pagination: cannot find package "github.com/quay/clair/v3/pkg/pagination" in any of:
	/usr/local/go/src/github.com/quay/clair/v3/pkg/pagination (from $GOROOT)
	/go/src/github.com/quay/clair/v3/pkg/pagination (from $GOPATH)

Using alpine image docker build returns an error:
```
Step 3/8 : RUN go get -d github.com/optiopay/klar
 ---> Running in 6562fdf69543
package github.com/quay/clair/v3/pkg/commonerr: cannot find package "github.com/quay/clair/v3/pkg/commonerr" in any of:
	/usr/local/go/src/github.com/quay/clair/v3/pkg/commonerr (from $GOROOT)
	/go/src/github.com/quay/clair/v3/pkg/commonerr (from $GOPATH)
package github.com/quay/clair/v3/pkg/pagination: cannot find package "github.com/quay/clair/v3/pkg/pagination" in any of:
	/usr/local/go/src/github.com/quay/clair/v3/pkg/pagination (from $GOROOT)
	/go/src/github.com/quay/clair/v3/pkg/pagination (from $GOPATH)
```
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.

None yet

1 participant