Changes since last release:
- Gecko and Mono installer
.msifiles 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
- From Wine 5.0.0 onwards, there will be tags in the form of
- Instructions on using secure strings for passwords added to
README.md - Improvements to the
docker-winescript:- 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
--envand--devstatements todocker runcommand with standard docker syntax - Mount
/etc/localtimeon 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 preventwineuseraccidentally taking ownership of a user's files
- Ability to select image tag to use with