feat: Improve Github Codespaces configuration (#1497)

This commit is contained in:
Kroese 2025-10-17 13:42:41 +02:00 committed by GitHub
parent c6a8c0b702
commit c997bf7765
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
29 changed files with 82 additions and 210 deletions

View File

@ -2,10 +2,7 @@
"name": "Windows 11 Enterprise",
"service": "windows",
"containerEnv": {
"VERSION": "11e",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "11e"
},
"forwardPorts": [8006],
"portsAttributes": {

View File

@ -2,10 +2,7 @@
"name": "Windows 11 LTSC",
"service": "windows",
"containerEnv": {
"VERSION": "11l",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "11l"
},
"forwardPorts": [8006],
"portsAttributes": {

View File

@ -2,10 +2,7 @@
"name": "Windows 10 Pro",
"service": "windows",
"containerEnv": {
"VERSION": "10",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "10"
},
"forwardPorts": [8006],
"portsAttributes": {

View File

@ -2,10 +2,7 @@
"name": "Windows 10 Enterprise",
"service": "windows",
"containerEnv": {
"VERSION": "10e",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "10e"
},
"forwardPorts": [8006],
"portsAttributes": {

View File

@ -2,10 +2,7 @@
"name": "Windows 10 LTSC",
"service": "windows",
"containerEnv": {
"VERSION": "10l",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "10l"
},
"forwardPorts": [8006],
"portsAttributes": {

View File

@ -2,10 +2,7 @@
"name": "Windows 8.1 Enterprise",
"service": "windows",
"containerEnv": {
"VERSION": "8e",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "8e"
},
"forwardPorts": [8006],
"portsAttributes": {

View File

@ -1,11 +1,8 @@
{
"name": "Windows XP (32-bit)",
"name": "Windows 7 Ultimate",
"service": "windows",
"containerEnv": {
"VERSION": "xp",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "7u"
},
"forwardPorts": [8006],
"portsAttributes": {

View File

@ -0,0 +1,18 @@
{
"name": "Windows Vista Ultimate",
"service": "windows",
"containerEnv": {
"VERSION": "vu"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"dockerComposeFile": "../codespaces.yml"
}

View File

@ -0,0 +1,18 @@
{
"name": "Windows XP Professional",
"service": "windows",
"containerEnv": {
"VERSION": "xp"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"dockerComposeFile": "../codespaces.yml"
}

View File

@ -2,10 +2,7 @@
"name": "Windows 2000 Professional",
"service": "windows",
"containerEnv": {
"VERSION": "2k",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "2k"
},
"forwardPorts": [8006],
"portsAttributes": {

View File

@ -2,10 +2,7 @@
"name": "Windows Server 2025",
"service": "windows",
"containerEnv": {
"VERSION": "2025",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "2025"
},
"forwardPorts": [8006],
"portsAttributes": {

View File

@ -2,10 +2,7 @@
"name": "Windows Server 2022",
"service": "windows",
"containerEnv": {
"VERSION": "2022",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "2022"
},
"forwardPorts": [8006],
"portsAttributes": {

View File

@ -2,10 +2,7 @@
"name": "Windows Server 2019",
"service": "windows",
"containerEnv": {
"VERSION": "2019",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "2019"
},
"forwardPorts": [8006],
"portsAttributes": {

View File

@ -2,10 +2,7 @@
"name": "Windows Server 2016",
"service": "windows",
"containerEnv": {
"VERSION": "2016",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "2016"
},
"forwardPorts": [8006],
"portsAttributes": {

View File

@ -2,10 +2,7 @@
"name": "Windows Server 2012 R2",
"service": "windows",
"containerEnv": {
"VERSION": "2012",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "2012"
},
"forwardPorts": [8006],
"portsAttributes": {

View File

@ -2,10 +2,7 @@
"name": "Windows Server 2008 R2",
"service": "windows",
"containerEnv": {
"VERSION": "2008",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "2008"
},
"forwardPorts": [8006],
"portsAttributes": {

View File

@ -2,10 +2,7 @@
"name": "Windows Server 2003",
"service": "windows",
"containerEnv": {
"VERSION": "2003",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "2003"
},
"forwardPorts": [8006],
"portsAttributes": {

View File

@ -1,11 +1,8 @@
{
"name": "Tiny 10",
"name": "Tiny11",
"service": "windows",
"containerEnv": {
"VERSION": "tiny10",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "tiny11"
},
"forwardPorts": [8006],
"portsAttributes": {

View File

@ -1,11 +1,8 @@
{
"name": "Tiny 11",
"name": "Tiny11 Core",
"service": "windows",
"containerEnv": {
"VERSION": "tiny11",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "core11"
},
"forwardPorts": [8006],
"portsAttributes": {

View File

@ -1,11 +1,8 @@
{
"name": "Tiny 11 Core",
"name": "Tiny11 Nano",
"service": "windows",
"containerEnv": {
"VERSION": "core11",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "nano11"
},
"forwardPorts": [8006],
"portsAttributes": {

View File

@ -0,0 +1,21 @@
{
"name": "Tiny10",
"service": "windows",
"containerEnv": {
"VERSION": "tiny10"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": "../codespaces.yml"
}

View File

@ -1,21 +0,0 @@
{
"name": "Windows 7 Ultimate (64-bit)",
"service": "windows",
"containerEnv": {
"VERSION": "7u",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"dockerComposeFile": "../codespaces.yml"
}

View File

@ -1,21 +0,0 @@
{
"name": "Windows 7 Ultimate (32-bit)",
"service": "windows",
"containerEnv": {
"VERSION": "7ux86",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"dockerComposeFile": "../codespaces.yml"
}

View File

@ -4,7 +4,8 @@ services:
container_name: windows
environment:
VERSION: "11"
RAM_SIZE: "max"
ALLOCATE: "Y"
RAM_SIZE: "half"
DISK_SIZE: "max"
CPU_CORES: "max"
devices:

View File

@ -2,10 +2,7 @@
"name": "Windows 11 Pro",
"service": "windows",
"containerEnv": {
"VERSION": "11",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "11"
},
"forwardPorts": [8006],
"portsAttributes": {

View File

@ -1,24 +0,0 @@
{
"name": "Tiny 11 Nano",
"service": "windows",
"containerEnv": {
"VERSION": "nano11",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": "../codespaces.yml"
}

View File

@ -1,21 +0,0 @@
{
"name": "Windows Vista Ultimate (64-bit)",
"service": "windows",
"containerEnv": {
"VERSION": "vu",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"dockerComposeFile": "../codespaces.yml"
}

View File

@ -1,21 +0,0 @@
{
"name": "Windows Vista Ultimate (32-bit)",
"service": "windows",
"containerEnv": {
"VERSION": "vux86",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"dockerComposeFile": "../codespaces.yml"
}

View File

@ -1,21 +0,0 @@
{
"name": "Windows XP (64-bit)",
"service": "windows",
"containerEnv": {
"VERSION": "xp64",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"dockerComposeFile": "../codespaces.yml"
}