From 1dfd89e174ac537ce9ab1f5d2076c7fbf4c3a7be Mon Sep 17 00:00:00 2001 From: Austin Abro Date: Tue, 6 Aug 2024 19:31:42 +0000 Subject: [PATCH] only dos games Signed-off-by: Austin Abro --- examples/dos-games/image/Dockerfile | 10 ++-------- examples/dos-games/image/index.html | 8 -------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/examples/dos-games/image/Dockerfile b/examples/dos-games/image/Dockerfile index 4e0b4cee94..3b736bd1dc 100644 --- a/examples/dos-games/image/Dockerfile +++ b/examples/dos-games/image/Dockerfile @@ -10,15 +10,9 @@ RUN wget https://js-dos.com/6.22/current/js-dos.js && \ wget https://js-dos.com/6.22/current/wdosbox.js && \ wget https://js-dos.com/6.22/current/wdosbox.wasm.js -RUN wget -O aladdin.zip "https://web.archive.org/web/20190303222445if_/https://www.dosgames.com/files/DOSBOX_ALADDIN.ZIP" RUN wget -O doom.zip "https://archive.org/download/DoomsharewareEpisode/doom.ZIP" -RUN wget -O quake.zip "https://web.archive.org/web/20190303223506if_/https://www.dosgames.com/files/DOSBOX_QUAKE.ZIP" -RUN wget -O warcraft-ii.zip "https://web.archive.org/web/20190303222732if_/https://www.dosgames.com/files/DOSBOX_WAR2.ZIP" -RUN wget -O aladdin.png "https://image.dosgamesarchive.com/screenshots/aladdem-4.png" && \ - wget -O doom.png "https://image.dosgamesarchive.com/screenshots/doom01.png" && \ - wget -O quake.png "https://image.dosgamesarchive.com/screenshots/quake13.png" && \ - wget -O warcraft-ii.png "https://image.dosgamesarchive.com/screenshots/war2demo3.png" +RUN wget -O doom.png "https://image.dosgamesarchive.com/screenshots/doom01.png" COPY index.html . @@ -30,4 +24,4 @@ COPY --from=0 /binary /binary WORKDIR /site ENTRYPOINT ["/binary/darkhttpd", "/site", "--port", "8000"] -# docker buildx build --push --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag defenseunicorns/zarf-game:multi-tile . +# docker buildx build --push --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag ghcr.io/zarf-dev/zarf-game:0.0.1 . diff --git a/examples/dos-games/image/index.html b/examples/dos-games/image/index.html index ce0ebbcb37..09cdd0ff47 100644 --- a/examples/dos-games/image/index.html +++ b/examples/dos-games/image/index.html @@ -78,10 +78,7 @@