From 9a9c7807d9fad48994fe5d4e9206d2a27bc29e99 Mon Sep 17 00:00:00 2001 From: Ronak060 Date: Mon, 26 Aug 2024 13:40:48 +0530 Subject: [PATCH] Update and rename Dockerfile to Dockerfile23 --- Dockerfile | 41 ----------------------------------------- Dockerfile23 | 1 + 2 files changed, 1 insertion(+), 41 deletions(-) delete mode 100644 Dockerfile create mode 100644 Dockerfile23 diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 4734e92..0000000 --- a/Dockerfile +++ /dev/null @@ -1,41 +0,0 @@ -FROM scratch -COPY --from=qemux/qemu-docker:5.18 / / - -ARG VERSION_ARG="0.0" -ARG DEBCONF_NOWARNINGS="yes" -ARG DEBIAN_FRONTEND="noninteractive" -ARG DEBCONF_NONINTERACTIVE_SEEN="true" - -RUN set -eu && \ - apt-get update && \ - apt-get --no-install-recommends -y install \ - bc \ - curl \ - 7zip \ - wsdd \ - samba \ - xz-utils \ - wimtools \ - dos2unix \ - cabextract \ - genisoimage \ - libxml2-utils && \ - apt-get clean && \ - echo "$VERSION_ARG" > /run/version && \ - rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* - -COPY --chmod=755 ./src /run/ -COPY --chmod=755 ./assets /run/assets - -ADD --chmod=755 https://raw.githubusercontent.com/christgau/wsdd/v0.8/src/wsdd.py /usr/sbin/wsdd -ADD --chmod=664 https://github.com/qemus/virtiso/releases/download/v0.1.262/virtio-win-0.1.262.tar.xz /drivers.txz - -EXPOSE 8006 3389 -VOLUME /storage - -ENV RAM_SIZE="4G" -ENV CPU_CORES="2" -ENV DISK_SIZE="64G" -ENV VERSION="win11" - -ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"] diff --git a/Dockerfile23 b/Dockerfile23 new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Dockerfile23 @@ -0,0 +1 @@ +