Docker images for wine?

Questions about Wine on Linux
Locked
mcandre
Newbie
Newbie
Posts: 1
Joined: Wed Jul 03, 2019 1:13 pm

Docker images for wine?

Post by mcandre »

Hey, could we get official Docker images published for wine? Would be cool to access Windows binaries in Kubernetes! For Visual Studio build automation, without requiring any heavyweight Windows or Linux VM's!
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: Docker images for wine?

Post by dimesio »

The biggest barrier to providing Docker/Snap/Flatpak/some-other-container packages is finding someone trusted by the Wine Project who is willing to build the development and staging packages every two weeks, fix any packaging bugs that are reported, and provide user support for those packages, for the indefinite future. Are you volunteering?
User avatar
huan
Newbie
Newbie
Posts: 2
Joined: Fri Feb 14, 2020 2:57 am

Re: Docker images for wine?

Post by huan »

Can we setup a GitHub Repository with DevOps to archive that? GitHub Actions is a good way to get the job done every two weeks.

The bug reports can be tracked with Issues, with the Pull Requests as well.
Locked