mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-16 20:31:19 +00:00
docker-pushrm: Add version 1.8.0 (#3166)
* docker-pushrm: Add version 1.8.0 * docker-pushrm: Add version 1.8.0
This commit is contained in:
parent
8b9011d495
commit
c91ac21fe8
36
bucket/docker-pushrm.json
Normal file
36
bucket/docker-pushrm.json
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"version": "1.8.0",
|
||||
"description": "Docker Push Readme - a Docker CLI plugin to update container repo docs.",
|
||||
"homepage": "https://github.com/christian-korneck/docker-pushrm",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/christian-korneck/docker-pushrm/releases/download/v1.8.0/docker-pushrm_windows_amd64.exe#/docker-pushrm.exe",
|
||||
"hash": "d01513858b2196f5ecd87e5029ebccef4f1e5bbab348bb59d9394c462a8cefbe"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/christian-korneck/docker-pushrm/releases/download/v1.8.0/docker-pushrm_windows_386.exe#/docker-pushrm.exe",
|
||||
"hash": "177df091fd88038b38356c00f30c417a383a7a845d9ff640bb57848f5ee048cb"
|
||||
}
|
||||
},
|
||||
"bin": "docker-pushrm.exe",
|
||||
"post_install": [
|
||||
"echo 'Installing docker-pushrm as docker-cli plugin...'",
|
||||
"New-Item -ItemType Directory -Force \"$Env:USERPROFILE\\.docker\\cli-plugins\" | Out-Null",
|
||||
"Copy-Item \"$original_dir\\docker-pushrm.exe\" \"$Env:USERPROFILE\\.docker\\cli-plugins\\docker-pushrm.exe\""
|
||||
],
|
||||
"uninstaller": {
|
||||
"script": "Remove-Item -Force \"$Env:USERPROFILE\\.docker\\cli-plugins\\docker-pushrm.exe\""
|
||||
},
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/christian-korneck/docker-pushrm/releases/download/v$version/docker-pushrm_windows_amd64.exe#/docker-pushrm.exe"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/christian-korneck/docker-pushrm/releases/download/v$version/docker-pushrm_windows_386.exe#/docker-pushrm.exe"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user