docker-registry-frontend
docker-registry-frontend copied to clipboard
only support browsing repositories?
1. as the features mentioned below: https://github.com/kwk/docker-registry-frontend/wiki/Features
2. but my pages just like this:

3. my docker run cmd like this:
sudo docker run -d
-e ENV_DOCKER_REGISTRY_HOST=10.5.24.46
-e ENV_DOCKER_REGISTRY_PORT=80
-e ENV_MODE_BROWSE_ONLY=false
-p 8080:80
konradkleine/docker-registry-frontend:v2
dose docker-registry-frontend only support browsing repositories? thanks very much!
The wiki references the v1 version of the frontend.
@arthurdk thanks, so the docker-registry-frontend:v2 doesn't support more features like v1? is there any plan for it? thanks!
You can have a look in pull requests sections, some features have been implemented for v2 but not merged yet.
Apparently some actions are not possible yet, like deleting in repo, ... that's why it is disabled I guess.
Strongly suggest to implement deletion feature!
Any status update on this?
The UI looks great, but am missing the deletion options.....
+1 on delete capabilities
+1 on delete capabilities and more
+1 on deleting!
+1 on delete capability.
+1 on delete capability.
+1 on delete capability.
+1 on delete capability.
+1 on deleting!
+1 on delete capability. Must feature.
+1 So what the status?
+1 also
+1
+1
Any news on this? Or is the function lacking in APIv2 ?
+1
+1
+1
+1
+1
There is some functionality on python implemented at https://github.com/andrey-pohilko/registry-cli for deletion that maybe could be adapted on this project? Maybe if you make a list of things that need to be done and where in your code, people could come up with the required PRs.
Missing the delete functionality as well!!
+1 on delete
+1
Here's how to delete a tagged image in v2.
#L97 and #L125 look like good places to start 😉 @pcm32
Also see maybe useful comment in #158.
We should consider forking the repo 😂