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

Commits on Jan 21, 2020

  1. Use golang instead alpine

    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)
    ```
    jmferrer authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    c43c569 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Update Dockerfile

    jmferrer authored Jan 22, 2020
    Configuration menu
    Copy the full SHA
    1976f0f View commit details
    Browse the repository at this point in the history
  2. Update Dockerfile

    jmferrer authored Jan 22, 2020
    Configuration menu
    Copy the full SHA
    a6dbd10 View commit details
    Browse the repository at this point in the history