Conversation
| @@ -0,0 +1,71 @@ | |||
| # This file is part of cc-oci-runtime. | |||
There was a problem hiding this comment.
Could this path please be 2.1/build/ubuntu/Dockerfile ? the cc prefix and suffix is redundant, we know we're building Clear Containers :)
cc2.1/build_cc/ubuntu/Dockerfile
Outdated
|
|
||
| # Create directory for clonning cc-oci-runtime | ||
| RUN mkdir -p /root/go/src/github.com/01org | ||
|
|
There was a problem hiding this comment.
Instead of creating the directory and git cloning the code, could you please try to do a:
go get -d github.com/01org/cc-oci-runtime
There was a problem hiding this comment.
tried that, but got this:
package github.com/01org/cc-oci-runtime: no buildable Go source files in /root/go/src/github.com/01org/cc-oci-runtime
The command '/bin/sh -c go get github.com/01org/cc-oci-runtime' returned a non-zero code: 1
and the docker build command cannot continue
There was a problem hiding this comment.
@chavafg can you try go get -d
This should not build it
There was a problem hiding this comment.
argh! go get -d will still try to compile the package. What it doesn't do is go install :/
| @@ -1,50 +0,0 @@ | |||
| # | |||
There was a problem hiding this comment.
Can we please all the existing files and move them to 2.1/run/<distro> instead ?
I know they're broken, but if we remove them we will have a hard time fixing them...
2.1/run directory was created to track files that belong to 2.1 and its purpose is to run clear-containers Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
README.md
Outdated
| Those are Dockerfiles for building Ubuntu, Fedora and Clear Linux | ||
| containers capable of running the Clear Container container runtime | ||
| as the default OCI runtime. | ||
| This repoository contains different Dockerfiles for building Ubuntu, |
be50240 to
5880c44
Compare
Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
5880c44 to
3673c18
Compare
| ENV HOME /root | ||
| WORKDIR $HOME | ||
|
|
||
| # Clone and clone cc-oci-runtime |
This PR contains 2 commits that :