sonos-pi-controller icon indicating copy to clipboard operation
sonos-pi-controller copied to clipboard

docker-compose build error

Open rusteff opened this issue 5 years ago • 4 comments

I get this error when running docker-compose build

Building app Step 1/7 : FROM villarrealized/debian-pygame-base ERROR: Service 'app' failed to build: pull access denied for villarrealized/debian-pygame-base, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

rusteff avatar Jan 25 '20 15:01 rusteff

I am getting the same error as well.

Any suggestions?

jamesvcc avatar Mar 05 '20 18:03 jamesvcc

@Villarrealized Having the same issue, any idea? Thank you!

Building app Step 1/7 : FROM villarrealized/debian-pygame-base ERROR: Service 'app' failed to build: pull access denied for villarrealized/debian-pygame-base, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

jorgimax avatar Mar 13 '20 05:03 jorgimax

@Villarrealized I too have the same issue. I checked on Docker Hub and there is no villarrealized/debian-pygame-base

Any ideas?

Thanks!

opensourcef avatar Sep 10 '20 21:09 opensourcef

Its not in the documentation but you need to run git clone https://github.com/Villarrealized/sonos-pi-controller

Which will download the code to build the docker.

mikec85 avatar Sep 21 '20 14:09 mikec85