Skip to content

Commit

Permalink
Merge pull request #57 from lima-vm/cri-docker
Browse files Browse the repository at this point in the history
Use cri-dockerd fork from rancher-sandbox instead
  • Loading branch information
jandubois committed Apr 21, 2022
2 parents 8d34332 + 48c86f8 commit d28696d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
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 d28696d

Please sign in to comment.