Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

curl docker search return image name with %252F instead of slash  #1104

@mkgong

Description

@mkgong

Push a docker image to docker registry in s3 bucket. If the docker image name contain a slash, when using v1 search, it will return the image name with %252F instead of slash.

"image": "registry:0.9.1"

docker push docker-registry.registry.eecloud.net/paas/keycloak/server:140

curl https://docker.registry.eecloud.net/v1/search?q=paas | python -m json.tool

"description": null,
"name": "paas/keycloak%252Fserver"

Describe the results you expected:

curl https://docker.registry.eecloud.net/v1/search?q=paas | python -m json.tool

"description": null,
"name": "paas/keycloak/server"

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