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 1b98391 commit fb19f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,6 +1,6 @@
NERDCTL_VERSION = 0.17.1
AGENT_VERSION = 0.1.2
CRI_DOCKERD_VERSION = 0.2.0
CRI_DOCKERD_VERSION = 0.2.0-1

distro.tar:

Expand All @@ -19,7 +19,7 @@ rancher-desktop-guestagent-$(AGENT_VERSION):

cri-dockerd-$(CRI_DOCKERD_VERSION).tgz:
wget -O "$@" \
"https://github.com/Mirantis/cri-dockerd/releases/download/v${CRI_DOCKERD_VERSION}/cri-dockerd-v${CRI_DOCKERD_VERSION}-linux-amd64.tar.gz"
"https://github.com/rancher-desktop/cri-dockerd/releases/download/v${CRI_DOCKERD_VERSION}/cri-dockerd-v${CRI_DOCKERD_VERSION}-linux-amd64.tar.gz"

image-id: Dockerfile $(wildcard files/*) nerdctl-$(NERDCTL_VERSION).tgz rancher-desktop-guestagent-$(AGENT_VERSION) cri-dockerd-$(CRI_DOCKERD_VERSION).tgz
docker build $(foreach a,$(args),$(call arg,$(a))) --iidfile "$@" --file "$<" .
Expand Down

0 comments on commit fb19f52

Please sign in to comment.