-
Notifications
You must be signed in to change notification settings - Fork 12
pull access denied for lightbend/akka-sample-cluster-docker-compose-scala #26
Comments
Ok I was able to run |
That's correct, it's expected to be built from source
Oh, that should be consistent. Would you be interested in preparing a PR to make sure |
(I suspect sbt takes the project name from the directory name and you put the project in a folder named |
I can try and take a look in the next week. I’m currently in the middle of finishing up my final project for grad school so don’t have much extra time.
—
Lawrence Elitzer
…
On Jun 5, 2019 at 1:31 AM, <Arnout Engelen ***@***.***)> wrote:
(I suspect sbt takes the project name from the directory name and you put the project in a folder named akka-docker - so it might just be a matter of explicitly adding name := "akka-sample-cluster-docker-compose-scala" to the build.sbt)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub (#26?email_source=notifications&email_token=ABK5D4OX7XKJVSFMM5OLYPTPY5MVLA5CNFSM4HTNM6QKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODW6XRMQ#issuecomment-498956466), or mute the thread (https://github.com/notifications/unsubscribe-auth/ABK5D4KKX2L7QSB5HG73VWTPY5MVLANCNFSM4HTNM6QA).
|
Yup, that fixed it! |
@raboof I also noticed some unused import warnings in ClusteringApp.scala. Want me to fix those? |
I've encountered the same issue, and I don't really know why, it just happened after I removed the images from my local docker repository. |
@alvico we don't publish docker images for this example, you're supposed to Perhaps we should not use the |
thanks raboof, fixed the problem, had several imports messed up due intellij optimise imports... together with the cleaning of the local docker images causes quite a mess in my local project, managed to fix everything and now works faultless. You could close the issue, although I would agree on the suggestion of not using the lightbend organisation. |
Versions used
Using latest code on GitHub as of today 6/4/19 and running
docker-compose up
Expected Behavior
The docker containers start up and run as described in README.
Actual Behavior
Error response from daemon: pull access denied for lightbend/akka-sample-cluster-docker-compose-scala, repository does not exist or may require 'docker login'
It seems like the image in the Dockerfile doesn't exist in the Docker Hub?
The text was updated successfully, but these errors were encountered: