Skip to content

only support browsing repositories? #106

Open
@junneyang

Description

@junneyang

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!

Activity

arthurdk

arthurdk commented on Mar 7, 2016

@arthurdk
Contributor

The wiki references the v1 version of the frontend.

junneyang

junneyang commented on Mar 7, 2016

@junneyang
Author

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

GooSP

GooSP commented on Mar 7, 2016

@GooSP

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

allansun commented on Apr 9, 2016

@allansun

Strongly suggest to implement deletion feature!

bergtwvd

bergtwvd commented on May 4, 2016

@bergtwvd

Any status update on this?

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

M0E-lnx

M0E-lnx commented on May 18, 2016

@M0E-lnx

+1 on delete capabilities

marcelorodrigo

marcelorodrigo commented on Jun 6, 2016

@marcelorodrigo

+1 on delete capabilities and more

woosley

woosley commented on Jun 16, 2016

@woosley

+1 on deleting!

wangsha

wangsha commented on Jul 1, 2016

@wangsha

+1 on delete capability.

narfeta

narfeta commented on Jul 8, 2016

@narfeta

+1 on delete capability.

ghost

ghost commented on Aug 11, 2016

@ghost

+1 on delete capability.

next-carlosleon

next-carlosleon commented on Aug 12, 2016

@next-carlosleon

+1 on delete capability.

49 remaining items

still-lm

still-lm commented on Apr 14, 2018

@still-lm

we do need the delete function for tag, thanks !

distributorofpain

distributorofpain commented on Apr 27, 2018

@distributorofpain

Long time lurker, but now officially asking for this. :) Right now we are using the docker registry to delete things directly.

burner-account

burner-account commented on May 7, 2018

@burner-account

+1

giuvincenzi

giuvincenzi commented on May 30, 2018

@giuvincenzi

+1

fw8

fw8 commented on Jul 4, 2018

@fw8

+1

mbarberis

mbarberis commented on Jul 24, 2018

@mbarberis

+1

ahkui

ahkui commented on Sep 9, 2018

@ahkui

+1

lddsb

lddsb commented on Sep 13, 2018

@lddsb

+1 on delete capability.

brutto

brutto commented on Sep 13, 2018

@brutto

+1

zetfactor

zetfactor commented on Sep 23, 2018

@zetfactor

+1

Nitrosito

Nitrosito commented on Oct 3, 2018

@Nitrosito

+1 on delete feature. Just make the merge please. We can help

Steinbjarne

Steinbjarne commented on Oct 30, 2018

@Steinbjarne

No delete feature. Time to find another docker image repository.

Silentnight93

Silentnight93 commented on Dec 22, 2019

@Silentnight93

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

osemmler commented on Dec 4, 2020

@osemmler

+16

lennybakkalian

lennybakkalian commented on Mar 1, 2021

@lennybakkalian

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @allansun@woosley@wangsha@pcm32@Hronom

        Issue actions

          only support browsing repositories? · Issue #106 · kwk/docker-registry-frontend