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

Cannot pull docker image using registry on port 30081 #349

Open
akakream opened this issue Sep 26, 2023 · 4 comments
Open

Cannot pull docker image using registry on port 30081 #349

akakream opened this issue Sep 26, 2023 · 4 comments

Comments

@akakream
Copy link

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

HTTP/1.1 200 OK
Server: nginx/1.10.3
Date: Tue, 26 Sep 2023 17:39:21 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 2
Connection: keep-alive
Docker-Distribution-Api-Version: registry/2.0
@skight-shen
Copy link

same issue.

@akakream
Copy link
Author

At the end, Kraken did not work for me.
If you are looking for alternatives, you can check out

@disparo13
Copy link

@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.

@akakream
Copy link
Author

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

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

3 participants