Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImageExists in build script always returns true #119

Open
karlstav opened this issue May 7, 2024 · 1 comment
Open

ImageExists in build script always returns true #119

karlstav opened this issue May 7, 2024 · 1 comment

Comments

@karlstav
Copy link

karlstav commented May 7, 2024

hi,

I was trying to build the docker container and it just didn't start. Figured out this would return true even though I did not have the image:

PS C:\Users\Karl> docker images shader-playground-build-image
REPOSITORY   TAG       IMAGE ID   CREATED   SIZE

this would again produce an error:

PS C:\x\shader-playground> .\build-docker.ps1
Building docker container...
Unable to find image 'shader-playground-build-image:latest' locally
Error response from daemon: pull access denied for shader-playground-build-image, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
@karlstav
Copy link
Author

karlstav commented May 7, 2024

ok, so the whole docker thing seems to be not maintained anymore? All building instructions are outdated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant