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", "name": "Windows 11 Enterprise",
"service": "windows", "service": "windows",
"containerEnv": { "containerEnv": {
"VERSION": "11e", "VERSION": "11e"
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
}, },
"forwardPorts": [8006], "forwardPorts": [8006],
"portsAttributes": { "portsAttributes": {

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,11 +1,8 @@
{ {
"name": "Windows XP (32-bit)", "name": "Windows 7 Ultimate",
"service": "windows", "service": "windows",
"containerEnv": { "containerEnv": {
"VERSION": "xp", "VERSION": "7u"
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
}, },
"forwardPorts": [8006], "forwardPorts": [8006],
"portsAttributes": { "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", "name": "Windows 2000 Professional",
"service": "windows", "service": "windows",
"containerEnv": { "containerEnv": {
"VERSION": "2k", "VERSION": "2k"
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
}, },
"forwardPorts": [8006], "forwardPorts": [8006],
"portsAttributes": { "portsAttributes": {

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,11 +1,8 @@
{ {
"name": "Tiny 11 Core", "name": "Tiny11 Nano",
"service": "windows", "service": "windows",
"containerEnv": { "containerEnv": {
"VERSION": "core11", "VERSION": "nano11"
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
}, },
"forwardPorts": [8006], "forwardPorts": [8006],
"portsAttributes": { "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 container_name: windows
environment: environment:
VERSION: "11" VERSION: "11"
RAM_SIZE: "max" ALLOCATE: "Y"
RAM_SIZE: "half"
DISK_SIZE: "max" DISK_SIZE: "max"
CPU_CORES: "max" CPU_CORES: "max"
devices: devices:

View file

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