docker-registry-frontend icon indicating copy to clipboard operation
docker-registry-frontend copied to clipboard

only support browsing repositories?

Open junneyang opened this issue 9 years ago • 69 comments

1. as the features mentioned below: https://github.com/kwk/docker-registry-frontend/wiki/Features

2. but my pages just like this: qq 20160307145636 qq 20160307145645

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!

junneyang avatar Mar 07 '16 06:03 junneyang

The wiki references the v1 version of the frontend.

arthurdk avatar Mar 07 '16 09:03 arthurdk

@arthurdk thanks, so the docker-registry-frontend:v2 doesn't support more features like v1? is there any plan for it? thanks!

junneyang avatar Mar 07 '16 09:03 junneyang

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.

GooSP avatar Mar 07 '16 18:03 GooSP

Strongly suggest to implement deletion feature!

allansun avatar Apr 09 '16 11:04 allansun

Any status update on this?

The UI looks great, but am missing the deletion options.....

bergtwvd avatar May 04 '16 15:05 bergtwvd

+1 on delete capabilities

M0E-lnx avatar May 18 '16 13:05 M0E-lnx

+1 on delete capabilities and more

marcelorodrigo avatar Jun 06 '16 20:06 marcelorodrigo

+1 on deleting!

woosley avatar Jun 16 '16 06:06 woosley

+1 on delete capability.

wangsha avatar Jul 01 '16 13:07 wangsha

+1 on delete capability.

narfeta avatar Jul 08 '16 14:07 narfeta

+1 on delete capability.

ghost avatar Aug 11 '16 05:08 ghost

+1 on delete capability.

next-carlosleon avatar Aug 12 '16 10:08 next-carlosleon

+1 on deleting!

youxixin888 avatar Aug 22 '16 05:08 youxixin888

+1 on delete capability. Must feature.

0megam avatar Aug 24 '16 12:08 0megam

+1 So what the status?

Hronom avatar Sep 15 '16 20:09 Hronom

+1

Is there an issue with the API v2 deleting endpoint ? I'm willing to investigate if you wish.

AlbinOS avatar Sep 22 '16 06:09 AlbinOS

+1 also

jdtommy avatar Sep 27 '16 23:09 jdtommy

+1

psi-4ward avatar Oct 07 '16 10:10 psi-4ward

+1

kitsirota avatar Oct 14 '16 21:10 kitsirota

Any news on this? Or is the function lacking in APIv2 ?

decoomanj avatar Oct 18 '16 12:10 decoomanj

+1

greyarch avatar Oct 18 '16 14:10 greyarch

+1

pavel-veber avatar Oct 20 '16 08:10 pavel-veber

+1

vkostetski avatar Oct 20 '16 08:10 vkostetski

+1

freiman avatar Oct 20 '16 13:10 freiman

+1

nickgryg avatar Oct 25 '16 08:10 nickgryg

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!!

pcm32 avatar Oct 26 '16 10:10 pcm32

+1 on delete

ElMuto avatar Nov 18 '16 15:11 ElMuto

+1

bhaku avatar Dec 18 '16 13:12 bhaku

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.

stgarf avatar Feb 04 '17 08:02 stgarf

We should consider forking the repo 😂

Nighthawk22 avatar Feb 09 '17 09:02 Nighthawk22