Templates/MobileApps/Windows/WinGet/Apps/docker-desktop.json

{
    "$schema": "../Schemas/winGetAppTemplate.schema.json",
    "schemaVersion": "1.0.0",
    "templateId": "docker-desktop",
    "packageIdentifier": "Docker.DockerDesktop",
    "displayName": "Docker Desktop",
    "publisher": "Docker Inc.",
    "description": "Starter-pack WinGet template for Docker Desktop Win32 packaging.",
    "package": {
        "source": "WinGet",
        "match": {
            "packageIdentifier": "Docker.DockerDesktop",
            "architectures": [
                "x64"
            ],
            "installerTypes": [
                "exe"
            ],
            "scope": "machine",
            "locale": "en-US",
            "channel": null
        }
    },
    "install": {
        "command": "winget install --id Docker.DockerDesktop --exact --silent --scope machine --accept-package-agreements --accept-source-agreements",
        "experience": "system",
        "restartBehavior": "suppress"
    },
    "uninstall": {
        "command": "winget uninstall --id Docker.DockerDesktop --exact --scope machine --silent",
        "behavior": "allow"
    },
    "detection": {
        "strategy": "generated"
    },
    "requirements": {
        "minimumSupportedWindowsRelease": "W10_22H2",
        "architectures": [
            "x64"
        ],
        "minimumFreeDiskSpaceInMB": 4096,
        "minimumMemoryInMB": 4096
    },
    "icon": {
        "sourceType": "file",
        "fileName": "../Icons/docker-desktop.png",
        "notes": "Bundled from IntuneGet public icons."
    },
    "metadata": {
        "categories": [
            "StarterPack",
            "Development"
        ],
        "tags": [
            "starter-pack",
            "development",
            "containers",
            "docker"
        ],
        "notes": [],
        "placeholders": {
            "customNotes": [],
            "owner": "",
            "scopeTagIds": []
        },
        "markers": {
            "hydration": "Imported by Intune Hydration Kit",
            "source": "Imported from WinGet"
        }
    },
    "resolvedPackage": {
        "packageVersion": "latest",
        "manifestSource": {
            "repository": "microsoft/winget-pkgs",
            "ref": "master",
            "packagePath": "manifests/d/Docker/DockerDesktop",
            "versionPath": "manifests/d/Docker/DockerDesktop",
            "installerFile": null,
            "localeFile": null
        },
        "selectedInstaller": {
            "Architecture": "x64",
            "Scope": "machine",
            "InstallerLocale": "en-US",
            "InstallerType": "exe",
            "InstallerUrl": null,
            "InstallerSha256": null,
            "ProductCode": null,
            "PackageFamilyName": null,
            "NestedInstallerType": null,
            "AppsAndFeaturesEntry": []
        }
    }
}