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

Local Setup Issue Resolved #3089

Merged
merged 2 commits into from
Feb 14, 2024
Merged

Local Setup Issue Resolved #3089

merged 2 commits into from
Feb 14, 2024

Conversation

l33t-c0d3r-66
Copy link
Contributor

When setting up the roda locally using the community guidelines
I encountered the following error:
keeps/roda:latest not found: manifest unknown: manifest unknown

I tried to execute

docker pull keeps/roda:latest

The above command failed so I did some digging by navigating to the link
After verifying the latest is there I thought of pulling it using the url using following command.

docker pull ghcr.io/keeps/roda:latest

This command was successful so I became certain that It can be replaced this inside the docker-compose.yaml file. I replaced the roda image with it and executed

docker compose up -d

It was successful.

I think it would be better to use the url like we are doing for other services.

Resolved: Error response from daemon: manifest for keeps/roda: latest not found: manifest unknown: manifest unknown

Either provide a version or a reachable URL for the image.
@hmiguim hmiguim merged commit d1cd65f into keeps:master Feb 14, 2024
5 checks passed
@hmiguim hmiguim self-requested a review February 14, 2024 11:05
@hmiguim hmiguim self-assigned this Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants