From 1a2ba9c65f1c6b852ad2d41e49cc05aedf6da454 Mon Sep 17 00:00:00 2001 From: Hayden Date: Thu, 25 Mar 2021 20:07:45 -0400 Subject: [PATCH] containerd: Add version 1.4.4 (#1915) * Add containerd * Add newline * Update containerd.json Untested * Update containerd.json Co-authored-by: Ross Smith II --- bucket/containerd.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bucket/containerd.json diff --git a/bucket/containerd.json b/bucket/containerd.json new file mode 100644 index 0000000000..b72d77f30d --- /dev/null +++ b/bucket/containerd.json @@ -0,0 +1,30 @@ +{ + "description": "An open and reliable container runtime", + "homepage": "https://containerd.io/", + "version": "1.4.4", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/containerd/containerd/releases/download/v1.4.4/containerd-1.4.4-windows-amd64.tar.gz", + "hash": "0b668d28ec7ffda3d1930ed729ff8591540278a56539ae0bd682dea8c9964483" + } + }, + "bin": [ + "bin\\containerd.exe", + "bin\\containerd-shim-runhcs-v1.exe", + "bin\\ctr.exe" + ], + "checkver": { + "github": "https://github.com/containerd/containerd" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/containerd/containerd/releases/download/v$version/containerd-$version-windows-amd64.tar.gz" + } + }, + "hash": { + "url": "$url.sha256sum" + } + } +}