mirror of
https://github.com/dockur/windows.git
synced 2025-06-23 16:07:47 +00:00
Compare commits
No commits in common. "da8bbdcb4747ef88258833d76b07b5f5d98d5fdc" and "7120584548b3d5fc99b0a8f645c67173d2518f05" have entirely different histories.
da8bbdcb47
...
7120584548
@ -1,8 +1,7 @@
|
||||
ARG VERSION_ARG="4.00"
|
||||
|
||||
FROM scratch AS build-amd64
|
||||
COPY --from=qemux/qemu-docker:6.06 / /
|
||||
|
||||
ARG VERSION_ARG="0.0"
|
||||
ARG DEBCONF_NOWARNINGS="yes"
|
||||
ARG DEBIAN_FRONTEND="noninteractive"
|
||||
ARG DEBCONF_NONINTERACTIVE_SEEN="true"
|
||||
@ -23,6 +22,7 @@ RUN set -eu && \
|
||||
libxml2-utils \
|
||||
libarchive-tools && \
|
||||
apt-get clean && \
|
||||
echo "$VERSION_ARG" > /run/version && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
COPY --chmod=755 ./src /run/
|
||||
@ -31,12 +31,9 @@ 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-whql/releases/download/v1.9.43-0/virtio-win-1.9.43.tar.xz /drivers.txz
|
||||
|
||||
FROM dockurr/windows-arm:${VERSION_ARG} AS build-arm64
|
||||
FROM dockurr/windows-arm:2.22 AS build-arm64
|
||||
FROM build-${TARGETARCH}
|
||||
|
||||
ARG VERSION_ARG="4.00"
|
||||
RUN echo "$VERSION_ARG" > /run/version
|
||||
|
||||
EXPOSE 8006 3389
|
||||
VOLUME /storage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user