Skip to content
This repository has been 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

Open
mkgong opened this issue Apr 5, 2017 · 0 comments
Open

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

mkgong opened this issue Apr 5, 2017 · 0 comments

Comments

@mkgong
Copy link

mkgong commented Apr 5, 2017

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"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant