Open
Description
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!
Activity
arthurdk commentedon Mar 7, 2016
The wiki references the v1 version of the frontend.
junneyang commentedon Mar 7, 2016
@arthurdk
thanks, so the docker-registry-frontend:v2 doesn't support more features like v1?
is there any plan for it?
thanks!
GooSP commentedon Mar 7, 2016
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.
allansun commentedon Apr 9, 2016
Strongly suggest to implement deletion feature!
bergtwvd commentedon May 4, 2016
Any status update on this?
The UI looks great, but am missing the deletion options.....
M0E-lnx commentedon May 18, 2016
+1 on delete capabilities
marcelorodrigo commentedon Jun 6, 2016
+1 on delete capabilities and more
woosley commentedon Jun 16, 2016
+1 on deleting!
wangsha commentedon Jul 1, 2016
+1 on delete capability.
narfeta commentedon Jul 8, 2016
+1 on delete capability.
ghost commentedon Aug 11, 2016
+1 on delete capability.
next-carlosleon commentedon Aug 12, 2016
+1 on delete capability.
49 remaining items
still-lm commentedon Apr 14, 2018
we do need the delete function for tag, thanks !
distributorofpain commentedon Apr 27, 2018
Long time lurker, but now officially asking for this. :) Right now we are using the docker registry to delete things directly.
burner-account commentedon May 7, 2018
+1
giuvincenzi commentedon May 30, 2018
+1
fw8 commentedon Jul 4, 2018
+1
mbarberis commentedon Jul 24, 2018
+1
ahkui commentedon Sep 9, 2018
+1
lddsb commentedon Sep 13, 2018
+1 on delete capability.
brutto commentedon Sep 13, 2018
+1
zetfactor commentedon Sep 23, 2018
+1
Nitrosito commentedon Oct 3, 2018
+1 on delete feature. Just make the merge please. We can help
Steinbjarne commentedon Oct 30, 2018
No delete feature. Time to find another docker image repository.
Silentnight93 commentedon Dec 22, 2019
any repository can be deleted by executing the container
docker exec -ti --privileged registry_container bin/sh
after that access the "/var/lib/registry/docker/registry/v2/repositories/" and delete the folder or if you want to delete specific tag access the repository folder "/_manifests/tags/[tag folder]"
osemmler commentedon Dec 4, 2020
+16
lennybakkalian commentedon Mar 1, 2021
+1