chore(deps): update dockurr/windows docker tag to v2.05 (#2795)
This commit is contained in:
parent
3b89c88571
commit
6f4d6dabc6
|
@ -5,9 +5,11 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "windows",
|
"id": "windows",
|
||||||
"description": "Run windows in docker...because why not?",
|
"description": "Run windows in docker...because why not?",
|
||||||
"tipi_version": 3,
|
"tipi_version": 4,
|
||||||
"version": "2.04",
|
"version": "2.05",
|
||||||
"categories": ["utilities"],
|
"categories": [
|
||||||
|
"utilities"
|
||||||
|
],
|
||||||
"short_desc": "Full windows vm in your browser",
|
"short_desc": "Full windows vm in your browser",
|
||||||
"author": "dockurr",
|
"author": "dockurr",
|
||||||
"source": "https://github.com/dockur/windows/",
|
"source": "https://github.com/dockur/windows/",
|
||||||
|
@ -19,7 +21,6 @@
|
||||||
"placeholder": "4",
|
"placeholder": "4",
|
||||||
"required": true,
|
"required": true,
|
||||||
"env_variable": "WINDOWS_RAM_GB"
|
"env_variable": "WINDOWS_RAM_GB"
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "number",
|
"type": "number",
|
||||||
|
@ -28,7 +29,6 @@
|
||||||
"placeholder": "4",
|
"placeholder": "4",
|
||||||
"required": true,
|
"required": true,
|
||||||
"env_variable": "WINDOWS_CPU_CORES"
|
"env_variable": "WINDOWS_CPU_CORES"
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "number",
|
"type": "number",
|
||||||
|
@ -37,7 +37,6 @@
|
||||||
"placeholder": "16",
|
"placeholder": "16",
|
||||||
"required": true,
|
"required": true,
|
||||||
"env_variable": "WINDOWS_DISK_SIZE_GB"
|
"env_variable": "WINDOWS_DISK_SIZE_GB"
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
@ -45,25 +44,72 @@
|
||||||
"hint": "The windows version to use",
|
"hint": "The windows version to use",
|
||||||
"required": true,
|
"required": true,
|
||||||
"options": [
|
"options": [
|
||||||
{ "label": "Windows 10", "value": "win10" },
|
{
|
||||||
{ "label": "Windows 11", "value": "win11" },
|
"label": "Windows 10",
|
||||||
{ "label": "Windows 10 LTSC", "value": "ltsc10" },
|
"value": "win10"
|
||||||
{ "label": "Windows 8.1", "value": "win81" },
|
},
|
||||||
{ "label": "Windows 7", "value": "win7" },
|
{
|
||||||
{ "label": "Windows Vista", "value": "vista" },
|
"label": "Windows 11",
|
||||||
{ "label": "Windows XP", "value": "winxp" },
|
"value": "win11"
|
||||||
{ "label": "Windows Server 2022", "value": "2022" },
|
},
|
||||||
{ "label": "Windows Server 2019", "value": "2019" },
|
{
|
||||||
{ "label": "Windows Server 2016", "value": "2016" },
|
"label": "Windows 10 LTSC",
|
||||||
{ "label": "Windows Server 2012", "value": "2012" },
|
"value": "ltsc10"
|
||||||
{ "label": "Windows Server 2008", "value": "2008" },
|
},
|
||||||
{ "label": "Windows Tiny 11 Core", "value": "core11" },
|
{
|
||||||
{ "label": "Windows Tiny 11", "value": "tiny11" },
|
"label": "Windows 8.1",
|
||||||
{ "label": "Windows Tiny 10", "value": "tiny10" }
|
"value": "win81"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Windows 7",
|
||||||
|
"value": "win7"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Windows Vista",
|
||||||
|
"value": "vista"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Windows XP",
|
||||||
|
"value": "winxp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Windows Server 2022",
|
||||||
|
"value": "2022"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Windows Server 2019",
|
||||||
|
"value": "2019"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Windows Server 2016",
|
||||||
|
"value": "2016"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Windows Server 2012",
|
||||||
|
"value": "2012"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Windows Server 2008",
|
||||||
|
"value": "2008"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Windows Tiny 11 Core",
|
||||||
|
"value": "core11"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Windows Tiny 11",
|
||||||
|
"value": "tiny11"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Windows Tiny 10",
|
||||||
|
"value": "tiny10"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"env_variable": "WINDOWS_VERSION"
|
"env_variable": "WINDOWS_VERSION"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
}
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.9"
|
||||||
services:
|
services:
|
||||||
windows:
|
windows:
|
||||||
container_name: windows
|
container_name: windows
|
||||||
image: dockurr/windows:2.04
|
image: dockurr/windows:2.05
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
devices:
|
devices:
|
||||||
- /dev/kvm
|
- /dev/kvm
|
||||||
|
|
Loading…
Reference in New Issue
Block a user