Skip to content

Cannot pull docker image using registry on port 30081 #349

@akakream

Description

@akakream

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions