Compare commits

..

No commits in common. "ac90325ca4e46bc34e55e875a70d5371b16ec816" and "402234671d567f24eb3e5a6d3f5f6ddd03fa6989" have entirely different histories.

24 changed files with 61 additions and 7 deletions

View file

@ -1,5 +1,5 @@
{
"name": "Windows 7 Ultimate",
"name": "Windows 7 Ultimate (64-bit)",
"service": "windows",
"containerEnv": {
"VERSION": "7u"

View file

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

View file

@ -1,5 +1,5 @@
{
"name": "Tiny11 Core",
"name": "Tiny 11 Core",
"service": "windows",
"containerEnv": {
"VERSION": "core11"

View file

@ -1,5 +1,5 @@
{
"name": "Tiny11 Nano",
"name": "Tiny 11 Nano",
"service": "windows",
"containerEnv": {
"VERSION": "nano11"

View file

@ -1,5 +1,5 @@
{
"name": "Tiny10",
"name": "Tiny 10",
"service": "windows",
"containerEnv": {
"VERSION": "tiny10"

View file

@ -1,5 +1,5 @@
{
"name": "Tiny11",
"name": "Tiny 11",
"service": "windows",
"containerEnv": {
"VERSION": "tiny11"

View file

@ -1,5 +1,5 @@
{
"name": "Windows Vista Ultimate",
"name": "Windows Vista Ultimate (64-bit)",
"service": "windows",
"containerEnv": {
"VERSION": "vu"

View file

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

View file

@ -1,5 +1,5 @@
{
"name": "Windows XP Professional",
"name": "Windows XP (32-bit)",
"service": "windows",
"containerEnv": {
"VERSION": "xp"

View file

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