diff --git a/bucket/skopeo-aoks.json b/bucket/skopeo-aoks.json new file mode 100644 index 00000000..6e6d133d --- /dev/null +++ b/bucket/skopeo-aoks.json @@ -0,0 +1,21 @@ +{ + "version": "1.15.0", + "description": "Windows builds of Skopeo: Work with remote images registries - retrieving information, images, signing content.", + "homepage": "https://github.com/passcod/winskopeo", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/passcod/winskopeo/releases/download/v1.15.0/skopeo.exe", + "hash": "86f734f3b97eca55968c90f39da45d3dfffa780a2f0a6ce074ac1f943748f4eb" + } + }, + "bin": "skopeo.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/passcod/winskopeo/releases/download/v$version/skopeo.exe" + } + } + } +}