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
After setting up Kraken as described in documentation using k3s.
Pulling a docker image with docker pull localhost:30081/library/busybox:latest fails.
The output is Error response from daemon: manifest for localhost:30081/library/busybox:latest not found: manifest unknown: manifest unknown
The registry API seems to be working when I do curl -I localhost:30081/v2/
This is what I receive