summaryrefslogtreecommitdiff
path: root/cri-dockerd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cri-dockerd/Makefile')
-rw-r--r--cri-dockerd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/cri-dockerd/Makefile b/cri-dockerd/Makefile
index cf40d09..0e60a2d 100644
--- a/cri-dockerd/Makefile
+++ b/cri-dockerd/Makefile
@@ -1,15 +1,15 @@
VERSION := "invalid"
-GITHUB_BASEURL := "https://github.com/rancher/cri-dockerd/releases/download"
+GITHUB_BASEURL := "https://github.com/Mirantis/cri-dockerd/releases/download"
.PHONY: clean
all: amd64/cri-dockerd
-%/cri-dockerd: cri-dockerd-v$(VERSION)-linux-%.tgz
+%/cri-dockerd: cri-dockerd-v$(VERSION)-linux-%.tar.gz
mkdir -p $(shell echo $@ | sed 's#/.*##')
- tar -C $(shell echo $@ | sed 's#/.*##') -xzf "$<" --strip-components=1
+ tar -C $(shell echo $@ | sed 's#/.*##') -xzf "$<"
-cri-dockerd-v$(VERSION)-linux-%.tgz:
+cri-dockerd-v$(VERSION)-linux-%.tar.gz:
wget -nc --progress=dot:mega "$(GITHUB_BASEURL)/v$(VERSION)/$(shell echo $@ | sed s/i386/386/)" -O "$@"
sha256sum -c --ignore-missing sha256sums.txt