Skip to content

Commit

Permalink
Use cri-dockerd fork from rancher-sandbox instead
Browse files Browse the repository at this point in the history
It includes the "Fix metrics performance issue" PR that isn't
getting merged by Mirantis: Mirantis/cri-dockerd#38.

Signed-off-by: Jan Dubois <jan.dubois@suse.com>
  • Loading branch information
jandubois committed Apr 21, 2022
1 parent 8d34332 commit 48c86f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -23,7 +23,7 @@ ARCH_ALIAS = $(shell echo "$(ARCH_ALIAS_$(ARCH))")

NERDCTL_VERSION=0.17.1
QEMU_VERSION=v6.1.0
CRI_DOCKERD_VERSION=0.2.0
CRI_DOCKERD_VERSION=0.2.0-1
BINFMT_IMAGE=tonistiigi/binfmt:qemu-$(QEMU_VERSION)

.PHONY: mkimage
Expand All @@ -48,7 +48,7 @@ qemu-$(QEMU_VERSION)-copying:
curl -o $@ -Ls https://raw.githubusercontent.com/qemu/qemu/$(QEMU_VERSION)/COPYING

cri-dockerd-$(CRI_DOCKERD_VERSION)-$(ARCH):
curl -o $@ -Ls https://github.com/Mirantis/cri-dockerd/releases/download/v$(CRI_DOCKERD_VERSION)/cri-dockerd-v$(CRI_DOCKERD_VERSION)-linux-$(ARCH_ALIAS).tar.gz
curl -o $@ -Ls https://github.com/rancher-sandbox/cri-dockerd/releases/download/v$(CRI_DOCKERD_VERSION)/cri-dockerd-v$(CRI_DOCKERD_VERSION)-linux-$(ARCH_ALIAS).tar.gz

.PHONY: lima
lima:
Expand Down

0 comments on commit 48c86f8

Please sign in to comment.