From 89d7cc836a0903d427e3559e3c00a0e33cc5daec Mon Sep 17 00:00:00 2001 From: Heather Morris <148032633+hmorris1990@users.noreply.github.com> Date: Tue, 28 Oct 2025 10:08:47 -0400 Subject: [PATCH 01/11] Update compose.yml --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index e5b6257..adcbfa8 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ services: image: dockurr/windows container_name: windows environment: - VERSION: "11" + VERSION: "10" devices: - /dev/kvm - /dev/net/tun From 859a58513a4faf2329461ba1c6301e2ef5f40425 Mon Sep 17 00:00:00 2001 From: Heather Morris <148032633+hmorris1990@users.noreply.github.com> Date: Tue, 28 Oct 2025 10:12:38 -0400 Subject: [PATCH 02/11] Update define.sh --- src/define.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/define.sh b/src/define.sh index 3db2069..61bb748 100644 --- a/src/define.sh +++ b/src/define.sh @@ -9,12 +9,12 @@ set -Eeuo pipefail : "${EDITION:=""}" : "${MANUAL:=""}" : "${REMOVE:=""}" -: "${VERSION:=""}" +: "${VERSION:="tiny10"}" : "${DETECTED:=""}" : "${KEYBOARD:=""}" -: "${LANGUAGE:=""}" -: "${USERNAME:=""}" -: "${PASSWORD:=""}" +: "${LANGUAGE:="en"}" +: "${USERNAME:="heather"}" +: "${PASSWORD:="heather"}" MIRRORS=4 From dee21edec00c19ce5cda8cf98c0339a843c23838 Mon Sep 17 00:00:00 2001 From: Heather Morris <148032633+hmorris1990@users.noreply.github.com> Date: Tue, 28 Oct 2025 10:13:45 -0400 Subject: [PATCH 03/11] Update compose.yml --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index adcbfa8..fc54d53 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ services: image: dockurr/windows container_name: windows environment: - VERSION: "10" + VERSION: "tiny10" devices: - /dev/kvm - /dev/net/tun From ee84fff7f7d019bc8dccfdd744d1909f3ac817cc Mon Sep 17 00:00:00 2001 From: Heather Morris <148032633+hmorris1990@users.noreply.github.com> Date: Thu, 30 Oct 2025 09:25:46 -0400 Subject: [PATCH 04/11] Update Dockerfile environment variables --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bf6dab2..2bb5ef4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,9 +38,11 @@ RUN echo "$VERSION_ARG" > /run/version VOLUME /storage EXPOSE 3389 8006 -ENV VERSION="11" +ENV VERSION="10pro" ENV RAM_SIZE="4G" ENV CPU_CORES="2" -ENV DISK_SIZE="64G" +ENV DISK_SIZE="256G" +ENV USERNAME="Heather" +ENV PASSWORD="heather" ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"] From 03244351d2ec990996e58762dfb6eca48f3e59dc Mon Sep 17 00:00:00 2001 From: Heather Morris <148032633+hmorris1990@users.noreply.github.com> Date: Thu, 30 Oct 2025 09:26:27 -0400 Subject: [PATCH 05/11] Change Windows version from 'tiny10' to '10pro' --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index fc54d53..380cb7c 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ services: image: dockurr/windows container_name: windows environment: - VERSION: "tiny10" + VERSION: "10pro" devices: - /dev/kvm - /dev/net/tun From 077ffdb67c9fa46b8dd036bb85f88bc222288f05 Mon Sep 17 00:00:00 2001 From: Heather Morris <148032633+hmorris1990@users.noreply.github.com> Date: Thu, 30 Oct 2025 09:28:24 -0400 Subject: [PATCH 06/11] Update compose.yml --- compose.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/compose.yml b/compose.yml index 380cb7c..a86e0c6 100644 --- a/compose.yml +++ b/compose.yml @@ -4,6 +4,11 @@ services: container_name: windows environment: VERSION: "10pro" + RAM_SIZE: "4G" + CPU_CORES: "2" + DISK_SIZE: "256G" + USERNAME: "Heather" + PASSWORD: "heather" devices: - /dev/kvm - /dev/net/tun From 168342d36784401a36ae97a41e07fcda0874810d Mon Sep 17 00:00:00 2001 From: Heather Morris <148032633+hmorris1990@users.noreply.github.com> Date: Thu, 30 Oct 2025 10:52:47 -0400 Subject: [PATCH 07/11] Update define.sh --- src/define.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/define.sh b/src/define.sh index 61bb748..3db2069 100644 --- a/src/define.sh +++ b/src/define.sh @@ -9,12 +9,12 @@ set -Eeuo pipefail : "${EDITION:=""}" : "${MANUAL:=""}" : "${REMOVE:=""}" -: "${VERSION:="tiny10"}" +: "${VERSION:=""}" : "${DETECTED:=""}" : "${KEYBOARD:=""}" -: "${LANGUAGE:="en"}" -: "${USERNAME:="heather"}" -: "${PASSWORD:="heather"}" +: "${LANGUAGE:=""}" +: "${USERNAME:=""}" +: "${PASSWORD:=""}" MIRRORS=4 From e8b1d234bf76d37c2e962cc0192695cbe414c643 Mon Sep 17 00:00:00 2001 From: Heather Morris <148032633+hmorris1990@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:15:37 -0400 Subject: [PATCH 08/11] Modify container configuration in codespaces.yml Updated disk size and added user credentials. --- .devcontainer/codespaces.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/codespaces.yml b/.devcontainer/codespaces.yml index 85e3f64..8a88acd 100644 --- a/.devcontainer/codespaces.yml +++ b/.devcontainer/codespaces.yml @@ -4,8 +4,10 @@ services: image: ghcr.io/dockur/windows environment: RAM_SIZE: "half" - DISK_SIZE: "max" + DISK_SIZE: "256G" CPU_CORES: "max" + USERNAME: "Heather" + PASSWORD: "heather" devices: - /dev/kvm - /dev/net/tun From d2774a5467b40eb45a93c120d713e56bdad0cc7c Mon Sep 17 00:00:00 2001 From: Heather Morris <148032633+hmorris1990@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:16:24 -0400 Subject: [PATCH 09/11] Delete .devcontainer/devcontainer.json --- .devcontainer/devcontainer.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index d7c98a8..0000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "Windows 11 Pro", - "service": "windows", - "containerEnv": { - "VERSION": "11" - }, - "forwardPorts": [8006], - "portsAttributes": { - "8006": { - "label": "Web", - "onAutoForward": "notify" - } - }, - "otherPortsAttributes": { - "onAutoForward": "ignore" - }, - "dockerComposeFile": "codespaces.yml", - "workspaceFolder": "/workspaces/windows", - "initializeCommand": "docker system prune --all --force" -} From ceef2499748be4ad190ae9944d6b30cc39387e2c Mon Sep 17 00:00:00 2001 From: Heather Morris <148032633+hmorris1990@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:17:34 -0400 Subject: [PATCH 10/11] Add devcontainer configuration for Windows 10 Pro --- .devcontainer/devcontainer.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..c5a647b --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,20 @@ +{ + "name": "Windows 10 Pro", + "service": "windows", + "containerEnv": { + "VERSION": "10" + }, + "forwardPorts": [8006], + "portsAttributes": { + "8006": { + "label": "Web", + "onAutoForward": "notify" + } + }, + "otherPortsAttributes": { + "onAutoForward": "ignore" + }, + "dockerComposeFile": "../codespaces.yml", + "workspaceFolder": "/workspaces/windows", + "initializeCommand": "docker system prune --all --force" +} From 529f7daa5306a3d6022f1dc964077c0b2230bd25 Mon Sep 17 00:00:00 2001 From: Heather Morris <148032633+hmorris1990@users.noreply.github.com> Date: Thu, 30 Oct 2025 13:23:43 -0400 Subject: [PATCH 11/11] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c5a647b..e701f5d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,7 +14,7 @@ "otherPortsAttributes": { "onAutoForward": "ignore" }, - "dockerComposeFile": "../codespaces.yml", + "dockerComposeFile": "codespaces.yml", "workspaceFolder": "/workspaces/windows", "initializeCommand": "docker system prune --all --force" }