-
Notifications
You must be signed in to change notification settings - Fork 19
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
build failed #9
Comments
It should work, if the system that you are working on has access to docker hub. A sample output looks like below. ./build |
I am not sure if it is go version so I replaced my go1.11.3 with 1.10.1 but it fails still. Anyone got the same problem as well? #docker images #./build make #go version |
Can you make sure that docker images output look like this in your system. |
Thanks. Still, it does not work after I downgraded the image to 1.10.1. #go version |
Hi,
I got an issue with build on both centos 7.6 and fedora 27, any problem with my set up?
./build make
Building image: rdma/sriov-plugin:x86_64
Sending build context to Docker daemon 215 kB
Step 1/13 : FROM golang:1.10.1 as build
Error parsing reference: "golang:1.10.1 as build" is not a valid repository/tag: invalid reference format
The text was updated successfully, but these errors were encountered: