mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 11:45:50 +00:00
Update and rename Dockerfile to Dockerfile23
This commit is contained in:
parent
fd1fe6f5c8
commit
9a9c7807d9
2 changed files with 1 additions and 41 deletions
41
Dockerfile
41
Dockerfile
|
|
@ -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"]
|
|
||||||
1
Dockerfile23
Normal file
1
Dockerfile23
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue