Skip to content

Use golang instead alpine#166

Open
jmferrer wants to merge 3 commits into
optiopay:masterfrom
jmferrer:use-golang-instead-alpine
Open

Use golang instead alpine#166
jmferrer wants to merge 3 commits into
optiopay:masterfrom
jmferrer:use-golang-instead-alpine

Conversation

@jmferrer

Copy link
Copy Markdown

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.

1 participant