We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to pull the container from dockerhub results in error:
$ docker pull opencb/iva Using default tag: latest Error response from daemon: manifest for opencb/iva:latest not found
While pulling the specific tag v1.0.0-rc2 works fine:
$ docker pull opencb/iva:v1.0.0-rc2 v1.0.0-rc2: Pulling from opencb/iva ... Digest: sha256:a6971fe4d8934f2d07cc576d4759811456f15d39b6977404ce04e294eec3efb3 Status: Downloaded newer image for opencb/iva:v1.0.0-rc2
OS: Debian 9.8 Stretch Docker version 18.09.3, build 774a1f4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to pull the container from dockerhub results in error:
While pulling the specific tag v1.0.0-rc2 works fine:
OS: Debian 9.8 Stretch
Docker version 18.09.3, build 774a1f4
The text was updated successfully, but these errors were encountered: