summaryrefslogtreecommitdiff
path: root/Dockerfile.centos
diff options
context:
space:
mode:
authorPeter Hunt <pehunt@redhat.com>2019-05-17 11:08:14 -0400
committerPeter Hunt <pehunt@redhat.com>2019-05-17 11:10:09 -0400
commit38333970ba23338b1477f26e1807d21c74da8654 (patch)
treea537ec0ec4642c3e63dcfe6dffd353785680cada /Dockerfile.centos
parent0e20ae0b3a8c5e4e4e9511d078ed8479c67f2243 (diff)
downloadpodman-38333970ba23338b1477f26e1807d21c74da8654.tar.gz
podman-38333970ba23338b1477f26e1807d21c74da8654.tar.bz2
podman-38333970ba23338b1477f26e1807d21c74da8654.zip
s|kubernetes-sigs/cri-o|cri-o/cri-o|g
Signed-off-by: Peter Hunt <pehunt@redhat.com>
Diffstat (limited to 'Dockerfile.centos')
-rw-r--r--Dockerfile.centos4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.centos b/Dockerfile.centos
index 605dc9df4..0a1d84bce 100644
--- a/Dockerfile.centos
+++ b/Dockerfile.centos
@@ -67,8 +67,8 @@ RUN set -x \
ENV CRIO_COMMIT 7a283c391abb7bd25086a8ff91dbb36ebdd24466
RUN set -x \
&& export GOPATH="$(mktemp -d)" \
- && git clone https://github.com/kubernetes-sigs/cri-o.git "$GOPATH/src/github.com/kubernetes-sigs/cri-o.git" \
- && cd "$GOPATH/src/github.com/kubernetes-sigs/cri-o.git" \
+ && git clone https://github.com/cri-o/cri-o.git "$GOPATH/src/github.com/cri-o/cri-o.git" \
+ && cd "$GOPATH/src/github.com/cri-o/cri-o.git" \
&& git fetch origin --tags \
&& git checkout -q "$CRIO_COMMIT" \
&& make \