scottyhardy / docker-wine

Docker image that includes Wine and Winetricks for running Windows applications on Linux and macOS
MIT License
907 stars 158 forks source link

Clone + ./build fails with load metadata for docker ubuntu-hirsute error #121

Closed davidnewcomb closed 2 years ago

davidnewcomb commented 2 years ago

Describe the bug Clone + ./build fails.

To Reproduce

$ git clone https://github.com/scottyhardy/docker-wine.git
$ cd docker-wine
$ ./build > o.txt 2> e.txt
$ cat o.txt
Found latest version of wine-stable is available on Ubuntu hirsute
$ cat e.txt
#1 [internal] load build definition from Dockerfile 
#1 sha256:3f800ad617a2f3ec4b8c3093ae0c4a95924a6fb1a4c7de6b0986d03c651c6350
#1 transferring dockerfile: 37B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:d1d876ad8e520f0e9bd7670a9771add8494dd052328973b933072ece657be4e6
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/scottyhardy/docker-remote-desktop:ubuntu-hirsute
#3 sha256:7bcea9982f5bda81f05930183f63ea24bed590dd3eea2fe95877efc6be34680e
#3 ERROR: docker.io/scottyhardy/docker-remote-desktop:ubuntu-hirsute: not found
------
 > [internal] load metadata for docker.io/scottyhardy/docker-remote-desktop:ubuntu-hirsute:
------
failed to solve with frontend dockerfile.v0: failed to create LLB definition: docker.io/scottyhardy/docker-remote-desktop:ubuntu-hirsute: not found

Desktop (please complete the following information):

scottyhardy commented 2 years ago

Hi @davidnewcomb

Thanks for your interest in my project :) This should be working now as I’ve changed to just using Ubuntu 20.04 focal rather than the latest available OS.