You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When i run: r2r serve --docker
then i get this error: ✘ r2r Error pull access denied for r2r, repository does not exist or may require 'docker login': denied: requested access to the resource is denied 1.2s Error response from daemon: pull access denied for r2r, repository does not exist or may require 'docker login': denied: requested access to the resource is denied Expected behavior
It should pull the right container.
Desktop (please complete the following information):
OS: Ubuntu 24.04
Additional context
In the last PR, the container repository was changed from image: emrgntcmplxty/r2r:mainto image: r2r:kg. Maybe the new repo is not public or has wrong access settings.
The text was updated successfully, but these errors were encountered:
Hey @JannisFengler thanks for catching this—not sure how it slipped into main. The image that you mentioned, emrgntcmplxty/r2r:main, is the correct one. Shipping a fix but let me know if this doesn't resolve it for you!
Describe the bug
When i run:
r2r serve --docker
then i get this error:
✘ r2r Error pull access denied for r2r, repository does not exist or may require 'docker login': denied: requested access to the resource is denied 1.2s Error response from daemon: pull access denied for r2r, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Expected behavior
It should pull the right container.
Desktop (please complete the following information):
Additional context
In the last PR, the container repository was changed from
image: emrgntcmplxty/r2r:main
toimage: r2r:kg
. Maybe the new repo is not public or has wrong access settings.The text was updated successfully, but these errors were encountered: