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

Docker Compose Images #549

Open
oladipo opened this issue Mar 5, 2021 · 4 comments
Open

Docker Compose Images #549

oladipo opened this issue Mar 5, 2021 · 4 comments

Comments

@oladipo
Copy link

oladipo commented Mar 5, 2021

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.

@ciiol
Copy link
Contributor

ciiol commented Mar 6, 2021

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.

@oladipo
Copy link
Author

oladipo commented Mar 6, 2021 via email

@ciiol
Copy link
Contributor

ciiol commented Mar 6, 2021

We have not yet published a ready-to-use manual or tool. Hopefully, this will be done later.

@oladipo
Copy link
Author

oladipo commented Mar 7, 2021 via email

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

2 participants