From 6b6e58aae656917aa98e1affc5ce8ebad35ddd09 Mon Sep 17 00:00:00 2001 From: Eugene Klimov Date: Thu, 9 Dec 2021 17:52:02 +0500 Subject: [PATCH] Add go-containerregistry 0.7.0 (#3070) --- bucket/go-containerregistry.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bucket/go-containerregistry.json diff --git a/bucket/go-containerregistry.json b/bucket/go-containerregistry.json new file mode 100644 index 0000000000..cd8003d56d --- /dev/null +++ b/bucket/go-containerregistry.json @@ -0,0 +1,27 @@ +{ + "version": "0.7.0", + "description": "CLIs for working with container registries", + "homepage": "https://github.com/google/go-containerregistry", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/google/go-containerregistry/releases/download/v0.7.0/go-containerregistry_Windows_x86_64.tar.gz", + "hash": "24dcf4dbfe1839f9add2694e6c9a917be3256f2ffa8b482ddb0a8a46a6b059a8" + } + }, + "bin": [ + "crane.exe", + "gcrane.exe" + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/google/go-containerregistry/releases/download/v$version/go-containerregistry_Windows_x86_64.tar.gz" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}