-
Notifications
You must be signed in to change notification settings - Fork 8
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
Docker Compose Images #549
Comments
You also can use services images from https://hub.docker.com/u/rbkmoney Anyway, you won't get a working cluster that way. |
How do I get a working cluster?
…Sent from my iPhone
On Mar 6, 2021, at 2:08 PM, Andrey Fadeev ***@***.***> wrote:
You also can use services images from https://hub.docker.com/u/rbkmoney
Anyway, you won't get a working cluster that way. docker-compose file here is only for testing purposes.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
We have not yet published a ready-to-use manual or tool. Hopefully, this will be done later. |
Any chance you can guide me how to setup a working cluster pending the ready to use manual?
I’lld like to see how everything works together.
I have the front end (koffing) setup but can’t login as there is a hosted authentication service (auth.rbk.test) that doesn’t seem to be available at the moment.
What is the entry point for the system? which module/component starts the customer journey?
<img width="980" alt="Screenshot 2021-03-07 at 16 13 09" src="https://user-images.githubusercontent.com/2698920/110244671-16245580-7f60-11eb-92eb-2af8ea8ed1f1.png">
… On Mar 6, 2021, at 11:06 PM, Andrey Fadeev ***@***.***> wrote:
We have not yet published a ready-to-use manual or tool. Hopefully, this will be done later.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After building the image, there is an error when I try to run
docker-compose up
it appears the other service images could not be pulled especially the image for machinegun, see:
docker-compose up Creating network "hellgate_default" with the default driver Pulling machinegun (dr2.rbkmoney.com/rbkmoney/machinegun:c35e8a08500fbc2f0f0fa376a145a7324d18a062)... ERROR: Get https://dr2.rbkmoney.com/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
replaced the domain for the image repo to ghcr.io, got a denied error:
Pulling machinegun (ghcr.io/rbkmoney/machinegun:c35e8a08500fbc2f0f0fa376a145a7324d18a062)... ERROR: Head https://ghcr.io/v2/rbkmoney/machinegun/manifests/c35e8a08500fbc2f0f0fa376a145a7324d18a062: denied
It appears I won't be able to bring up the cluster without these other containers.
The text was updated successfully, but these errors were encountered: