From 985cea366d8db283d9a894925a3b83fe7ac59c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Sat, 12 Apr 2025 10:34:24 +0200 Subject: [PATCH] Added acr-cli --- bucket/acr-cli.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 bucket/acr-cli.json diff --git a/bucket/acr-cli.json b/bucket/acr-cli.json new file mode 100644 index 0000000000000..2572b522958ed --- /dev/null +++ b/bucket/acr-cli.json @@ -0,0 +1,39 @@ +{ + "version": "0.11", + "description": "Command Line Tool for interacting with Azure Container Registry Images", + "homepage": "https://github.com/Azure/acr-cli", + "license": "MIT", + "architecture": { + "32bit": { + "url": "https://github.com/Azure/acr-cli/releases/download/v0.11/acr-cli_0.11_Windows_i386.zip", + "hash": "a5fca9fb907aeaa6fa1f4425ef2255bd3ebc26bca36df10ada25c6724eb64bf1" + }, + "64bit": { + "url": "https://github.com/Azure/acr-cli/releases/download/v0.11/acr-cli_0.11_Windows_x86_64.zip", + "hash": "feddddbcf57ebd23f288eabfeab568b1a74b1d031c292c0d7ac23d244f38b485" + }, + "arm64": { + "url": "https://github.com/Azure/acr-cli/releases/download/v0.11/acr-cli_0.11_Windows_arm64.zip", + "hash": "70be22ca778be3128e23f6ad624cf113b5a24bd4775fc1c0b8e7e0df0a23eaa6" + } + }, + "pre_install": "Rename-Item -Path $dir\\acr-cli.exe -NewName acr.exe", + "bin": "acr.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "32bit": { + "url": "https://github.com/Azure/acr-cli/releases/download/v$version/acr-cli_$version_Windows_i386.zip" + }, + "64bit": { + "url": "https://github.com/Azure/acr-cli/releases/download/v$version/acr-cli_$version_Windows_x86_64.zip" + }, + "arm64": { + "url": "https://github.com/Azure/acr-cli/releases/download/v$version/acr-cli_$version_Windows_arm64.zip" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}