IGN Docker Images

Mirrored Docker images for IGN infrastructure

dockurr-windows (3.10)

Published 2026-02-25 04:11:07 +00:00 by Bryan Mellott

Installation

docker pull gitea.bryanmellott.com/ign-images/dockurr-windows:3.10
sha256:45470e757caea1be40f16ab144f217c0c8b4843e39940ad3e83762705fe5b054

About this package

Windows inside a Docker container.

Image Layers

COPY / / # buildkit
ARG VERSION_ARG=0.0
ARG DEBCONF_NOWARNINGS=yes
ARG DEBIAN_FRONTEND=noninteractive
ARG DEBCONF_NONINTERACTIVE_SEEN=true
RUN |4 VERSION_ARG=3.10 DEBCONF_NOWARNINGS=yes DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true /bin/sh -c set -eu && apt-get update && apt-get --no-install-recommends -y install bc curl 7zip wsdd samba wimtools dos2unix cabextract genisoimage libxml2-utils && apt-get clean && echo "$VERSION_ARG" > /run/version && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit
COPY --chmod=755 ./src /run/ # buildkit
COPY --chmod=755 ./assets /run/assets # buildkit
ADD --chmod=755 https://raw.githubusercontent.com/christgau/wsdd/v0.8/src/wsdd.py /usr/sbin/wsdd # buildkit
ADD --chmod=664 https://github.com/qemus/virtiso/releases/download/v0.1.248/virtio-win-0.1.248.iso /run/drivers.iso # buildkit
EXPOSE map[3389/tcp:{} 8006/tcp:{}]
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"]

Labels

Key Value
org.opencontainers.image.created 2024-05-23T00:38:55.813Z
org.opencontainers.image.description Windows inside a Docker container.
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 0971fb74928f059e2769dd90961afa36f621cf97
org.opencontainers.image.source https://github.com/dockur/windows
org.opencontainers.image.title Windows
org.opencontainers.image.url https://github.com/dockur/windows
org.opencontainers.image.version 3.10
Details
Container
2026-02-25 04:11:07 +00:00
0
OCI / Docker
linux/amd64
MIT
141 MiB
Versions (2) View all
3.10 2026-02-25
latest 2026-02-25