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

advertised docker usage of cs3org/reva fails #4642

Open
jnweiger opened this issue Apr 17, 2024 · 0 comments
Open

advertised docker usage of cs3org/reva fails #4642

jnweiger opened this issue Apr 17, 2024 · 0 comments

Comments

@jnweiger
Copy link

https://hub.docker.com/r/cs3org/reva
has this basic command prominently in the overview:
docker run cs3org/reva version

Running this command produces a trivial error:

Unable to find image 'cs3org/reva:latest' locally
docker: Error response from daemon: manifest for cs3org/reva:latest not found: manifest unknown: manifest unknown.
See 'docker run --help'.

Docker implicitly downloads the latest tag, when no tag is given. latest does not exist.
Workaround: use instead docker run cs3org/reva:edge version

This now fails with a non-trivial error:

exec /usr/bin/reva: no such file or directory

Is the overview at dockerhub outdated?

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

1 participant