Sign inSign up

il2horusteam/wine

By il2horusteam

•Updated almost 6 years ago

Docker image with 32-bit winehq-stable 5.0 based on i386/debian:buster-slim.

Image
0

5.2K

il2horusteam/wine repository overview

⁠docker-wine

This repository contains a definition of a Docker image with wine 5.0 installed.

Its primary purpose is to be used to run 32-bit Windows applications.

The image is based on i386/debian:buster-slim, which is a 32-bit Debian Buster (Debian 10).

While it's possible to build this image using 64-bit architecture and to run 32-bit apps in it, wine still will require 32-bit dependencies, which will just double the image size. Hence, for the sake of space usage, 32-bit architecture is used inside of the container.

⁠Public builds

This Docker image is available as il2horusteam/wine at Docker Hub⁠:


docker pull il2horusteam/wine

⁠Build Args

The image has several arguments which can be changed during the build time:

Arg NameDefault ValueDescription
WINEVERSION5.0Version of wine to install
WINEUID999UID to use for the user wine
WINEGID999GID to use for the user wine

⁠Deliverables

The image provides:

  • wine of version 5.0 installed in 32-bit runtime.

  • wine group.

  • wine user belonging to the wine group with home dir at /home/wine. No login shell.

  • Configured 32-bit wine prefix at /home/wine/.wine32.

  • ENV variables:

    Var NameUsed by wine?ValueDescription
    WINEVERSIONno5.0Version of installed wine; defaults to $WINEVERSION build arg
    WINEHOMEno"/home/wine"Path to home directory of the wine user
    WINEPREFIXyes"$WINEHOME/.wine32"Path to wine configs and installed Windows apps
    WINEARCHyes"win32"Used by wine tools

Tag summary

Content type

Image

Digest

Size

468.2 MB

Last updated

almost 6 years ago

docker pull il2horusteam/wine