I can't delete my own project and images, even my role is Project Admin.
Not implemented, yet ?
The deletion of repositories and tags is in development and will be available soon.
This function uses registry's deletion API and GC. API is responsible for the soft deletion and GC will delete the real data.
GC will be supported in registry 2.4 and it can only be started by yourself using gc command. See https://github.com/docker/distribution/blob/master/docs/garbage-collection.md
The deletion of projects is not supported for now.
currently we can forget it until GC enabled
GC enabled, meanwhile harbor didnot support delete yet.
@elianka for image deletion please see #270 for details.
Hi guys,
@reasonerjt noticed that due to auditing purpose you can not delete a project as the audit logs are associated to the project by id.
I think that this limitation can be mitigated by introducing an additional field Deleted or Dropped to the project structure. It can be set to true, when project is deleted. This way we won't loose project Id.
Probably name of the deleted project should be set to 'None' or something like this, so the real name could be reused by another project.
Would be nice if deleting of projects is possible.
:+1:
Hi guys, so, is there any roadmap for this? Maybe I can help with something?
Its a needed functionality. Please implement it.
Thank you all guys for the feedback. The deletion of repositories is supported already. And the deleting projects is also available in the next release soon. I will close this issue first, if you have any question, feel free to reopen it.
Most helpful comment
Would be nice if deleting of projects is possible.