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

Manifest not found for cardanosolutions/cardano-node-ogmios:v5.5.8_1.35.5-mainnet #853

Open
2 of 6 tasks
dsolstad opened this issue Dec 13, 2023 · 0 comments
Open
2 of 6 tasks
Labels

Comments

@dsolstad
Copy link

Summary

Running the command under the section Pull and Run via Docker Compose (https://github.com/cardano-foundation/cardano-graphql?tab=readme-ov-file#b-pull-and-run-via-docker-compose) fails.

docker pull inputoutput/cardano-graphql-server:8.0.0-${NETWORK} &&\
docker pull inputoutput/cardano-graphql-background:8.0.0-${NETWORK} &&\
docker pull inputoutput/cardano-graphql-hasura:8.0.0 &&\
docker pull cardanosolutions/cardano-node-ogmios:v5.5.8_1.35.5-${NETWORK} &&\
RESTORE_SNAPSHOT=https://update-cardano-mainnet.iohk.io/cardano-db-sync/13/db-sync-snapshot-schema-13-block-8291499-x86_64.tgz \
docker-compose up -d &&\
docker-compose logs -f

Gives error: Error response from daemon: manifest for cardanosolutions/cardano-node-ogmios:v5.5.8_1.35.5-mainnet not found: manifest unknown: manifest unknown

Steps to reproduce the bug

No response

Actual Result

Error response from daemon: manifest for cardanosolutions/cardano-node-ogmios:v5.5.8_1.35.5-mainnet not found: manifest unknown: manifest unknown

Expected Result

I expect the docker compose to pull and run successfully

Environment

os: {
arch: 'x64',
cpus: { count: 4, model: 'Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz' },
release: '6.5.0-kali3-amd64',
totalMem: 8315547648,
type: 'Linux'
},
version: '8.0.0'

Platform

  • Linux (Ubuntu)
  • Linux (Other)
  • macOS
  • Windows

Platform version

Kali

Runtime

  • Node.js
  • Docker

Runtime version

v20.10.25+dfsg1

@dsolstad dsolstad added the BUG label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant