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

Running the docker on a clean VM fails #76

Closed
guybarnhartmagen opened this issue Oct 8, 2020 · 2 comments · Fixed by #78
Closed

Running the docker on a clean VM fails #76

guybarnhartmagen opened this issue Oct 8, 2020 · 2 comments · Fixed by #78

Comments

@guybarnhartmagen
Copy link

Describe the bug
When startign from a clean VM, installing docker and docker compose, then working through the instructions for the docker installation - it fails.

it seems that the docker-compose.yml is pointing to unkown images.

To Reproduce
run docker-compose up

Expected behavior
pull all images and run them, it fails to download the web and core images

Desktop (please complete the following information):
ubuntu server 20.04 LTS VM

@kevgliss kevgliss transferred this issue from Netflix/dispatch Oct 8, 2020
@kevgliss
Copy link
Contributor

kevgliss commented Oct 8, 2020

Are you running the ./install.sh script or something else? Are there any errors you can provide?

@mvilanova
Copy link
Contributor

I was able to repro locally:

+ docker-compose pull --ignore-pull-failures
Pulling postgres  ... done
Pulling core      ... done
Pulling web       ... error
Pulling scheduler ... error
ERROR: for web  pull access denied for dispatch-local, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
ERROR: for scheduler  pull access denied for dispatch-local, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
ERROR: pull access denied for dispatch-local, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
++ cleanup
++ '[' 0 -eq 1 ']'
++ echo 'Cleaning up...'
Cleaning up...
++ docker-compose stop
++ DID_CLEAN_UP=1

There seems to be an issue with docker-compose pull --ignore-pull-failures for local images: docker/compose#3660. Working on a fix.

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

Successfully merging a pull request may close this issue.

3 participants