fleet/ee/maintained-apps/inputs/winget/docker.json
Allen Houchins 746ecb4166
Update Cursor and Docker metadata (#43256)
Bump Cursor to 3.0.12 and Docker to 4.67.0: update installer URLs and
SHA256 hashes, add 'patched' SQL queries for version checks in Windows
outputs, and normalize default_categories from "Developer Tools" to
"Developer tools" in winget inputs and outputs.
2026-04-08 12:24:58 -05:00

12 lines
459 B
JSON

{
"name": "Docker Desktop",
"slug": "docker/windows",
"package_identifier": "Docker.DockerDesktop",
"unique_identifier": "Docker Desktop",
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/docker_install.ps1",
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/docker_uninstall.ps1",
"installer_arch": "x64",
"installer_type": "exe",
"installer_scope": "machine",
"default_categories": ["Developer tools"]
}