From 517ad6418dcb3c7cc88101b74c1ecdcaf559ba1e Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 18 Mar 2025 04:03:33 +0100 Subject: [PATCH] build: Update qemu-arm to v3.07 (#282) --- Dockerfile | 7 +------ readme.md | 2 +- src/power.sh | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 03d63c9..14263e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM scratch -COPY --from=qemux/qemu-arm:3.06 / / +COPY --from=qemux/qemu-arm:3.07 / / ARG VERSION_ARG="0.00" ARG DEBCONF_NOWARNINGS="yes" @@ -9,16 +9,11 @@ ARG DEBCONF_NONINTERACTIVE_SEEN="true" RUN set -eu && \ apt-get update && \ apt-get --no-install-recommends -y install \ - bc \ - jq \ - 7zip \ wsdd \ samba \ - xz-utils \ wimtools \ dos2unix \ cabextract \ - genisoimage \ libxml2-utils \ libarchive-tools && \ apt-get clean && \ diff --git a/readme.md b/readme.md index 77f33ac..3286021 100644 --- a/readme.md +++ b/readme.md @@ -76,7 +76,7 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/mas Very simple! These are the steps: - - Start the container and connect to [port 8006](http://localhost:8006) using your web browser. + - Start the container and connect to [port 8006](http://127.0.0.1:8006/) using your web browser. - Sit back and relax while the magic happens, the whole installation will be performed fully automatic. diff --git a/src/power.sh b/src/power.sh index f94360f..413f199 100644 --- a/src/power.sh +++ b/src/power.sh @@ -29,7 +29,7 @@ boot() { if [ -s "$QEMU_PTY" ]; then if [ "$(stat -c%s "$QEMU_PTY")" -gt 7 ]; then - info "Windows started succesfully, visit http://localhost:8006/ to view the screen..." + info "Windows started succesfully, visit http://127.0.0.1:8006/ to view the screen..." return 0 fi fi