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
@akakream, thanks for lightening up the alternatives! Kraken looks impressive, but it doesn't look like being actively maintained during the last three years or so.
I ended up writing my own registry for Docker image distribution. The registry utilizes IPFS to speed up and coordinate the distribution. You can check it out here: https://github.com/akakream/DistroMash
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
The text was updated successfully, but these errors were encountered: