File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 5.0.2" ,
3+ "description" : " Define and run multi-container applications with Docker" ,
4+ "homepage" : " https://docs.docker.com/compose/" ,
5+ "license" : " Apache-2.0" ,
6+ "architecture" : {
7+ "64bit" : {
8+ "url" : " https://github.com/docker/compose/releases/download/v5.0.2/docker-compose-windows-x86_64.exe#/docker-compose.exe" ,
9+ "hash" : " e6281c7b906eafe8f39114e735f11fc276d8cce2cba93a54911ca15337ba6c49"
10+ },
11+ "arm64" : {
12+ "url" : " https://github.com/docker/compose/releases/download/v5.0.2/docker-compose-windows-aarch64.exe#/docker-compose.exe" ,
13+ "hash" : " 275cbbdebb053bac7a87808cff75a24db6e3c6b069eb76715b7a63cfd9fbb07e"
14+ }
15+ },
16+ "bin" : " docker-compose.exe" ,
17+ "checkver" : {
18+ "github" : " https://github.com/docker/compose"
19+ },
20+ "autoupdate" : {
21+ "architecture" : {
22+ "64bit" : {
23+ "url" : " https://github.com/docker/compose/releases/download/v$version/docker-compose-windows-x86_64.exe#/docker-compose.exe"
24+ },
25+ "arm64" : {
26+ "url" : " https://github.com/docker/compose/releases/download/v$version/docker-compose-windows-aarch64.exe#/docker-compose.exe"
27+ }
28+ }
29+ }
30+ }
Original file line number Diff line number Diff line change 1616 "extract_dir" : " PFiles64\\ Podman" ,
1717 "post_install" : " Remove-Item \" $dir\\ *.html\" -Force -ErrorAction SilentlyContinue" ,
1818 "bin" : " podman.exe" ,
19+ "suggest" : {
20+ "docker-compose" : " dorado/docker-compose"
21+ },
1922 "checkver" : {
2023 "github" : " https://github.com/containers/podman"
2124 },
You can’t perform that action at this time.
0 commit comments