summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-01-04 23:25:58 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-01-04 23:25:58 +0100
commit278ffc07a42dd262ec7a4036bef35b210f40ff3e (patch)
treebcbd71daf4ecd123a8ab8e2123b15c1dad2bea68
parentrelease cri-dockerd package (diff)
cri-dockerd: switch to release from mirantis
-rw-r--r--cri-dockerd/Makefile8
-rw-r--r--cri-dockerd/debian/changelog4
-rw-r--r--cri-dockerd/debian/control2
-rw-r--r--cri-dockerd/sha256sums.txt2
4 files changed, 8 insertions, 8 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
diff --git a/cri-dockerd/debian/changelog b/cri-dockerd/debian/changelog
index e572a89..ddd0dac 100644
--- a/cri-dockerd/debian/changelog
+++ b/cri-dockerd/debian/changelog
@@ -1,5 +1,5 @@
-cri-dockerd (0.0.3-1rancher) unstable; urgency=medium
+cri-dockerd (0.2.0-1) unstable; urgency=medium
* initial package release.
- -- Christian Pointner <equinox@spreadspace.org> Sat, 09 Oct 2021 21:12:30 +0200
+ -- Christian Pointner <equinox@spreadspace.org> Tue, 04 Jan 2022 23:22:30 +0100
diff --git a/cri-dockerd/debian/control b/cri-dockerd/debian/control
index 7a5368a..0a1e6f8 100644
--- a/cri-dockerd/debian/control
+++ b/cri-dockerd/debian/control
@@ -6,6 +6,6 @@ Standards-Version: 3.9.2
Build-Depends: debhelper (>= 9), wget, ca-certificates
Package: cri-dockerd
-Architecture: amd64 i386
+Architecture: amd64
Depends: ${misc:Depends}
Description: container runtime interface control for docker (binaries only)
diff --git a/cri-dockerd/sha256sums.txt b/cri-dockerd/sha256sums.txt
index d8c5a5a..5176b8a 100644
--- a/cri-dockerd/sha256sums.txt
+++ b/cri-dockerd/sha256sums.txt
@@ -1 +1 @@
-3761dcc54de15e62be4ba3cee6fa9b4b3489604d81832fe8c65fc0335640ee0f cri-dockerd-v0.0.3-linux-amd64.tgz
+ad0e5f2ac6e7a57af4b560d1638ee26baab68c56a49ff3337e10ff9cea0a3539 cri-dockerd-v0.2.0-linux-amd64.tar.gz