diff --git a/hack/make/build-deb b/hack/make/build-deb index 2aed66fcb617aaf6d020e0998129ed09e3a30684..5b586d0b6ba835df618050d2a9286fcf979c81e1 100644 --- a/hack/make/build-deb +++ b/hack/make/build-deb @@ -73,7 +73,7 @@ set -e # add runc and containerd compile and install cat >> "$DEST/$version/Dockerfile.build" <<-EOF # Install runc - RUN git clone https://github.com/opencontainers/runc.git "/go/src/github.com/opencontainers/runc" \ + RUN git clone https://github.com/crosbymichael/runc.git "/go/src/github.com/opencontainers/runc" \ && cd "/go/src/github.com/opencontainers/runc" \ && git checkout -q "\$RUNC_COMMIT" RUN set -x && export GOPATH="/go" && cd "/go/src/github.com/opencontainers/runc" \ diff --git a/hack/make/build-rpm b/hack/make/build-rpm index 3a82a3827ccd98cac9a12ceba3a10312b2837113..d70cb705dfdccb78888940d53f6748ed3d14d0a7 100644 --- a/hack/make/build-rpm +++ b/hack/make/build-rpm @@ -100,7 +100,7 @@ set -e # add runc and containerd compile and install cat >> "$DEST/$version/Dockerfile.build" <<-EOF # Install runc - RUN git clone https://github.com/opencontainers/runc.git "/go/src/github.com/opencontainers/runc" \ + RUN git clone https://github.com/crosbymichael/runc.git "/go/src/github.com/opencontainers/runc" \ && cd "/go/src/github.com/opencontainers/runc" \ && git checkout -q "\$RUNC_COMMIT" RUN set -x && export GOPATH="/go" && cd "/go/src/github.com/opencontainers/runc" \