Changes since last release:
- Scrapes the WineHQ download pages to determine the latest version of Ubuntu that Wine is available on. This is used to automatically select a base image with the latest supported Ubuntu version when performing a build
- Use timezone data to sync container time to user's local time (now works for macOS)
- Added
shellcheck
pre-commit hook tohooks/pre-commit
- Added
CONTRIBUTING.md
- Updates to
docker-wine
script:- Password prompt run option
--password-prompt
- Force chown of attached home volume with
--force-owner
- Specify a different local image to use with
--local=<image name>
- Automate installation of XQuartz on macOS (using Homebrew)
- Password prompt run option