kwk / docker-registry-frontend

Browse and modify your Docker registry in a browser.
https://registry.hub.docker.com/u/konradkleine/docker-registry-frontend/
MIT License
1.68k stars 616 forks source link

Delete a repository or a tag does not work #156

Closed barbaluc closed 7 years ago

barbaluc commented 7 years ago

Before you open an issue, you should search for similar issues. Especially for issues that deal with starting the docker-registry-frontend we have seen a tremendous amount of issues and most of the time a reference to the example-setup folder was enough for the issue reporter to solve the issue on her own.

Please, make sure to provide all the information asked for below and then delete everything above Expected behavior including this line.

Expected behavior

I want to delete a repository or a tag with the button "Delete Repository" or "Delete tag". Those buttons should be present like specified in the wiki but they are not.

Actual behavior

1) "Select repositories to delete" button, "Delete repository" button and "Delete tag" button are not present. They just disappear when I load concerned page.

Steps to reproduce the problem

1) I load the page with the repository list 2) "Delete repository" button disappears.

1) I click on a repository link 2) "Delete tag" button disappears.

I launched the registry with docker and he is binded on the port 5000. I binded the registry-fronted with the env ENV_DOCKER_REGISTRY_HOST and ENV_DOCKER_REGISTRY_PORT. Bind between this two is working because I can see the list of my docker images present in my registry.

Specifications

Thanks for your answer

barbaluc commented 7 years ago

has already

106