Browse code

Use runc from crosbymichael's fork

Signed-off-by: Arnaud Porterie (icecrime) <arnaud.porterie@docker.com>

Arnaud Porterie (icecrime) authored on 2016/06/15 13:10:38
Showing 2 changed files
... ...
@@ -73,7 +73,7 @@ set -e
73 73
 		# add runc and containerd compile and install
74 74
 		cat >> "$DEST/$version/Dockerfile.build" <<-EOF
75 75
 			# Install runc
76
-			RUN git clone https://github.com/opencontainers/runc.git "/go/src/github.com/opencontainers/runc" \
76
+			RUN git clone https://github.com/crosbymichael/runc.git "/go/src/github.com/opencontainers/runc" \
77 77
 					&& cd "/go/src/github.com/opencontainers/runc" \
78 78
 					&& git checkout -q "\$RUNC_COMMIT"
79 79
 			RUN set -x && export GOPATH="/go" && cd "/go/src/github.com/opencontainers/runc" \
... ...
@@ -100,7 +100,7 @@ set -e
100 100
 		# add runc and containerd compile and install
101 101
 		cat >> "$DEST/$version/Dockerfile.build" <<-EOF
102 102
 			# Install runc
103
-			RUN git clone https://github.com/opencontainers/runc.git "/go/src/github.com/opencontainers/runc" \
103
+			RUN git clone https://github.com/crosbymichael/runc.git "/go/src/github.com/opencontainers/runc" \
104 104
 					&& cd "/go/src/github.com/opencontainers/runc" \
105 105
 					&& git checkout -q "\$RUNC_COMMIT"
106 106
 			RUN set -x && export GOPATH="/go" && cd "/go/src/github.com/opencontainers/runc" \