github scottyhardy/docker-wine v3.1.0
docker-wine v3.1.0

latest releases: v4.1.0, v4.0.0, v3.2.0...
5 years ago

Changes since last release:

  • Gecko and Mono installer .msi files have been re-included in the image (so no longer receive prompts to download them on first run), now with a script to scrape the WineHQ download pages for the latest versions
  • Now using Travis CI to automate builds and have scheduled builds to be performed weekly
  • Extract the version of Wine installed into the container on deploy and use it to tag the image
    • From Wine 5.0.0 onwards, there will be tags in the form of wine-stable-<version> (e.g. wine-stable-5.0.0) automatically generated for each version of Wine released
  • Instructions on using secure strings for passwords added to README.md
  • Improvements to the docker-wine script:
    • Ability to select image tag to use with --tag=<tag>
    • Able to use cached image instead of attempting to pull latest version each time with --cache
    • Pass through --env and --dev statements to docker run command with standard docker syntax
    • Mount /etc/localtime on Linux machines
    • When an alternate docker volume or local filesystem path is specified with --home-volume, the container will run with the user's UID, GID and username (same as using --as-me) to prevent wineuser accidentally taking ownership of a user's files

Don't miss a new docker-wine release

NewReleases is sending notifications on new releases.